@visactor/vseed 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builder/builder/build.d.ts +1 -0
- package/dist/builder/builder/build.d.ts.map +1 -0
- package/dist/builder/builder/buildAdvanced.d.ts +1 -0
- package/dist/builder/builder/buildAdvanced.d.ts.map +1 -0
- package/dist/builder/builder/buildSpec.d.ts +1 -0
- package/dist/builder/builder/buildSpec.d.ts.map +1 -0
- package/dist/builder/builder/builder.d.ts +830 -130
- package/dist/builder/builder/builder.d.ts.map +1 -0
- package/dist/builder/builder/index.d.ts +1 -0
- package/dist/builder/builder/index.d.ts.map +1 -0
- package/dist/builder/index.d.ts +1 -0
- package/dist/builder/index.d.ts.map +1 -0
- package/dist/builder/register/all.d.ts +1 -0
- package/dist/builder/register/all.d.ts.map +1 -0
- package/dist/builder/register/chartType.d.ts +6 -1
- package/dist/builder/register/chartType.d.ts.map +1 -0
- package/dist/builder/register/index.d.ts +1 -0
- package/dist/builder/register/index.d.ts.map +1 -0
- package/dist/builder/register/theme.d.ts +1 -0
- package/dist/builder/register/theme.d.ts.map +1 -0
- package/dist/dataReshape/constant.d.ts +1 -0
- package/dist/dataReshape/constant.d.ts.map +1 -0
- package/dist/dataReshape/dataReshapeFor1D1M.d.ts +1 -0
- package/dist/dataReshape/dataReshapeFor1D1M.d.ts.map +1 -0
- package/dist/dataReshape/dataReshapeFor1D2M.d.ts +20 -0
- package/dist/dataReshape/dataReshapeFor1D2M.d.ts.map +1 -0
- package/dist/dataReshape/dataReshapeFor2D1M.d.ts +1 -0
- package/dist/dataReshape/dataReshapeFor2D1M.d.ts.map +1 -0
- package/dist/dataReshape/foldMeasures.d.ts +1 -0
- package/dist/dataReshape/foldMeasures.d.ts.map +1 -0
- package/dist/dataReshape/index.d.ts +2 -0
- package/dist/dataReshape/index.d.ts.map +1 -0
- package/dist/dataReshape/unfoldDimensions.d.ts +1 -0
- package/dist/dataReshape/unfoldDimensions.d.ts.map +1 -0
- package/dist/dataSelector/index.d.ts +1 -0
- package/dist/dataSelector/index.d.ts.map +1 -0
- package/dist/dataSelector/selector.d.ts +1 -0
- package/dist/dataSelector/selector.d.ts.map +1 -0
- package/dist/i18n/i18n.d.ts +1 -0
- package/dist/i18n/i18n.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +1 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/index.cjs +1251 -184
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1228 -197
- package/dist/index.js.map +1 -1
- package/dist/pipeline/advanced/index.d.ts +1 -0
- package/dist/pipeline/advanced/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/area.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/area.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/areaPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/areaPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/bar.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/bar.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/barParallel.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/barParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/barPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/barPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/column.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/column.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/columnParallel.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/columnPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/columnPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/donut.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/donut.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/funnel.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/funnel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/index.d.ts +6 -0
- package/dist/pipeline/advanced/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/line.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/line.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/pie.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/pie.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/rose.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/rose.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/roseParallel.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/scatter.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/scatter.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/annotation/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/annotation/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/config/config.d.ts +6 -0
- package/dist/pipeline/advanced/pipes/config/config.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/config/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/config/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/index.d.ts +4 -1
- package/dist/pipeline/advanced/pipes/encoding/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/i18n/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/i18n/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/i18n/locale.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/utils.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/utils.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/pivot/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/pivot/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/index.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/reshape/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts +9 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts +9 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/theme/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/theme/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/theme/theme.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/theme/theme.d.ts.map +1 -0
- package/dist/pipeline/constant.d.ts +1 -0
- package/dist/pipeline/constant.d.ts.map +1 -0
- package/dist/pipeline/index.d.ts +1 -0
- package/dist/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/spec/index.d.ts +1 -0
- package/dist/pipeline/spec/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/area.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/area.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/areaPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/areaPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/bar.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/bar.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/barParallel.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/barParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/barPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/barPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/column.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/column.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/columnParallel.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/columnPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/columnPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/donut.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/donut.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/funnel.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/funnel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/index.d.ts +6 -0
- package/dist/pipeline/spec/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/line.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/line.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/pie.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/pie.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/rose.d.ts +2 -0
- package/dist/pipeline/spec/pipeline/rose.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/roseParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/scatter.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/scatter.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/index.d.ts +15 -14
- package/dist/pipeline/spec/pipes/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{annotation → vchart/annotation}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{axes → vchart/axes}/index.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{backgroundColor → vchart/backgroundColor}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/color/color.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/color/color.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/color/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/color/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{crosshair → vchart/crosshair}/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/datasetPivot.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/area.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/area.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/column.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/column.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{init → vchart/init}/index.d.ts +5 -0
- package/dist/pipeline/spec/pipes/vchart/init/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/line.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/line.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{init → vchart/init}/pivot.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/label/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/label/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/label/label.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/label/label.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{legend → vchart/legend}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{markStyle → vchart/markStyle}/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts +4 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{percent → vchart/percent}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/pivotIndicators.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{stack → vchart/stack}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{tooltip → vchart/tooltip}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts.map +1 -0
- package/dist/pipeline/utils/chatType.d.ts +1 -0
- package/dist/pipeline/utils/chatType.d.ts.map +1 -0
- package/dist/pipeline/utils/format/createFormatter.d.ts +1 -0
- package/dist/pipeline/utils/format/createFormatter.d.ts.map +1 -0
- package/dist/pipeline/utils/format/createNumFormatter.d.ts +1 -0
- package/dist/pipeline/utils/format/createNumFormatter.d.ts.map +1 -0
- package/dist/pipeline/utils/format/index.d.ts +1 -0
- package/dist/pipeline/utils/format/index.d.ts.map +1 -0
- package/dist/pipeline/utils/index.d.ts +1 -0
- package/dist/pipeline/utils/index.d.ts.map +1 -0
- package/dist/pipeline/utils/measures/findMeasureById.d.ts +3 -1
- package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +1 -0
- package/dist/pipeline/utils/measures/index.d.ts +2 -1
- package/dist/pipeline/utils/measures/index.d.ts.map +1 -0
- package/dist/pipeline/utils/pipeline.d.ts +1 -0
- package/dist/pipeline/utils/pipeline.d.ts.map +1 -0
- package/dist/theme/dark.d.ts +1 -0
- package/dist/theme/dark.d.ts.map +1 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/light.d.ts +1 -0
- package/dist/theme/light.d.ts.map +1 -0
- package/dist/types/advancedVSeed.d.ts +185 -6
- package/dist/types/advancedVSeed.d.ts.map +1 -0
- package/dist/types/builder/builder.d.ts +2 -1
- package/dist/types/builder/builder.d.ts.map +1 -0
- package/dist/types/builder/index.d.ts +1 -0
- package/dist/types/builder/index.d.ts.map +1 -0
- package/dist/types/builder/spec.d.ts +1 -0
- package/dist/types/builder/spec.d.ts.map +1 -0
- package/dist/types/chartType/area/area.d.ts +1 -0
- package/dist/types/chartType/area/area.d.ts.map +1 -0
- package/dist/types/chartType/area/index.d.ts +1 -0
- package/dist/types/chartType/area/index.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/bar/bar.d.ts +1 -0
- package/dist/types/chartType/bar/bar.d.ts.map +1 -0
- package/dist/types/chartType/bar/index.d.ts +1 -0
- package/dist/types/chartType/bar/index.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/index.d.ts +1 -0
- package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/index.d.ts +1 -0
- package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/column/column.d.ts +1 -0
- package/dist/types/chartType/column/column.d.ts.map +1 -0
- package/dist/types/chartType/column/index.d.ts +1 -0
- package/dist/types/chartType/column/index.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/index.d.ts +1 -0
- package/dist/types/chartType/columnPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/donut/donut.d.ts +139 -1
- package/dist/types/chartType/donut/donut.d.ts.map +1 -0
- package/dist/types/chartType/donut/index.d.ts +2 -1
- package/dist/types/chartType/donut/index.d.ts.map +1 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts +1 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts.map +1 -0
- package/dist/types/chartType/dualAxis/index.d.ts +1 -0
- package/dist/types/chartType/dualAxis/index.d.ts.map +1 -0
- package/dist/types/chartType/funnel/funnel.d.ts +224 -0
- package/dist/types/chartType/funnel/funnel.d.ts.map +1 -0
- package/dist/types/chartType/funnel/index.d.ts +2 -0
- package/dist/types/chartType/funnel/index.d.ts.map +1 -0
- package/dist/types/chartType/index.d.ts +7 -4
- package/dist/types/chartType/index.d.ts.map +1 -0
- package/dist/types/chartType/line/index.d.ts +1 -0
- package/dist/types/chartType/line/index.d.ts.map +1 -0
- package/dist/types/chartType/line/line.d.ts +1 -0
- package/dist/types/chartType/line/line.d.ts.map +1 -0
- package/dist/types/chartType/pie/index.d.ts +1 -0
- package/dist/types/chartType/pie/index.d.ts.map +1 -0
- package/dist/types/chartType/pie/pie.d.ts +2 -1
- package/dist/types/chartType/pie/pie.d.ts.map +1 -0
- package/dist/types/chartType/pivotTable/index.d.ts +1 -0
- package/dist/types/chartType/pivotTable/index.d.ts.map +1 -0
- package/dist/types/chartType/pivotTable/pivotTable.d.ts +1 -0
- package/dist/types/chartType/pivotTable/pivotTable.d.ts.map +1 -0
- package/dist/types/chartType/rose/index.d.ts +2 -1
- package/dist/types/chartType/rose/index.d.ts.map +1 -0
- package/dist/types/chartType/rose/rose.d.ts +144 -6
- package/dist/types/chartType/rose/rose.d.ts.map +1 -0
- package/dist/types/chartType/roseParallel/index.d.ts +2 -0
- package/dist/types/chartType/roseParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/roseParallel/roseParallel.d.ts +225 -0
- package/dist/types/chartType/roseParallel/roseParallel.d.ts.map +1 -0
- package/dist/types/chartType/scatter/index.d.ts +2 -0
- package/dist/types/chartType/scatter/index.d.ts.map +1 -0
- package/dist/types/chartType/scatter/scatter.d.ts +843 -0
- package/dist/types/chartType/scatter/scatter.d.ts.map +1 -0
- package/dist/types/chartType/table/index.d.ts +1 -0
- package/dist/types/chartType/table/index.d.ts.map +1 -0
- package/dist/types/chartType/table/table.d.ts +1 -0
- package/dist/types/chartType/table/table.d.ts.map +1 -0
- package/dist/types/dataSelector/index.d.ts +1 -0
- package/dist/types/dataSelector/index.d.ts.map +1 -0
- package/dist/types/dataSelector/selector.d.ts +1 -0
- package/dist/types/dataSelector/selector.d.ts.map +1 -0
- package/dist/types/i18n/i18n.d.ts +1 -0
- package/dist/types/i18n/i18n.d.ts.map +1 -0
- package/dist/types/i18n/index.d.ts +1 -0
- package/dist/types/i18n/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts +2 -1
- package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts.map +1 -0
- package/dist/types/pipeline/advancedVSeed/index.d.ts +1 -0
- package/dist/types/pipeline/advancedVSeed/index.d.ts.map +1 -0
- package/dist/types/pipeline/index.d.ts +1 -0
- package/dist/types/pipeline/index.d.ts.map +1 -0
- package/dist/types/pipeline/pipeline.d.ts +1 -0
- package/dist/types/pipeline/pipeline.d.ts.map +1 -0
- package/dist/types/pipeline/spec/index.d.ts +1 -0
- package/dist/types/pipeline/spec/index.d.ts.map +1 -0
- package/dist/types/pipeline/spec/spec.d.ts +2 -1
- package/dist/types/pipeline/spec/spec.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotation.d.ts +1 -0
- package/dist/types/properties/annotation/annotation.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationArea.d.ts +1 -0
- package/dist/types/properties/annotation/annotationArea.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +1 -0
- package/dist/types/properties/annotation/annotationHorizontalLine.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationPoint.d.ts +1 -0
- package/dist/types/properties/annotation/annotationPoint.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationVerticalLine.d.ts +1 -0
- package/dist/types/properties/annotation/annotationVerticalLine.d.ts.map +1 -0
- package/dist/types/properties/annotation/index.d.ts +1 -0
- package/dist/types/properties/annotation/index.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/backgroundColor.d.ts +1 -0
- package/dist/types/properties/baseConfig/backgroundColor.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/baseConfig.d.ts +1 -0
- package/dist/types/properties/baseConfig/baseConfig.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/color.d.ts +3 -2
- package/dist/types/properties/baseConfig/color.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/index.d.ts +1 -0
- package/dist/types/properties/baseConfig/index.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/label.d.ts +1 -0
- package/dist/types/properties/baseConfig/label.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/legend.d.ts +1 -0
- package/dist/types/properties/baseConfig/legend.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/tooltip.d.ts +1 -0
- package/dist/types/properties/baseConfig/tooltip.d.ts.map +1 -0
- package/dist/types/properties/chartType/chartType.d.ts +9 -2
- package/dist/types/properties/chartType/chartType.d.ts.map +1 -0
- package/dist/types/properties/chartType/index.d.ts +1 -0
- package/dist/types/properties/chartType/index.d.ts.map +1 -0
- package/dist/types/properties/config/axis.d.ts +1 -0
- package/dist/types/properties/config/axis.d.ts.map +1 -0
- package/dist/types/properties/config/bandAxis.d.ts +1 -0
- package/dist/types/properties/config/bandAxis.d.ts.map +1 -0
- package/dist/types/properties/config/config.d.ts +91 -3
- package/dist/types/properties/config/config.d.ts.map +1 -0
- package/dist/types/properties/config/crosshair.d.ts +1 -0
- package/dist/types/properties/config/crosshair.d.ts.map +1 -0
- package/dist/types/properties/config/index.d.ts +1 -0
- package/dist/types/properties/config/index.d.ts.map +1 -0
- package/dist/types/properties/config/linearAxis.d.ts +1 -0
- package/dist/types/properties/config/linearAxis.d.ts.map +1 -0
- package/dist/types/properties/config/stackCornerRadius.d.ts +1 -0
- package/dist/types/properties/config/stackCornerRadius.d.ts.map +1 -0
- package/dist/types/properties/dataset/dataset.d.ts +1 -0
- package/dist/types/properties/dataset/dataset.d.ts.map +1 -0
- package/dist/types/properties/dataset/index.d.ts +1 -0
- package/dist/types/properties/dataset/index.d.ts.map +1 -0
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +1 -0
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts.map +1 -0
- package/dist/types/properties/datasetReshapeInfo/index.d.ts +1 -0
- package/dist/types/properties/datasetReshapeInfo/index.d.ts.map +1 -0
- package/dist/types/properties/dimensions/dimensions.d.ts +1 -0
- package/dist/types/properties/dimensions/dimensions.d.ts.map +1 -0
- package/dist/types/properties/dimensions/index.d.ts +1 -0
- package/dist/types/properties/dimensions/index.d.ts.map +1 -0
- package/dist/types/properties/encoding/encoding.d.ts +3 -0
- package/dist/types/properties/encoding/encoding.d.ts.map +1 -0
- package/dist/types/properties/encoding/index.d.ts +1 -0
- package/dist/types/properties/encoding/index.d.ts.map +1 -0
- package/dist/types/properties/index.d.ts +1 -0
- package/dist/types/properties/index.d.ts.map +1 -0
- package/dist/types/properties/markStyle/areaStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/areaStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/barStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/barStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/index.d.ts +1 -0
- package/dist/types/properties/markStyle/index.d.ts.map +1 -0
- package/dist/types/properties/markStyle/lineStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/lineStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/markStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/markStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/pointStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/pointStyle.d.ts.map +1 -0
- package/dist/types/properties/measures/format/formatter.d.ts +1 -0
- package/dist/types/properties/measures/format/formatter.d.ts.map +1 -0
- package/dist/types/properties/measures/format/index.d.ts +1 -0
- package/dist/types/properties/measures/format/index.d.ts.map +1 -0
- package/dist/types/properties/measures/format/numFormat.d.ts +1 -0
- package/dist/types/properties/measures/format/numFormat.d.ts.map +1 -0
- package/dist/types/properties/measures/index.d.ts +1 -0
- package/dist/types/properties/measures/index.d.ts.map +1 -0
- package/dist/types/properties/measures/measures.d.ts +1 -0
- package/dist/types/properties/measures/measures.d.ts.map +1 -0
- package/dist/types/properties/theme/customTheme.d.ts +181 -6
- package/dist/types/properties/theme/customTheme.d.ts.map +1 -0
- package/dist/types/properties/theme/index.d.ts +1 -0
- package/dist/types/properties/theme/index.d.ts.map +1 -0
- package/dist/types/properties/theme/theme.d.ts +1 -0
- package/dist/types/properties/theme/theme.d.ts.map +1 -0
- package/dist/types/vseed.d.ts +1256 -3
- package/dist/types/vseed.d.ts.map +1 -0
- package/dist/umd/index.js +1227 -184
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/pipeline/advanced/pipes/encoding/encodingPolar.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationArea.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationAreaBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationHorizontalLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationPoint.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationVerticalLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/utils.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/xBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/xLinear.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/yBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/yLinear.d.ts +0 -2
- package/dist/pipeline/spec/pipes/backgroundColor/background.d.ts +0 -2
- package/dist/pipeline/spec/pipes/color/color.d.ts +0 -2
- package/dist/pipeline/spec/pipes/color/index.d.ts +0 -1
- package/dist/pipeline/spec/pipes/crosshair/horizontalCrosshairRect.d.ts +0 -2
- package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairRect.d.ts +0 -2
- package/dist/pipeline/spec/pipes/dataset/dataset.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/area.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/bar.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/barParallel.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/column.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/columnParallel.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/line.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/pie.d.ts +0 -2
- package/dist/pipeline/spec/pipes/label/index.d.ts +0 -1
- package/dist/pipeline/spec/pipes/label/label.d.ts +0 -2
- package/dist/pipeline/spec/pipes/legend/discreteLegend.d.ts +0 -2
- package/dist/pipeline/spec/pipes/legend/pivotDiscreteLegend.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/areaStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/barStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/lineStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/pointStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/percent/percent.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotAdapter.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotColumnDimensions.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotGridStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotRowDimensions.d.ts +0 -2
- package/dist/pipeline/spec/pipes/stack/stack.d.ts +0 -2
- package/dist/pipeline/spec/pipes/stack/stackCornerRadius.d.ts +0 -2
- package/dist/pipeline/spec/pipes/tooltip/tooltip.d.ts +0 -2
package/dist/index.cjs
CHANGED
@@ -26,39 +26,45 @@ __webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
27
27
|
registerBar: ()=>registerBar,
|
28
28
|
isVChart: ()=>isVChart,
|
29
|
+
funnelAdvancedPipeline: ()=>funnelAdvancedPipeline,
|
29
30
|
autoFormatter: ()=>autoFormatter,
|
30
|
-
|
31
|
-
zTooltip: ()=>zTooltip,
|
31
|
+
roseParallelAdvancedPipeline: ()=>roseParallelAdvancedPipeline,
|
32
32
|
pieAdvancedPipeline: ()=>pieAdvancedPipeline,
|
33
33
|
execPipeline: ()=>execPipeline,
|
34
34
|
areaSpecPipeline: ()=>areaSpecPipeline,
|
35
35
|
registerCustomTheme: ()=>registerCustomTheme,
|
36
36
|
registerLine: ()=>registerLine,
|
37
|
+
zBaseConfig: ()=>zBaseConfig,
|
37
38
|
zColor: ()=>zColor,
|
39
|
+
findFirstMeasure: ()=>findFirstMeasure,
|
40
|
+
scatterAdvancedPipeline: ()=>scatterAdvancedPipeline,
|
38
41
|
zMeasureGroup: ()=>zMeasureGroup,
|
39
|
-
zUnfoldInfo: ()=>zUnfoldInfo,
|
40
42
|
zMeasures: ()=>zMeasures,
|
43
|
+
zUnfoldInfo: ()=>zUnfoldInfo,
|
41
44
|
zCrosshairRect: ()=>zCrosshairRect,
|
42
45
|
FoldMeasureName: ()=>FoldMeasureName,
|
43
46
|
intl: ()=>intl,
|
44
47
|
darkTheme: ()=>darkTheme,
|
45
48
|
createNumFormatter: ()=>createNumFormatter,
|
46
49
|
columnPercentAdvancedPipeline: ()=>columnPercentAdvancedPipeline,
|
47
|
-
|
50
|
+
scatterSpecPipeline: ()=>scatterSpecPipeline,
|
48
51
|
isVTable: ()=>isVTable,
|
49
52
|
zAnnotation: ()=>zAnnotation,
|
53
|
+
zAxis: ()=>zAxis,
|
54
|
+
zCrosshairLine: ()=>zCrosshairLine,
|
50
55
|
columnSpecPipeline: ()=>columnSpecPipeline,
|
51
56
|
UnfoldDimensionGroup: ()=>UnfoldDimensionGroup,
|
52
57
|
zDatasetReshapeInfo: ()=>zDatasetReshapeInfo,
|
53
58
|
zFoldInfo: ()=>zFoldInfo,
|
54
|
-
|
59
|
+
zStackCornerRadius: ()=>zStackCornerRadius,
|
55
60
|
zAreaStyle: ()=>zAreaStyle,
|
56
61
|
ORIGINAL_DATA: ()=>ORIGINAL_DATA,
|
57
|
-
|
62
|
+
dataReshapeFor1D2M: ()=>dataReshapeFor1D2M,
|
58
63
|
zAnnotationArea: ()=>zAnnotationArea,
|
64
|
+
zAnnotationHorizontalLine: ()=>zAnnotationHorizontalLine,
|
59
65
|
zMarkStyle: ()=>zMarkStyle,
|
60
|
-
zYLinearAxis: ()=>zYLinearAxis,
|
61
66
|
Separator: ()=>Separator,
|
67
|
+
zTooltip: ()=>zTooltip,
|
62
68
|
columnAdvancedPipeline: ()=>columnAdvancedPipeline,
|
63
69
|
columnParallelSpecPipeline: ()=>columnParallelSpecPipeline,
|
64
70
|
zLabel: ()=>zLabel,
|
@@ -68,9 +74,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
68
74
|
lightTheme: ()=>lightTheme,
|
69
75
|
registerColumnParallel: ()=>registerColumnParallel,
|
70
76
|
zDimension: ()=>zDimension,
|
77
|
+
funnelSpecPipeline: ()=>funnelSpecPipeline,
|
71
78
|
zPointStyle: ()=>zPointStyle,
|
79
|
+
zYBandAxis: ()=>zYBandAxis,
|
80
|
+
zYLinearAxis: ()=>zYLinearAxis,
|
72
81
|
isPivotChart: ()=>isPivotChart,
|
73
82
|
zCustomTheme: ()=>zCustomTheme,
|
83
|
+
roseParallelSpecPipeline: ()=>roseParallelSpecPipeline,
|
74
84
|
zLineStyle: ()=>zLineStyle,
|
75
85
|
zXBandAxis: ()=>zXBandAxis,
|
76
86
|
dataReshapeFor1D1M: ()=>dataReshapeFor1D1M,
|
@@ -89,8 +99,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
89
99
|
zLegend: ()=>zLegend,
|
90
100
|
FoldMeasureId: ()=>FoldMeasureId,
|
91
101
|
zTheme: ()=>zTheme,
|
92
|
-
|
102
|
+
donutSpecPipeline: ()=>donutSpecPipeline,
|
93
103
|
registerAreaPercent: ()=>registerAreaPercent,
|
104
|
+
zEncoding: ()=>zEncoding,
|
94
105
|
autoNumFormatter: ()=>autoNumFormatter,
|
95
106
|
zXLinearAxis: ()=>zXLinearAxis,
|
96
107
|
zConfig: ()=>zConfig,
|
@@ -100,12 +111,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
100
111
|
zCustomThemeConfig: ()=>zCustomThemeConfig,
|
101
112
|
columnParallelAdvancedPipeline: ()=>columnParallelAdvancedPipeline,
|
102
113
|
registerColumnPercent: ()=>registerColumnPercent,
|
114
|
+
donutAdvancedPipeline: ()=>donutAdvancedPipeline,
|
103
115
|
registerBarPercent: ()=>registerBarPercent,
|
104
|
-
zCrosshairLine: ()=>zCrosshairLine,
|
105
116
|
foldMeasures: ()=>foldMeasures,
|
106
117
|
dataReshapeFor2D1M: ()=>dataReshapeFor2D1M,
|
107
118
|
registerLightTheme: ()=>registerLightTheme,
|
108
|
-
|
119
|
+
roseAdvancedPipeline: ()=>roseAdvancedPipeline,
|
120
|
+
roseSpecPipeline: ()=>roseSpecPipeline,
|
109
121
|
registerDarkTheme: ()=>registerDarkTheme,
|
110
122
|
zAnnotationVerticalLine: ()=>zAnnotationVerticalLine,
|
111
123
|
barParallelAdvancedPipeline: ()=>barParallelAdvancedPipeline,
|
@@ -123,11 +135,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
123
135
|
Builder: ()=>Builder,
|
124
136
|
barParallelSpecPipeline: ()=>barParallelSpecPipeline,
|
125
137
|
areaPercentSpecPipeline: ()=>areaPercentSpecPipeline,
|
126
|
-
registerAll: ()=>
|
138
|
+
registerAll: ()=>registerAll
|
127
139
|
});
|
128
140
|
const initAdvancedVSeed = (advancedVSeed, context)=>{
|
129
141
|
const { vseed } = context;
|
130
|
-
const { chartType
|
142
|
+
const { chartType } = vseed;
|
131
143
|
return {
|
132
144
|
...advancedVSeed,
|
133
145
|
chartType
|
@@ -276,7 +288,7 @@ const NUMBER_FORMAT_RULES = {
|
|
276
288
|
};
|
277
289
|
const createFormatter = (format)=>createNumFormatter(format);
|
278
290
|
const autoFormatter = (value, locale)=>autoNumFormatter(value, locale);
|
279
|
-
|
291
|
+
const findMeasureById = (measures, id)=>{
|
280
292
|
if (!measures) return;
|
281
293
|
const stack = [
|
282
294
|
...measures
|
@@ -287,7 +299,22 @@ function findMeasureById(measures, id) {
|
|
287
299
|
if (current.id === id && !('children' in current)) return current;
|
288
300
|
if ('children' in current && current.children) stack.push(...current.children);
|
289
301
|
}
|
290
|
-
}
|
302
|
+
};
|
303
|
+
const findFirstMeasure = (measures)=>{
|
304
|
+
if (!measures) return;
|
305
|
+
const stack = [
|
306
|
+
...measures
|
307
|
+
].reverse();
|
308
|
+
while(stack.length > 0){
|
309
|
+
const current = stack.pop();
|
310
|
+
if (!current) continue;
|
311
|
+
if (!('children' in current)) return current;
|
312
|
+
if ('children' in current && current.children) {
|
313
|
+
const children = (current.children || []).reverse();
|
314
|
+
stack.push(...children);
|
315
|
+
}
|
316
|
+
}
|
317
|
+
};
|
291
318
|
const autoMeasures = (advancedVSeed, context)=>{
|
292
319
|
const result = {
|
293
320
|
...advancedVSeed
|
@@ -584,6 +611,60 @@ const dataReshapeFor1D1M = (dataset, dimensions, measures, options)=>{
|
|
584
611
|
};
|
585
612
|
}
|
586
613
|
};
|
614
|
+
const dataReshapeFor1D2M_emptyReshapeResult = {
|
615
|
+
dataset: [],
|
616
|
+
foldInfo: {
|
617
|
+
foldMap: {},
|
618
|
+
measureId: '',
|
619
|
+
measureName: '',
|
620
|
+
measureValue: ''
|
621
|
+
},
|
622
|
+
unfoldInfo: {
|
623
|
+
groupName: '',
|
624
|
+
groupId: '',
|
625
|
+
colorItems: [],
|
626
|
+
colorIdMap: {}
|
627
|
+
}
|
628
|
+
};
|
629
|
+
const dataReshapeFor1D2M = (dataset, dimensions, measures, options)=>{
|
630
|
+
const { foldMeasureId = FoldMeasureId, foldMeasureName = FoldMeasureName, foldMeasureValue = FoldMeasureValue, unfoldDimensionGroup = UnfoldDimensionGroup, unfoldDimensionGroupId = UnfoldDimensionGroupId } = options || {};
|
631
|
+
if (0 === dimensions.length && 0 === measures.length) return dataReshapeFor1D2M_emptyReshapeResult;
|
632
|
+
const { dataset: foldedDataset, foldInfo } = foldMeasures(dataset, measures.length > 1 ? measures.slice(1) : measures, foldMeasureId, foldMeasureName, foldMeasureValue);
|
633
|
+
if (0 === dimensions.length) {
|
634
|
+
const { dataset: finalDataset, unfoldInfo } = unfoldDimensions(foldedDataset, [
|
635
|
+
{
|
636
|
+
id: foldMeasureValue,
|
637
|
+
alias: i18n`指标值`,
|
638
|
+
location: 'dimension'
|
639
|
+
}
|
640
|
+
], [
|
641
|
+
{
|
642
|
+
id: foldMeasureValue,
|
643
|
+
alias: i18n`指标值`
|
644
|
+
}
|
645
|
+
], 0, unfoldDimensionGroup, unfoldDimensionGroupId, foldMeasureId);
|
646
|
+
return {
|
647
|
+
dataset: finalDataset,
|
648
|
+
foldInfo,
|
649
|
+
unfoldInfo
|
650
|
+
};
|
651
|
+
}
|
652
|
+
{
|
653
|
+
const { dataset: finalDataset, unfoldInfo } = unfoldDimensions(foldedDataset, [
|
654
|
+
...dimensions
|
655
|
+
], [
|
656
|
+
{
|
657
|
+
id: foldMeasureValue,
|
658
|
+
alias: i18n`指标值`
|
659
|
+
}
|
660
|
+
], 0, unfoldDimensionGroup, unfoldDimensionGroupId, foldMeasureId);
|
661
|
+
return {
|
662
|
+
dataset: finalDataset,
|
663
|
+
foldInfo,
|
664
|
+
unfoldInfo
|
665
|
+
};
|
666
|
+
}
|
667
|
+
};
|
587
668
|
const reshapeTo2D1M = (advancedVSeed, context)=>{
|
588
669
|
const result = {
|
589
670
|
...advancedVSeed
|
@@ -630,6 +711,28 @@ const reshapeTo1D1M = (advancedVSeed, context)=>{
|
|
630
711
|
]
|
631
712
|
};
|
632
713
|
};
|
714
|
+
const reshapeTo1D2M = (advancedVSeed, context)=>{
|
715
|
+
const result = {
|
716
|
+
...advancedVSeed
|
717
|
+
};
|
718
|
+
const { vseed } = context;
|
719
|
+
const { dataset } = vseed;
|
720
|
+
const { dimensions, measures } = advancedVSeed;
|
721
|
+
if (!measures || !dimensions || !dataset) return result;
|
722
|
+
if (0 === measures.length) throw new Error('measures can not be empty');
|
723
|
+
const { dataset: newDatasets, foldInfo, unfoldInfo } = dataReshapeFor1D2M(dataset, dimensions, measures);
|
724
|
+
return {
|
725
|
+
...result,
|
726
|
+
dataset: newDatasets,
|
727
|
+
datasetReshapeInfo: [
|
728
|
+
{
|
729
|
+
id: '1D2M',
|
730
|
+
foldInfo,
|
731
|
+
unfoldInfo
|
732
|
+
}
|
733
|
+
]
|
734
|
+
};
|
735
|
+
};
|
633
736
|
const pivotReshapeTo1D1M = (advancedVSeed, context)=>{
|
634
737
|
const result = {
|
635
738
|
...advancedVSeed
|
@@ -669,6 +772,45 @@ const pivotReshapeTo1D1M = (advancedVSeed, context)=>{
|
|
669
772
|
datasetReshapeInfo: datasetReshapeInfo
|
670
773
|
};
|
671
774
|
};
|
775
|
+
const pivotReshapeTo1D2M = (advancedVSeed, context)=>{
|
776
|
+
const result = {
|
777
|
+
...advancedVSeed
|
778
|
+
};
|
779
|
+
const { vseed } = context;
|
780
|
+
const { dataset } = vseed;
|
781
|
+
const { dimensions, measures } = advancedVSeed;
|
782
|
+
if (!measures || !dimensions) return result;
|
783
|
+
const measureGroups = [];
|
784
|
+
if (measures) measures.forEach((measure)=>{
|
785
|
+
if (measure.children && measure.children.length > 0) measureGroups.push(measure);
|
786
|
+
});
|
787
|
+
const newDatasets = [];
|
788
|
+
const datasetReshapeInfo = [];
|
789
|
+
measureGroups.forEach((measureGroup)=>{
|
790
|
+
const measures = measureGroup.children;
|
791
|
+
if (!measures) return;
|
792
|
+
const commonDimensions = dimensions.filter((dim)=>'dimension' === dim.location);
|
793
|
+
const groupId = measureGroup.id;
|
794
|
+
const { dataset: newSubDataset, foldInfo, unfoldInfo } = dataReshapeFor1D2M(dataset, commonDimensions, measures, {
|
795
|
+
foldMeasureId: FoldMeasureId,
|
796
|
+
foldMeasureName: FoldMeasureName,
|
797
|
+
foldMeasureValue: FoldMeasureValue + groupId,
|
798
|
+
unfoldDimensionGroup: UnfoldDimensionGroup
|
799
|
+
});
|
800
|
+
const reshapeInfo = {
|
801
|
+
id: groupId,
|
802
|
+
foldInfo,
|
803
|
+
unfoldInfo
|
804
|
+
};
|
805
|
+
newDatasets.push(newSubDataset);
|
806
|
+
datasetReshapeInfo.push(reshapeInfo);
|
807
|
+
});
|
808
|
+
return {
|
809
|
+
...result,
|
810
|
+
dataset: newDatasets,
|
811
|
+
datasetReshapeInfo: datasetReshapeInfo
|
812
|
+
};
|
813
|
+
};
|
672
814
|
const pivotReshapeTo2D1M = (advancedVSeed, context)=>{
|
673
815
|
const result = {
|
674
816
|
...advancedVSeed
|
@@ -714,9 +856,9 @@ const encodingXY = (advancedVSeed)=>{
|
|
714
856
|
};
|
715
857
|
const { datasetReshapeInfo, dimensions } = advancedVSeed;
|
716
858
|
if (!datasetReshapeInfo || !dimensions) return result;
|
859
|
+
const isZeroDimension = 0 === dimensions.length;
|
717
860
|
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
718
861
|
const { foldInfo, unfoldInfo } = cur;
|
719
|
-
const isZeroDimension = 0 === dimensions.length;
|
720
862
|
const x = [
|
721
863
|
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
722
864
|
];
|
@@ -750,9 +892,9 @@ const encodingYX = (advancedVSeed)=>{
|
|
750
892
|
};
|
751
893
|
const { datasetReshapeInfo, dimensions } = advancedVSeed;
|
752
894
|
if (!datasetReshapeInfo || !dimensions) return result;
|
895
|
+
const isZeroDimension = 0 === dimensions.length;
|
753
896
|
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
754
897
|
const { foldInfo, unfoldInfo } = cur;
|
755
|
-
const isZeroDimension = 0 === dimensions.length;
|
756
898
|
const y = [
|
757
899
|
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
758
900
|
];
|
@@ -780,7 +922,44 @@ const encodingYX = (advancedVSeed)=>{
|
|
780
922
|
encoding
|
781
923
|
};
|
782
924
|
};
|
783
|
-
const
|
925
|
+
const encodingRose = (advancedVSeed)=>{
|
926
|
+
const result = {
|
927
|
+
...advancedVSeed
|
928
|
+
};
|
929
|
+
const { datasetReshapeInfo, dimensions, measures } = advancedVSeed;
|
930
|
+
if (!datasetReshapeInfo || !dimensions || !measures) return result;
|
931
|
+
const is1D1M = 1 === dimensions.length && 1 === measures.length;
|
932
|
+
const isZeroDimension = 0 === dimensions.length;
|
933
|
+
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
934
|
+
const { foldInfo, unfoldInfo } = cur;
|
935
|
+
const radius = [
|
936
|
+
foldInfo.measureValue
|
937
|
+
];
|
938
|
+
const angle = [
|
939
|
+
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
940
|
+
];
|
941
|
+
const group = [
|
942
|
+
is1D1M ? dimensions[0].id : unfoldInfo.groupId
|
943
|
+
];
|
944
|
+
const color = [
|
945
|
+
is1D1M ? dimensions[0].id : unfoldInfo.groupId
|
946
|
+
];
|
947
|
+
return [
|
948
|
+
...prev,
|
949
|
+
{
|
950
|
+
angle,
|
951
|
+
radius,
|
952
|
+
group,
|
953
|
+
color
|
954
|
+
}
|
955
|
+
];
|
956
|
+
}, []);
|
957
|
+
return {
|
958
|
+
...result,
|
959
|
+
encoding
|
960
|
+
};
|
961
|
+
};
|
962
|
+
const encodingPie = (advancedVSeed)=>{
|
784
963
|
const result = {
|
785
964
|
...advancedVSeed
|
786
965
|
};
|
@@ -815,6 +994,37 @@ const encodingPolar = (advancedVSeed)=>{
|
|
815
994
|
encoding
|
816
995
|
};
|
817
996
|
};
|
997
|
+
const encodingFunnel = (advancedVSeed)=>{
|
998
|
+
const result = {
|
999
|
+
...advancedVSeed
|
1000
|
+
};
|
1001
|
+
const { datasetReshapeInfo, dimensions } = advancedVSeed;
|
1002
|
+
if (!datasetReshapeInfo || !dimensions) return result;
|
1003
|
+
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
1004
|
+
const { foldInfo, unfoldInfo } = cur;
|
1005
|
+
const size = [
|
1006
|
+
foldInfo.measureValue
|
1007
|
+
];
|
1008
|
+
const group = [
|
1009
|
+
unfoldInfo.groupId
|
1010
|
+
];
|
1011
|
+
const color = [
|
1012
|
+
unfoldInfo.groupId
|
1013
|
+
];
|
1014
|
+
return [
|
1015
|
+
...prev,
|
1016
|
+
{
|
1017
|
+
size,
|
1018
|
+
group,
|
1019
|
+
color
|
1020
|
+
}
|
1021
|
+
];
|
1022
|
+
}, []);
|
1023
|
+
return {
|
1024
|
+
...result,
|
1025
|
+
encoding
|
1026
|
+
};
|
1027
|
+
};
|
818
1028
|
const vchartBaseConfig = (advancedVSeed, context)=>{
|
819
1029
|
const { vseed } = context;
|
820
1030
|
const result = {
|
@@ -890,11 +1100,16 @@ const pieConfig = (advancedVSeed, context)=>{
|
|
890
1100
|
};
|
891
1101
|
const areaConfig = lineConfig;
|
892
1102
|
const areaPercentConfig = lineConfig;
|
1103
|
+
const scatterConfig = lineConfig;
|
893
1104
|
const barConfig = columnConfig;
|
894
1105
|
const barParallelConfig = columnConfig;
|
895
1106
|
const barPercentConfig = columnConfig;
|
896
1107
|
const columnParallelConfig = columnConfig;
|
897
1108
|
const columnPercentConfig = columnConfig;
|
1109
|
+
const donutConfig = pieConfig;
|
1110
|
+
const roseConfig = pieConfig;
|
1111
|
+
const roseParallelConfig = pieConfig;
|
1112
|
+
const funnelConfig = pieConfig;
|
898
1113
|
const vchartTheme = (advancedVSeed, context)=>{
|
899
1114
|
const { customTheme, vseed } = context;
|
900
1115
|
const { theme = 'light', chartType } = vseed;
|
@@ -1123,19 +1338,153 @@ const pieAdvancedPipeline = [
|
|
1123
1338
|
], [
|
1124
1339
|
pivotReshapeTo1D1M
|
1125
1340
|
]),
|
1126
|
-
|
1341
|
+
encodingPie,
|
1127
1342
|
pieConfig,
|
1128
1343
|
vchartBaseConfig,
|
1129
1344
|
vchartTheme,
|
1130
1345
|
annotation_annotation
|
1131
1346
|
];
|
1132
|
-
const
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1347
|
+
const donutAdvancedPipeline = [
|
1348
|
+
initAdvancedVSeed,
|
1349
|
+
locale_locale,
|
1350
|
+
autoMeasures,
|
1351
|
+
autoDimensions,
|
1352
|
+
pivotAdapter([
|
1353
|
+
reshapeTo1D1M
|
1354
|
+
], [
|
1355
|
+
pivotReshapeTo1D1M
|
1356
|
+
]),
|
1357
|
+
encodingPie,
|
1358
|
+
donutConfig,
|
1359
|
+
vchartBaseConfig,
|
1360
|
+
vchartTheme,
|
1361
|
+
annotation_annotation
|
1362
|
+
];
|
1363
|
+
const roseAdvancedPipeline = [
|
1364
|
+
initAdvancedVSeed,
|
1365
|
+
locale_locale,
|
1366
|
+
autoMeasures,
|
1367
|
+
autoDimensions,
|
1368
|
+
pivotAdapter([
|
1369
|
+
reshapeTo2D1M
|
1370
|
+
], [
|
1371
|
+
pivotReshapeTo2D1M
|
1372
|
+
]),
|
1373
|
+
encodingRose,
|
1374
|
+
roseConfig,
|
1375
|
+
vchartBaseConfig,
|
1376
|
+
vchartTheme,
|
1377
|
+
markStyle_markStyle,
|
1378
|
+
annotation_annotation
|
1379
|
+
];
|
1380
|
+
const roseParallelAdvancedPipeline = [
|
1381
|
+
initAdvancedVSeed,
|
1382
|
+
locale_locale,
|
1383
|
+
autoMeasures,
|
1384
|
+
autoDimensions,
|
1385
|
+
pivotAdapter([
|
1386
|
+
reshapeTo2D1M
|
1387
|
+
], [
|
1388
|
+
pivotReshapeTo2D1M
|
1389
|
+
]),
|
1390
|
+
encodingRose,
|
1391
|
+
roseParallelConfig,
|
1392
|
+
vchartBaseConfig,
|
1393
|
+
vchartTheme,
|
1394
|
+
markStyle_markStyle,
|
1395
|
+
annotation_annotation
|
1396
|
+
];
|
1397
|
+
const funnelAdvancedPipeline = [
|
1398
|
+
initAdvancedVSeed,
|
1399
|
+
locale_locale,
|
1400
|
+
autoMeasures,
|
1401
|
+
autoDimensions,
|
1402
|
+
pivotAdapter([
|
1403
|
+
reshapeTo1D1M
|
1404
|
+
], [
|
1405
|
+
pivotReshapeTo1D1M
|
1406
|
+
]),
|
1407
|
+
encodingFunnel,
|
1408
|
+
funnelConfig,
|
1409
|
+
vchartBaseConfig,
|
1410
|
+
vchartTheme,
|
1411
|
+
annotation_annotation
|
1412
|
+
];
|
1413
|
+
const encodingYY = (advancedVSeed)=>{
|
1414
|
+
const result = {
|
1415
|
+
...advancedVSeed
|
1416
|
+
};
|
1417
|
+
const { datasetReshapeInfo, measures } = advancedVSeed;
|
1418
|
+
if (!datasetReshapeInfo || !measures) return result;
|
1419
|
+
const firstMeasure = findFirstMeasure(measures);
|
1420
|
+
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
1421
|
+
const { foldInfo, unfoldInfo } = cur;
|
1422
|
+
const x = [
|
1423
|
+
firstMeasure?.id
|
1424
|
+
];
|
1425
|
+
const y = [
|
1426
|
+
foldInfo.measureValue
|
1427
|
+
];
|
1428
|
+
const group = [
|
1429
|
+
unfoldInfo.groupId
|
1430
|
+
];
|
1431
|
+
const color = [
|
1432
|
+
unfoldInfo.groupId
|
1433
|
+
];
|
1434
|
+
return [
|
1435
|
+
...prev,
|
1436
|
+
{
|
1437
|
+
x,
|
1438
|
+
y,
|
1439
|
+
group,
|
1440
|
+
color
|
1441
|
+
}
|
1442
|
+
];
|
1443
|
+
}, []);
|
1444
|
+
return {
|
1445
|
+
...result,
|
1446
|
+
encoding
|
1447
|
+
};
|
1448
|
+
};
|
1449
|
+
const scatterAdvancedPipeline = [
|
1450
|
+
initAdvancedVSeed,
|
1451
|
+
locale_locale,
|
1452
|
+
autoMeasures,
|
1453
|
+
autoDimensions,
|
1454
|
+
pivotAdapter([
|
1455
|
+
reshapeTo1D2M
|
1456
|
+
], [
|
1457
|
+
pivotReshapeTo1D2M
|
1458
|
+
]),
|
1459
|
+
encodingYY,
|
1460
|
+
vchartBaseConfig,
|
1461
|
+
scatterConfig,
|
1462
|
+
vchartTheme,
|
1463
|
+
markStyle_markStyle,
|
1464
|
+
annotation_annotation
|
1465
|
+
];
|
1466
|
+
const dataset_dataset = (spec, context)=>{
|
1467
|
+
const { advancedVSeed } = context;
|
1468
|
+
const { encoding } = advancedVSeed;
|
1469
|
+
const angle = encoding[0]?.angle?.[0];
|
1470
|
+
const x = encoding[0]?.x?.[0];
|
1471
|
+
const group = encoding[0]?.group?.[0];
|
1472
|
+
const fields = {};
|
1473
|
+
if (angle) fields[angle] = {
|
1474
|
+
sortIndex: 0
|
1475
|
+
};
|
1476
|
+
if (x) fields[x] = {
|
1477
|
+
sortIndex: 0
|
1478
|
+
};
|
1479
|
+
if (group) fields[group] = {
|
1480
|
+
sortIndex: 1
|
1481
|
+
};
|
1482
|
+
return {
|
1483
|
+
...spec,
|
1484
|
+
data: {
|
1485
|
+
values: advancedVSeed.dataset,
|
1486
|
+
fields: fields
|
1487
|
+
}
|
1139
1488
|
};
|
1140
1489
|
};
|
1141
1490
|
const datasetPivot = (spec, context)=>{
|
@@ -1178,6 +1527,7 @@ const initColumn = (spec, context)=>{
|
|
1178
1527
|
clip: true
|
1179
1528
|
}
|
1180
1529
|
];
|
1530
|
+
result.animation = true;
|
1181
1531
|
return result;
|
1182
1532
|
};
|
1183
1533
|
const initBar = (spec, context)=>{
|
@@ -1198,6 +1548,7 @@ const initBar = (spec, context)=>{
|
|
1198
1548
|
clip: true
|
1199
1549
|
}
|
1200
1550
|
];
|
1551
|
+
result.animation = true;
|
1201
1552
|
return result;
|
1202
1553
|
};
|
1203
1554
|
const initBarParallel = (spec, context)=>{
|
@@ -1222,6 +1573,7 @@ const initBarParallel = (spec, context)=>{
|
|
1222
1573
|
clip: true
|
1223
1574
|
}
|
1224
1575
|
];
|
1576
|
+
result.animation = true;
|
1225
1577
|
return result;
|
1226
1578
|
};
|
1227
1579
|
const initArea = (spec, context)=>{
|
@@ -1242,6 +1594,7 @@ const initArea = (spec, context)=>{
|
|
1242
1594
|
clip: true
|
1243
1595
|
}
|
1244
1596
|
];
|
1597
|
+
result.animation = true;
|
1245
1598
|
return result;
|
1246
1599
|
};
|
1247
1600
|
const initLine = (spec, context)=>{
|
@@ -1262,6 +1615,7 @@ const initLine = (spec, context)=>{
|
|
1262
1615
|
clip: true
|
1263
1616
|
}
|
1264
1617
|
];
|
1618
|
+
result.animation = true;
|
1265
1619
|
return result;
|
1266
1620
|
};
|
1267
1621
|
const initColumnParallel = (spec, context)=>{
|
@@ -1286,6 +1640,7 @@ const initColumnParallel = (spec, context)=>{
|
|
1286
1640
|
clip: true
|
1287
1641
|
}
|
1288
1642
|
];
|
1643
|
+
result.animation = true;
|
1289
1644
|
return result;
|
1290
1645
|
};
|
1291
1646
|
const initPie = (spec, context)=>{
|
@@ -1307,6 +1662,129 @@ const initPie = (spec, context)=>{
|
|
1307
1662
|
clip: true
|
1308
1663
|
}
|
1309
1664
|
];
|
1665
|
+
result.pie = {
|
1666
|
+
style: {
|
1667
|
+
stroke: '#ffffff',
|
1668
|
+
lineWidth: 1
|
1669
|
+
},
|
1670
|
+
state: {
|
1671
|
+
hover: {
|
1672
|
+
centerOffset: 5,
|
1673
|
+
outerRadius: 1.1 * result.outerRadius
|
1674
|
+
}
|
1675
|
+
}
|
1676
|
+
};
|
1677
|
+
result.animation = true;
|
1678
|
+
return result;
|
1679
|
+
};
|
1680
|
+
const initDonut = (spec, context)=>{
|
1681
|
+
const result = {
|
1682
|
+
...spec
|
1683
|
+
};
|
1684
|
+
const { advancedVSeed } = context;
|
1685
|
+
const { encoding } = advancedVSeed;
|
1686
|
+
if (!encoding[0].angle || !encoding[0].radius || !encoding[0].group) return result;
|
1687
|
+
result.type = 'pie';
|
1688
|
+
result.outerRadius = 0.8;
|
1689
|
+
result.innerRadius = 0.8 * result.outerRadius;
|
1690
|
+
result.valueField = encoding[0].radius[0];
|
1691
|
+
result.categoryField = encoding[0].angle[0];
|
1692
|
+
result.seriesField = encoding[0].group[0];
|
1693
|
+
result.padding = 0;
|
1694
|
+
result.region = [
|
1695
|
+
{
|
1696
|
+
clip: true
|
1697
|
+
}
|
1698
|
+
];
|
1699
|
+
result.pie = {
|
1700
|
+
style: {
|
1701
|
+
stroke: '#ffffff',
|
1702
|
+
lineWidth: 1
|
1703
|
+
},
|
1704
|
+
state: {
|
1705
|
+
hover: {
|
1706
|
+
outerRadius: 1.1 * result.outerRadius
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
};
|
1710
|
+
result.animation = true;
|
1711
|
+
return result;
|
1712
|
+
};
|
1713
|
+
const initRose = (spec, context)=>{
|
1714
|
+
const result = {
|
1715
|
+
...spec
|
1716
|
+
};
|
1717
|
+
const { advancedVSeed } = context;
|
1718
|
+
const { encoding, dataset, datasetReshapeInfo } = advancedVSeed;
|
1719
|
+
const { foldInfo } = datasetReshapeInfo[0];
|
1720
|
+
if (!encoding[0].radius || !encoding[0].angle || !encoding[0].group) return result;
|
1721
|
+
result.type = 'rose';
|
1722
|
+
result.categoryField = encoding[0].angle[0];
|
1723
|
+
result.valueField = encoding[0].radius[0];
|
1724
|
+
result.seriesField = encoding[0].group[0];
|
1725
|
+
result.padding = 0;
|
1726
|
+
result.outerRadius = 0.9;
|
1727
|
+
result.innerRadius = 0;
|
1728
|
+
const hasNegativeValue = dataset.flat().find((d)=>d[foldInfo.measureValue] < 0);
|
1729
|
+
if (hasNegativeValue) result.innerRadius = 0.05;
|
1730
|
+
result.rose = {
|
1731
|
+
style: {
|
1732
|
+
stroke: '#ffffff',
|
1733
|
+
lineWidth: 1
|
1734
|
+
},
|
1735
|
+
state: {
|
1736
|
+
hover: {
|
1737
|
+
lineWidth: 1,
|
1738
|
+
fillOpacity: 0.6
|
1739
|
+
}
|
1740
|
+
}
|
1741
|
+
};
|
1742
|
+
result.region = [
|
1743
|
+
{
|
1744
|
+
clip: true
|
1745
|
+
}
|
1746
|
+
];
|
1747
|
+
result.animation = true;
|
1748
|
+
return result;
|
1749
|
+
};
|
1750
|
+
const initRoseParallel = (spec, context)=>{
|
1751
|
+
const result = {
|
1752
|
+
...spec
|
1753
|
+
};
|
1754
|
+
const { advancedVSeed } = context;
|
1755
|
+
const { encoding, datasetReshapeInfo, dataset } = advancedVSeed;
|
1756
|
+
const { unfoldInfo, foldInfo } = datasetReshapeInfo[0];
|
1757
|
+
if (!encoding[0].radius || !encoding[0].angle || !encoding[0].group) return result;
|
1758
|
+
result.type = 'rose';
|
1759
|
+
result.categoryField = [
|
1760
|
+
encoding[0].angle[0],
|
1761
|
+
unfoldInfo.groupName
|
1762
|
+
];
|
1763
|
+
result.valueField = encoding[0].radius[0];
|
1764
|
+
result.seriesField = encoding[0].group[0];
|
1765
|
+
result.padding = 0;
|
1766
|
+
result.outerRadius = 0.9;
|
1767
|
+
result.innerRadius = 0;
|
1768
|
+
const hasNegativeValue = dataset.flat().find((d)=>d[foldInfo.measureValue] < 0);
|
1769
|
+
if (hasNegativeValue) result.innerRadius = 0.05;
|
1770
|
+
result.rose = {
|
1771
|
+
style: {
|
1772
|
+
stroke: '#ffffff',
|
1773
|
+
lineWidth: 1
|
1774
|
+
},
|
1775
|
+
state: {
|
1776
|
+
hover: {
|
1777
|
+
lineWidth: 1,
|
1778
|
+
fillOpacity: 0.6
|
1779
|
+
}
|
1780
|
+
}
|
1781
|
+
};
|
1782
|
+
result.region = [
|
1783
|
+
{
|
1784
|
+
clip: true
|
1785
|
+
}
|
1786
|
+
];
|
1787
|
+
result.animation = true;
|
1310
1788
|
return result;
|
1311
1789
|
};
|
1312
1790
|
const initPivot = (spec)=>{
|
@@ -1315,6 +1793,7 @@ const initPivot = (spec)=>{
|
|
1315
1793
|
};
|
1316
1794
|
return {
|
1317
1795
|
...result,
|
1796
|
+
animation: true,
|
1318
1797
|
rows: [],
|
1319
1798
|
columns: [],
|
1320
1799
|
indicators: [],
|
@@ -1324,6 +1803,42 @@ const initPivot = (spec)=>{
|
|
1324
1803
|
indicatorsAsCol: false
|
1325
1804
|
};
|
1326
1805
|
};
|
1806
|
+
const initFunnel = (spec, context)=>{
|
1807
|
+
const result = {
|
1808
|
+
...spec
|
1809
|
+
};
|
1810
|
+
const { advancedVSeed } = context;
|
1811
|
+
const { encoding } = advancedVSeed;
|
1812
|
+
if (!encoding[0].size || !encoding[0].group || !encoding[0].color) return result;
|
1813
|
+
result.type = 'funnel';
|
1814
|
+
result.valueField = encoding[0].size[0];
|
1815
|
+
result.categoryField = encoding[0].group[0];
|
1816
|
+
result.padding = 0;
|
1817
|
+
result.isTransform = true;
|
1818
|
+
result.shape = 'rect';
|
1819
|
+
result.maxSize = '75%';
|
1820
|
+
result.minSize = '10%';
|
1821
|
+
result.region = [
|
1822
|
+
{
|
1823
|
+
clip: true
|
1824
|
+
}
|
1825
|
+
];
|
1826
|
+
result.funnel = {
|
1827
|
+
style: {
|
1828
|
+
cornerRadius: 4
|
1829
|
+
},
|
1830
|
+
state: {
|
1831
|
+
hover: {
|
1832
|
+
fillOpacity: 0.6
|
1833
|
+
}
|
1834
|
+
}
|
1835
|
+
};
|
1836
|
+
result.transformLabel = {
|
1837
|
+
visible: true
|
1838
|
+
};
|
1839
|
+
result.animation = true;
|
1840
|
+
return result;
|
1841
|
+
};
|
1327
1842
|
const xBand = (spec, context)=>{
|
1328
1843
|
const result = {
|
1329
1844
|
...spec
|
@@ -1492,7 +2007,7 @@ const xLinear = (spec, context)=>{
|
|
1492
2007
|
}
|
1493
2008
|
},
|
1494
2009
|
innerOffset: {
|
1495
|
-
|
2010
|
+
right: LINEAR_AXIS_INNER_OFFSET_TOP
|
1496
2011
|
}
|
1497
2012
|
};
|
1498
2013
|
result.axes = [
|
@@ -1677,6 +2192,79 @@ const yLinear = (spec, context)=>{
|
|
1677
2192
|
];
|
1678
2193
|
return result;
|
1679
2194
|
};
|
2195
|
+
const radiusAxis = (spec, context)=>{
|
2196
|
+
const result = {
|
2197
|
+
...spec
|
2198
|
+
};
|
2199
|
+
const { advancedVSeed } = context;
|
2200
|
+
const { dimensions, measures } = advancedVSeed;
|
2201
|
+
if (!dimensions || !measures) return spec;
|
2202
|
+
const is0D = 0 === dimensions.length;
|
2203
|
+
const is1M1D = 1 === dimensions.length && 1 === measures.length;
|
2204
|
+
const showAxis = !(is0D || is1M1D);
|
2205
|
+
if (!result.axes) result.axes = [];
|
2206
|
+
result.axes.push({
|
2207
|
+
orient: 'radius',
|
2208
|
+
visible: showAxis,
|
2209
|
+
zero: true,
|
2210
|
+
nice: !!showAxis,
|
2211
|
+
grid: {
|
2212
|
+
visible: showAxis
|
2213
|
+
},
|
2214
|
+
tick: {
|
2215
|
+
visible: showAxis
|
2216
|
+
},
|
2217
|
+
label: {
|
2218
|
+
visible: showAxis
|
2219
|
+
},
|
2220
|
+
domainLine: {
|
2221
|
+
visible: showAxis
|
2222
|
+
}
|
2223
|
+
});
|
2224
|
+
return result;
|
2225
|
+
};
|
2226
|
+
const angleAxis = (spec, context)=>{
|
2227
|
+
const result = {
|
2228
|
+
...spec
|
2229
|
+
};
|
2230
|
+
const { advancedVSeed } = context;
|
2231
|
+
const { dimensions, measures } = advancedVSeed;
|
2232
|
+
if (!dimensions || !measures) return spec;
|
2233
|
+
const is0D = 0 === dimensions.length;
|
2234
|
+
const is1M1D = 1 === dimensions.length && 1 === measures.length;
|
2235
|
+
const showAxis = !(is0D || is1M1D);
|
2236
|
+
if (!result.axes) result.axes = [];
|
2237
|
+
result.axes.push({
|
2238
|
+
orient: 'angle',
|
2239
|
+
visible: showAxis,
|
2240
|
+
zero: true,
|
2241
|
+
nice: !!showAxis,
|
2242
|
+
paddingInner: showAxis ? [
|
2243
|
+
0.15,
|
2244
|
+
0.1
|
2245
|
+
] : [
|
2246
|
+
0,
|
2247
|
+
0
|
2248
|
+
],
|
2249
|
+
paddingOuter: showAxis ? [
|
2250
|
+
0.075,
|
2251
|
+
0.1
|
2252
|
+
] : [
|
2253
|
+
0,
|
2254
|
+
0
|
2255
|
+
],
|
2256
|
+
grid: {
|
2257
|
+
visible: showAxis
|
2258
|
+
},
|
2259
|
+
domainLine: {
|
2260
|
+
visible: showAxis
|
2261
|
+
},
|
2262
|
+
tick: {
|
2263
|
+
visible: showAxis
|
2264
|
+
}
|
2265
|
+
});
|
2266
|
+
return result;
|
2267
|
+
};
|
1680
2268
|
const percent = (spec, context)=>{
|
1681
2269
|
const result = {
|
1682
2270
|
...spec
|
@@ -1730,6 +2318,9 @@ const tooltip_tooltip = (spec, context)=>{
|
|
1730
2318
|
result.tooltip = {
|
1731
2319
|
visible: enable,
|
1732
2320
|
mark: {
|
2321
|
+
title: {
|
2322
|
+
value: (datum)=>datum && datum[groupName] || ''
|
2323
|
+
},
|
1733
2324
|
content: [
|
1734
2325
|
{
|
1735
2326
|
visible: true,
|
@@ -1973,11 +2564,11 @@ const pivotDiscreteLegend = (spec, context)=>{
|
|
1973
2564
|
label: d,
|
1974
2565
|
shape: {
|
1975
2566
|
outerBorder: border ? {
|
1976
|
-
stroke: colorScheme[index],
|
2567
|
+
stroke: colorScheme?.[index],
|
1977
2568
|
distance: 3,
|
1978
2569
|
lineWidth: 1
|
1979
2570
|
} : void 0,
|
1980
|
-
fill: colorScheme[index]
|
2571
|
+
fill: colorScheme?.[index]
|
1981
2572
|
}
|
1982
2573
|
})),
|
1983
2574
|
item: {
|
@@ -2029,8 +2620,8 @@ const color_color = (spec, context)=>{
|
|
2029
2620
|
const { color } = baseConfig;
|
2030
2621
|
const { colorScheme, colorMapping } = color;
|
2031
2622
|
const mappingList = [];
|
2032
|
-
if (colorMapping) Object.entries(colorMapping).forEach(([key, value])=>{
|
2033
|
-
const idMap = Object.entries(unfoldInfo.colorIdMap).filter(([_, v])=>key
|
2623
|
+
if (colorMapping) Object.entries(colorMapping).sort((a, b)=>a[0].split(Separator).length - b[0].split(Separator).length).forEach(([key, value])=>{
|
2624
|
+
const idMap = Object.entries(unfoldInfo.colorIdMap).filter(([_, v])=>v.includes(key));
|
2034
2625
|
for (const [colorId] of idMap)mappingList.push([
|
2035
2626
|
colorId,
|
2036
2627
|
value
|
@@ -2361,19 +2952,17 @@ const isDimensionSelector = (selector)=>'object' == typeof selector && null !==
|
|
2361
2952
|
].includes(selector.op));
|
2362
2953
|
const barStyle_barStyle = (spec, context)=>{
|
2363
2954
|
const { advancedVSeed } = context;
|
2364
|
-
const { markStyle
|
2955
|
+
const { markStyle } = advancedVSeed;
|
2365
2956
|
const { barStyle } = markStyle;
|
2366
2957
|
const result = {
|
2367
2958
|
...spec,
|
2368
2959
|
bar: {
|
2960
|
+
style: {
|
2961
|
+
stroke: '#fff',
|
2962
|
+
lineWidth: 1
|
2963
|
+
},
|
2369
2964
|
state: {
|
2370
2965
|
hover: {
|
2371
|
-
stroke: (datum, context)=>{
|
2372
|
-
const field = encoding[0]?.group?.[0];
|
2373
|
-
const color = context.seriesColor(datum[field]);
|
2374
|
-
return color;
|
2375
|
-
},
|
2376
|
-
lineWidth: 4,
|
2377
2966
|
fillOpacity: 0.6
|
2378
2967
|
}
|
2379
2968
|
}
|
@@ -2429,14 +3018,7 @@ const pointStyle_pointStyle = (spec, context)=>{
|
|
2429
3018
|
const { pointStyle } = markStyle;
|
2430
3019
|
const result = {
|
2431
3020
|
...spec,
|
2432
|
-
point: {
|
2433
|
-
state: {
|
2434
|
-
dimension_hover: {
|
2435
|
-
scaleX: 1.4,
|
2436
|
-
scaleY: 1.4
|
2437
|
-
}
|
2438
|
-
}
|
2439
|
-
}
|
3021
|
+
point: {}
|
2440
3022
|
};
|
2441
3023
|
if (!pointStyle) return result;
|
2442
3024
|
const pointStyles = Array.isArray(pointStyle) ? pointStyle : [
|
@@ -2482,6 +3064,47 @@ const pointStyle_pointStyle = (spec, context)=>{
|
|
2482
3064
|
}
|
2483
3065
|
};
|
2484
3066
|
};
|
3067
|
+
const pointStateDimensionHover = (spec)=>{
|
3068
|
+
const point = spec.point || {};
|
3069
|
+
const result = {
|
3070
|
+
...spec,
|
3071
|
+
point: {
|
3072
|
+
...point,
|
3073
|
+
state: {
|
3074
|
+
dimension_hover: {
|
3075
|
+
scaleX: 1.4,
|
3076
|
+
scaleY: 1.4
|
3077
|
+
}
|
3078
|
+
}
|
3079
|
+
}
|
3080
|
+
};
|
3081
|
+
return result;
|
3082
|
+
};
|
3083
|
+
const pointStateHover = (spec, context)=>{
|
3084
|
+
const point = spec.point || {};
|
3085
|
+
const { advancedVSeed } = context;
|
3086
|
+
const { encoding } = advancedVSeed;
|
3087
|
+
const result = {
|
3088
|
+
...spec,
|
3089
|
+
point: {
|
3090
|
+
...point,
|
3091
|
+
state: {
|
3092
|
+
hover: {
|
3093
|
+
scaleX: 1.4,
|
3094
|
+
scaleY: 1.4,
|
3095
|
+
stroke: (datum, context)=>{
|
3096
|
+
const field = encoding[0]?.group?.[0];
|
3097
|
+
const color = context.seriesColor(datum[field]);
|
3098
|
+
return color;
|
3099
|
+
},
|
3100
|
+
fillOpacity: 0.6,
|
3101
|
+
lineWidth: 1
|
3102
|
+
}
|
3103
|
+
}
|
3104
|
+
}
|
3105
|
+
};
|
3106
|
+
return result;
|
3107
|
+
};
|
2485
3108
|
const lineStyle_lineStyle = (spec, context)=>{
|
2486
3109
|
const { advancedVSeed } = context;
|
2487
3110
|
const { markStyle, encoding, dataset } = advancedVSeed;
|
@@ -3195,21 +3818,62 @@ const horizontalCrosshairRect = (spec, context)=>{
|
|
3195
3818
|
};
|
3196
3819
|
return result;
|
3197
3820
|
};
|
3198
|
-
const
|
3199
|
-
|
3200
|
-
|
3201
|
-
|
3202
|
-
|
3203
|
-
|
3204
|
-
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3208
|
-
|
3209
|
-
|
3210
|
-
|
3211
|
-
|
3212
|
-
|
3821
|
+
const horizontalCrosshairLine = (spec, context)=>{
|
3822
|
+
const result = {
|
3823
|
+
...spec
|
3824
|
+
};
|
3825
|
+
const { advancedVSeed, vseed } = context;
|
3826
|
+
const { chartType } = vseed;
|
3827
|
+
const config = advancedVSeed.config?.[chartType]?.crosshairLine;
|
3828
|
+
if (!config) return result;
|
3829
|
+
if (!result.crosshair) result.crosshair = {};
|
3830
|
+
const { visible = true, lineColor, labelColor, labelVisible, labelBackgroundColor } = config;
|
3831
|
+
const crosshair = result.crosshair;
|
3832
|
+
crosshair.yField = {
|
3833
|
+
visible,
|
3834
|
+
line: {
|
3835
|
+
type: 'line',
|
3836
|
+
style: {
|
3837
|
+
lineWidth: 1,
|
3838
|
+
opacity: 1,
|
3839
|
+
stroke: lineColor,
|
3840
|
+
lineDash: [
|
3841
|
+
4,
|
3842
|
+
2
|
3843
|
+
]
|
3844
|
+
}
|
3845
|
+
},
|
3846
|
+
label: {
|
3847
|
+
visible: labelVisible,
|
3848
|
+
labelBackground: {
|
3849
|
+
visible: labelVisible,
|
3850
|
+
style: {
|
3851
|
+
fill: labelBackgroundColor
|
3852
|
+
}
|
3853
|
+
},
|
3854
|
+
style: {
|
3855
|
+
fill: labelColor
|
3856
|
+
}
|
3857
|
+
}
|
3858
|
+
};
|
3859
|
+
return result;
|
3860
|
+
};
|
3861
|
+
const line_line = [
|
3862
|
+
initLine,
|
3863
|
+
color_color,
|
3864
|
+
background_backgroundColor,
|
3865
|
+
dataset_dataset,
|
3866
|
+
xBand,
|
3867
|
+
yLinear,
|
3868
|
+
label_label,
|
3869
|
+
tooltip_tooltip,
|
3870
|
+
verticalCrosshairLine,
|
3871
|
+
discreteLegend,
|
3872
|
+
pointStyle_pointStyle,
|
3873
|
+
pointStateDimensionHover,
|
3874
|
+
lineStyle_lineStyle,
|
3875
|
+
annotationPoint_annotationPoint,
|
3876
|
+
annotationVerticalLine_annotationVerticalLine,
|
3213
3877
|
annotationHorizontalLine_annotationHorizontalLine,
|
3214
3878
|
annotationArea_annotationArea
|
3215
3879
|
];
|
@@ -3229,6 +3893,7 @@ const pivotLine = [
|
|
3229
3893
|
tooltip_tooltip,
|
3230
3894
|
verticalCrosshairLine,
|
3231
3895
|
pointStyle_pointStyle,
|
3896
|
+
pointStateDimensionHover,
|
3232
3897
|
lineStyle_lineStyle,
|
3233
3898
|
annotationPoint_annotationPoint,
|
3234
3899
|
annotationVerticalLine_annotationVerticalLine,
|
@@ -3380,250 +4045,447 @@ const pivotColumnPercent = [
|
|
3380
4045
|
annotationPoint_annotationPoint,
|
3381
4046
|
annotationVerticalLine_annotationVerticalLine,
|
3382
4047
|
annotationHorizontalLine_annotationHorizontalLine,
|
3383
|
-
annotationAreaBand
|
4048
|
+
annotationAreaBand
|
4049
|
+
]),
|
4050
|
+
pivotRowDimensions,
|
4051
|
+
pivotColumnDimensions,
|
4052
|
+
pivotDiscreteLegend
|
4053
|
+
];
|
4054
|
+
const columnPercentSpecPipeline = [
|
4055
|
+
pivotAdapter_pivotAdapter(columnPercent, pivotColumnPercent)
|
4056
|
+
];
|
4057
|
+
const bar = [
|
4058
|
+
initBar,
|
4059
|
+
stackCornerRadius_stackCornerRadius,
|
4060
|
+
color_color,
|
4061
|
+
background_backgroundColor,
|
4062
|
+
dataset_dataset,
|
4063
|
+
xLinear,
|
4064
|
+
yBand,
|
4065
|
+
label_label,
|
4066
|
+
tooltip_tooltip,
|
4067
|
+
horizontalCrosshairRect,
|
4068
|
+
discreteLegend,
|
4069
|
+
barStyle_barStyle,
|
4070
|
+
annotationPoint_annotationPoint,
|
4071
|
+
annotationVerticalLine_annotationVerticalLine,
|
4072
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4073
|
+
annotationAreaBand
|
4074
|
+
];
|
4075
|
+
const pivotBar = [
|
4076
|
+
initPivot,
|
4077
|
+
pivotGridStyle,
|
4078
|
+
pivotIndicators_pivotIndicatorsAsCol,
|
4079
|
+
datasetPivot,
|
4080
|
+
pivotIndicators([
|
4081
|
+
initBar,
|
4082
|
+
stackCornerRadius_stackCornerRadius,
|
4083
|
+
color_color,
|
4084
|
+
background_backgroundColor,
|
4085
|
+
datasetPivotPlaceholder,
|
4086
|
+
yBand,
|
4087
|
+
label_label,
|
4088
|
+
label_label,
|
4089
|
+
tooltip_tooltip,
|
4090
|
+
horizontalCrosshairRect,
|
4091
|
+
barStyle_barStyle,
|
4092
|
+
annotationPoint_annotationPoint,
|
4093
|
+
annotationVerticalLine_annotationVerticalLine,
|
4094
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4095
|
+
annotationAreaBand
|
4096
|
+
]),
|
4097
|
+
pivotRowDimensions,
|
4098
|
+
pivotColumnDimensions,
|
4099
|
+
pivotDiscreteLegend
|
4100
|
+
];
|
4101
|
+
const barSpecPipeline = [
|
4102
|
+
pivotAdapter_pivotAdapter(bar, pivotBar)
|
4103
|
+
];
|
4104
|
+
const barParallel = [
|
4105
|
+
initBarParallel,
|
4106
|
+
stackCornerRadius_stackCornerRadius,
|
4107
|
+
color_color,
|
4108
|
+
background_backgroundColor,
|
4109
|
+
dataset_dataset,
|
4110
|
+
xLinear,
|
4111
|
+
yBand,
|
4112
|
+
label_label,
|
4113
|
+
tooltip_tooltip,
|
4114
|
+
horizontalCrosshairRect,
|
4115
|
+
discreteLegend,
|
4116
|
+
barStyle_barStyle,
|
4117
|
+
annotationPoint_annotationPoint,
|
4118
|
+
annotationVerticalLine_annotationVerticalLine,
|
4119
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4120
|
+
annotationAreaBand
|
4121
|
+
];
|
4122
|
+
const pivotBarParallel = [
|
4123
|
+
initPivot,
|
4124
|
+
pivotGridStyle,
|
4125
|
+
pivotIndicators_pivotIndicatorsAsCol,
|
4126
|
+
datasetPivot,
|
4127
|
+
pivotIndicators([
|
4128
|
+
initBarParallel,
|
4129
|
+
stackCornerRadius_stackCornerRadius,
|
4130
|
+
color_color,
|
4131
|
+
background_backgroundColor,
|
4132
|
+
datasetPivotPlaceholder,
|
4133
|
+
yBand,
|
4134
|
+
xLinear,
|
4135
|
+
label_label,
|
4136
|
+
tooltip_tooltip,
|
4137
|
+
horizontalCrosshairRect,
|
4138
|
+
barStyle_barStyle,
|
4139
|
+
annotationPoint_annotationPoint,
|
4140
|
+
annotationVerticalLine_annotationVerticalLine,
|
4141
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4142
|
+
annotationAreaBand
|
4143
|
+
]),
|
4144
|
+
pivotRowDimensions,
|
4145
|
+
pivotColumnDimensions,
|
4146
|
+
pivotDiscreteLegend
|
4147
|
+
];
|
4148
|
+
const barParallelSpecPipeline = [
|
4149
|
+
pivotAdapter_pivotAdapter(barParallel, pivotBarParallel)
|
4150
|
+
];
|
4151
|
+
const barPercent = [
|
4152
|
+
initBar,
|
4153
|
+
stackCornerRadius_stackCornerRadius,
|
4154
|
+
color_color,
|
4155
|
+
background_backgroundColor,
|
4156
|
+
percent,
|
4157
|
+
dataset_dataset,
|
4158
|
+
xLinear,
|
4159
|
+
yBand,
|
4160
|
+
label_label,
|
4161
|
+
tooltip_tooltip,
|
4162
|
+
horizontalCrosshairRect,
|
4163
|
+
discreteLegend,
|
4164
|
+
barStyle_barStyle,
|
4165
|
+
annotationPoint_annotationPoint,
|
4166
|
+
annotationVerticalLine_annotationVerticalLine,
|
4167
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4168
|
+
annotationAreaBand
|
4169
|
+
];
|
4170
|
+
const pivotBarPercent = [
|
4171
|
+
initPivot,
|
4172
|
+
pivotGridStyle,
|
4173
|
+
pivotIndicators_pivotIndicatorsAsCol,
|
4174
|
+
datasetPivot,
|
4175
|
+
pivotIndicators([
|
4176
|
+
initBar,
|
4177
|
+
stackCornerRadius_stackCornerRadius,
|
4178
|
+
color_color,
|
4179
|
+
background_backgroundColor,
|
4180
|
+
percent,
|
4181
|
+
datasetPivotPlaceholder,
|
4182
|
+
yBand,
|
4183
|
+
xLinear,
|
4184
|
+
label_label,
|
4185
|
+
tooltip_tooltip,
|
4186
|
+
horizontalCrosshairRect,
|
4187
|
+
barStyle_barStyle,
|
4188
|
+
annotationPoint_annotationPoint,
|
4189
|
+
annotationVerticalLine_annotationVerticalLine,
|
4190
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4191
|
+
annotationAreaBand
|
4192
|
+
]),
|
4193
|
+
pivotRowDimensions,
|
4194
|
+
pivotColumnDimensions,
|
4195
|
+
pivotDiscreteLegend
|
4196
|
+
];
|
4197
|
+
const barPercentSpecPipeline = [
|
4198
|
+
pivotAdapter_pivotAdapter(barPercent, pivotBarPercent)
|
4199
|
+
];
|
4200
|
+
const area_area = [
|
4201
|
+
initArea,
|
4202
|
+
stackInverse,
|
4203
|
+
color_color,
|
4204
|
+
background_backgroundColor,
|
4205
|
+
dataset_dataset,
|
4206
|
+
xBand,
|
4207
|
+
yLinear,
|
4208
|
+
label_label,
|
4209
|
+
tooltip_tooltip,
|
4210
|
+
verticalCrosshairLine,
|
4211
|
+
discreteLegend,
|
4212
|
+
pointStyle_pointStyle,
|
4213
|
+
pointStateDimensionHover,
|
4214
|
+
lineStyle_lineStyle,
|
4215
|
+
areaStyle_areaStyle,
|
4216
|
+
annotationPoint_annotationPoint,
|
4217
|
+
annotationVerticalLine_annotationVerticalLine,
|
4218
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4219
|
+
annotationArea_annotationArea
|
4220
|
+
];
|
4221
|
+
const pivotArea = [
|
4222
|
+
initPivot,
|
4223
|
+
pivotGridStyle,
|
4224
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
4225
|
+
datasetPivot,
|
4226
|
+
pivotIndicators([
|
4227
|
+
initArea,
|
4228
|
+
color_color,
|
4229
|
+
background_backgroundColor,
|
4230
|
+
stackInverse,
|
4231
|
+
datasetPivotPlaceholder,
|
4232
|
+
xBand,
|
4233
|
+
yLinear,
|
4234
|
+
label_label,
|
4235
|
+
tooltip_tooltip,
|
4236
|
+
verticalCrosshairLine,
|
4237
|
+
pointStyle_pointStyle,
|
4238
|
+
pointStateDimensionHover,
|
4239
|
+
lineStyle_lineStyle,
|
4240
|
+
areaStyle_areaStyle,
|
4241
|
+
annotationPoint_annotationPoint,
|
4242
|
+
annotationVerticalLine_annotationVerticalLine,
|
4243
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4244
|
+
annotationArea_annotationArea
|
4245
|
+
]),
|
4246
|
+
pivotRowDimensions,
|
4247
|
+
pivotColumnDimensions,
|
4248
|
+
pivotDiscreteLegend
|
4249
|
+
];
|
4250
|
+
const areaSpecPipeline = [
|
4251
|
+
pivotAdapter_pivotAdapter(area_area, pivotArea)
|
4252
|
+
];
|
4253
|
+
const areaPercent = [
|
4254
|
+
initArea,
|
4255
|
+
stackInverse,
|
4256
|
+
color_color,
|
4257
|
+
background_backgroundColor,
|
4258
|
+
percent,
|
4259
|
+
dataset_dataset,
|
4260
|
+
xBand,
|
4261
|
+
yLinear,
|
4262
|
+
label_label,
|
4263
|
+
tooltip_tooltip,
|
4264
|
+
verticalCrosshairLine,
|
4265
|
+
discreteLegend,
|
4266
|
+
pointStyle_pointStyle,
|
4267
|
+
lineStyle_lineStyle,
|
4268
|
+
areaStyle_areaStyle,
|
4269
|
+
annotationPoint_annotationPoint,
|
4270
|
+
annotationVerticalLine_annotationVerticalLine,
|
4271
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4272
|
+
annotationArea_annotationArea
|
4273
|
+
];
|
4274
|
+
const pivotAreaPercent = [
|
4275
|
+
initPivot,
|
4276
|
+
pivotGridStyle,
|
4277
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
4278
|
+
datasetPivot,
|
4279
|
+
pivotIndicators([
|
4280
|
+
initArea,
|
4281
|
+
stackInverse,
|
4282
|
+
color_color,
|
4283
|
+
background_backgroundColor,
|
4284
|
+
percent,
|
4285
|
+
datasetPivotPlaceholder,
|
4286
|
+
xBand,
|
4287
|
+
yLinear,
|
4288
|
+
label_label,
|
4289
|
+
tooltip_tooltip,
|
4290
|
+
verticalCrosshairLine,
|
4291
|
+
pointStyle_pointStyle,
|
4292
|
+
lineStyle_lineStyle,
|
4293
|
+
areaStyle_areaStyle,
|
4294
|
+
annotationPoint_annotationPoint,
|
4295
|
+
annotationVerticalLine_annotationVerticalLine,
|
4296
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4297
|
+
annotationArea_annotationArea
|
3384
4298
|
]),
|
3385
4299
|
pivotRowDimensions,
|
3386
4300
|
pivotColumnDimensions,
|
3387
4301
|
pivotDiscreteLegend
|
3388
4302
|
];
|
3389
|
-
const
|
3390
|
-
pivotAdapter_pivotAdapter(
|
4303
|
+
const areaPercentSpecPipeline = [
|
4304
|
+
pivotAdapter_pivotAdapter(areaPercent, pivotAreaPercent)
|
3391
4305
|
];
|
3392
|
-
const
|
3393
|
-
|
3394
|
-
stackCornerRadius_stackCornerRadius,
|
4306
|
+
const pie = [
|
4307
|
+
initPie,
|
3395
4308
|
color_color,
|
3396
4309
|
background_backgroundColor,
|
3397
4310
|
dataset_dataset,
|
3398
|
-
xLinear,
|
3399
|
-
yBand,
|
3400
4311
|
label_label,
|
3401
4312
|
tooltip_tooltip,
|
3402
|
-
horizontalCrosshairRect,
|
3403
4313
|
discreteLegend,
|
3404
|
-
barStyle_barStyle,
|
3405
4314
|
annotationPoint_annotationPoint,
|
3406
4315
|
annotationVerticalLine_annotationVerticalLine,
|
3407
4316
|
annotationHorizontalLine_annotationHorizontalLine,
|
3408
|
-
|
4317
|
+
annotationArea_annotationArea
|
3409
4318
|
];
|
3410
|
-
const
|
4319
|
+
const pivotPie = [
|
3411
4320
|
initPivot,
|
3412
4321
|
pivotGridStyle,
|
3413
|
-
|
4322
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
3414
4323
|
datasetPivot,
|
3415
4324
|
pivotIndicators([
|
3416
|
-
|
3417
|
-
stackCornerRadius_stackCornerRadius,
|
4325
|
+
initPie,
|
3418
4326
|
color_color,
|
3419
4327
|
background_backgroundColor,
|
3420
4328
|
datasetPivotPlaceholder,
|
3421
|
-
yBand,
|
3422
|
-
label_label,
|
3423
4329
|
label_label,
|
3424
4330
|
tooltip_tooltip,
|
3425
|
-
horizontalCrosshairRect,
|
3426
|
-
barStyle_barStyle,
|
3427
4331
|
annotationPoint_annotationPoint,
|
3428
4332
|
annotationVerticalLine_annotationVerticalLine,
|
3429
4333
|
annotationHorizontalLine_annotationHorizontalLine,
|
3430
|
-
|
4334
|
+
annotationArea_annotationArea
|
3431
4335
|
]),
|
3432
4336
|
pivotRowDimensions,
|
3433
4337
|
pivotColumnDimensions,
|
3434
4338
|
pivotDiscreteLegend
|
3435
4339
|
];
|
3436
|
-
const
|
3437
|
-
pivotAdapter_pivotAdapter(
|
4340
|
+
const pieSpecPipeline = [
|
4341
|
+
pivotAdapter_pivotAdapter(pie, pivotPie)
|
3438
4342
|
];
|
3439
|
-
const
|
3440
|
-
|
3441
|
-
stackCornerRadius_stackCornerRadius,
|
4343
|
+
const donut = [
|
4344
|
+
initDonut,
|
3442
4345
|
color_color,
|
3443
4346
|
background_backgroundColor,
|
3444
4347
|
dataset_dataset,
|
3445
|
-
xLinear,
|
3446
|
-
yBand,
|
3447
4348
|
label_label,
|
3448
4349
|
tooltip_tooltip,
|
3449
|
-
horizontalCrosshairRect,
|
3450
4350
|
discreteLegend,
|
3451
|
-
barStyle_barStyle,
|
3452
4351
|
annotationPoint_annotationPoint,
|
3453
4352
|
annotationVerticalLine_annotationVerticalLine,
|
3454
4353
|
annotationHorizontalLine_annotationHorizontalLine,
|
3455
|
-
|
4354
|
+
annotationArea_annotationArea
|
3456
4355
|
];
|
3457
|
-
const
|
4356
|
+
const pivotDonut = [
|
3458
4357
|
initPivot,
|
3459
4358
|
pivotGridStyle,
|
3460
|
-
|
4359
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
3461
4360
|
datasetPivot,
|
3462
4361
|
pivotIndicators([
|
3463
|
-
|
3464
|
-
stackCornerRadius_stackCornerRadius,
|
4362
|
+
initDonut,
|
3465
4363
|
color_color,
|
3466
4364
|
background_backgroundColor,
|
3467
4365
|
datasetPivotPlaceholder,
|
3468
|
-
yBand,
|
3469
|
-
xLinear,
|
3470
4366
|
label_label,
|
3471
4367
|
tooltip_tooltip,
|
3472
|
-
horizontalCrosshairRect,
|
3473
|
-
barStyle_barStyle,
|
3474
4368
|
annotationPoint_annotationPoint,
|
3475
4369
|
annotationVerticalLine_annotationVerticalLine,
|
3476
4370
|
annotationHorizontalLine_annotationHorizontalLine,
|
3477
|
-
|
4371
|
+
annotationArea_annotationArea
|
3478
4372
|
]),
|
3479
4373
|
pivotRowDimensions,
|
3480
4374
|
pivotColumnDimensions,
|
3481
4375
|
pivotDiscreteLegend
|
3482
4376
|
];
|
3483
|
-
const
|
3484
|
-
pivotAdapter_pivotAdapter(
|
4377
|
+
const donutSpecPipeline = [
|
4378
|
+
pivotAdapter_pivotAdapter(donut, pivotDonut)
|
3485
4379
|
];
|
3486
|
-
const
|
3487
|
-
|
4380
|
+
const rose = [
|
4381
|
+
initRose,
|
3488
4382
|
stackCornerRadius_stackCornerRadius,
|
4383
|
+
stackInverse,
|
3489
4384
|
color_color,
|
3490
4385
|
background_backgroundColor,
|
3491
|
-
percent,
|
3492
4386
|
dataset_dataset,
|
3493
|
-
|
3494
|
-
|
4387
|
+
radiusAxis,
|
4388
|
+
angleAxis,
|
3495
4389
|
label_label,
|
3496
4390
|
tooltip_tooltip,
|
3497
|
-
|
3498
|
-
discreteLegend
|
3499
|
-
barStyle_barStyle,
|
3500
|
-
annotationPoint_annotationPoint,
|
3501
|
-
annotationVerticalLine_annotationVerticalLine,
|
3502
|
-
annotationHorizontalLine_annotationHorizontalLine,
|
3503
|
-
annotationAreaBand
|
4391
|
+
verticalCrosshairRect,
|
4392
|
+
discreteLegend
|
3504
4393
|
];
|
3505
|
-
const
|
4394
|
+
const pivotRose = [
|
3506
4395
|
initPivot,
|
3507
4396
|
pivotGridStyle,
|
3508
|
-
|
4397
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
3509
4398
|
datasetPivot,
|
3510
4399
|
pivotIndicators([
|
3511
|
-
|
4400
|
+
initRose,
|
3512
4401
|
stackCornerRadius_stackCornerRadius,
|
4402
|
+
stackInverse,
|
3513
4403
|
color_color,
|
3514
4404
|
background_backgroundColor,
|
3515
|
-
percent,
|
3516
4405
|
datasetPivotPlaceholder,
|
3517
|
-
|
3518
|
-
|
4406
|
+
radiusAxis,
|
4407
|
+
angleAxis,
|
3519
4408
|
label_label,
|
3520
4409
|
tooltip_tooltip,
|
3521
|
-
|
3522
|
-
barStyle_barStyle,
|
3523
|
-
annotationPoint_annotationPoint,
|
3524
|
-
annotationVerticalLine_annotationVerticalLine,
|
3525
|
-
annotationHorizontalLine_annotationHorizontalLine,
|
3526
|
-
annotationAreaBand
|
4410
|
+
verticalCrosshairRect
|
3527
4411
|
]),
|
3528
4412
|
pivotRowDimensions,
|
3529
4413
|
pivotColumnDimensions,
|
3530
4414
|
pivotDiscreteLegend
|
3531
4415
|
];
|
3532
|
-
const
|
3533
|
-
pivotAdapter_pivotAdapter(
|
4416
|
+
const roseSpecPipeline = [
|
4417
|
+
pivotAdapter_pivotAdapter(rose, pivotRose)
|
3534
4418
|
];
|
3535
|
-
const
|
3536
|
-
|
3537
|
-
|
4419
|
+
const roseParallel = [
|
4420
|
+
initRoseParallel,
|
4421
|
+
stackCornerRadius_stackCornerRadius,
|
3538
4422
|
color_color,
|
3539
4423
|
background_backgroundColor,
|
3540
4424
|
dataset_dataset,
|
3541
|
-
|
3542
|
-
|
4425
|
+
radiusAxis,
|
4426
|
+
angleAxis,
|
3543
4427
|
label_label,
|
3544
4428
|
tooltip_tooltip,
|
3545
|
-
verticalCrosshairLine,
|
3546
4429
|
discreteLegend,
|
3547
|
-
|
3548
|
-
lineStyle_lineStyle,
|
3549
|
-
areaStyle_areaStyle,
|
4430
|
+
verticalCrosshairRect,
|
3550
4431
|
annotationPoint_annotationPoint,
|
3551
4432
|
annotationVerticalLine_annotationVerticalLine,
|
3552
4433
|
annotationHorizontalLine_annotationHorizontalLine,
|
3553
|
-
|
4434
|
+
annotationAreaBand
|
3554
4435
|
];
|
3555
|
-
const
|
4436
|
+
const pivotRoseParallel = [
|
3556
4437
|
initPivot,
|
3557
4438
|
pivotGridStyle,
|
3558
4439
|
pivotIndicators_pivotIndicatorsAsRow,
|
3559
4440
|
datasetPivot,
|
3560
4441
|
pivotIndicators([
|
3561
|
-
|
4442
|
+
initRoseParallel,
|
4443
|
+
stackCornerRadius_stackCornerRadius,
|
3562
4444
|
color_color,
|
3563
4445
|
background_backgroundColor,
|
3564
|
-
stackInverse,
|
3565
4446
|
datasetPivotPlaceholder,
|
3566
|
-
|
3567
|
-
|
4447
|
+
radiusAxis,
|
4448
|
+
angleAxis,
|
3568
4449
|
label_label,
|
3569
4450
|
tooltip_tooltip,
|
3570
|
-
|
3571
|
-
pointStyle_pointStyle,
|
3572
|
-
lineStyle_lineStyle,
|
3573
|
-
areaStyle_areaStyle,
|
4451
|
+
verticalCrosshairRect,
|
3574
4452
|
annotationPoint_annotationPoint,
|
3575
4453
|
annotationVerticalLine_annotationVerticalLine,
|
3576
4454
|
annotationHorizontalLine_annotationHorizontalLine,
|
3577
|
-
|
4455
|
+
annotationAreaBand
|
3578
4456
|
]),
|
3579
4457
|
pivotRowDimensions,
|
3580
4458
|
pivotColumnDimensions,
|
3581
4459
|
pivotDiscreteLegend
|
3582
4460
|
];
|
3583
|
-
const
|
3584
|
-
pivotAdapter_pivotAdapter(
|
4461
|
+
const roseParallelSpecPipeline = [
|
4462
|
+
pivotAdapter_pivotAdapter(roseParallel, pivotRoseParallel)
|
3585
4463
|
];
|
3586
|
-
const
|
3587
|
-
|
3588
|
-
stackInverse,
|
4464
|
+
const funnel = [
|
4465
|
+
initFunnel,
|
3589
4466
|
color_color,
|
3590
4467
|
background_backgroundColor,
|
3591
|
-
percent,
|
3592
4468
|
dataset_dataset,
|
3593
|
-
xBand,
|
3594
|
-
yLinear,
|
3595
4469
|
label_label,
|
3596
4470
|
tooltip_tooltip,
|
3597
|
-
verticalCrosshairLine,
|
3598
4471
|
discreteLegend,
|
3599
|
-
pointStyle_pointStyle,
|
3600
|
-
lineStyle_lineStyle,
|
3601
|
-
areaStyle_areaStyle,
|
3602
4472
|
annotationPoint_annotationPoint,
|
3603
4473
|
annotationVerticalLine_annotationVerticalLine,
|
3604
4474
|
annotationHorizontalLine_annotationHorizontalLine,
|
3605
4475
|
annotationArea_annotationArea
|
3606
4476
|
];
|
3607
|
-
const
|
4477
|
+
const pivotFunnel = [
|
3608
4478
|
initPivot,
|
3609
4479
|
pivotGridStyle,
|
3610
4480
|
pivotIndicators_pivotIndicatorsAsRow,
|
3611
4481
|
datasetPivot,
|
3612
4482
|
pivotIndicators([
|
3613
|
-
|
3614
|
-
stackInverse,
|
4483
|
+
initFunnel,
|
3615
4484
|
color_color,
|
3616
4485
|
background_backgroundColor,
|
3617
|
-
percent,
|
3618
4486
|
datasetPivotPlaceholder,
|
3619
|
-
xBand,
|
3620
|
-
yLinear,
|
3621
4487
|
label_label,
|
3622
4488
|
tooltip_tooltip,
|
3623
|
-
verticalCrosshairLine,
|
3624
|
-
pointStyle_pointStyle,
|
3625
|
-
lineStyle_lineStyle,
|
3626
|
-
areaStyle_areaStyle,
|
3627
4489
|
annotationPoint_annotationPoint,
|
3628
4490
|
annotationVerticalLine_annotationVerticalLine,
|
3629
4491
|
annotationHorizontalLine_annotationHorizontalLine,
|
@@ -3633,34 +4495,67 @@ const pivotAreaPercent = [
|
|
3633
4495
|
pivotColumnDimensions,
|
3634
4496
|
pivotDiscreteLegend
|
3635
4497
|
];
|
3636
|
-
const
|
3637
|
-
pivotAdapter_pivotAdapter(
|
4498
|
+
const funnelSpecPipeline = [
|
4499
|
+
pivotAdapter_pivotAdapter(funnel, pivotFunnel)
|
3638
4500
|
];
|
3639
|
-
const
|
3640
|
-
|
4501
|
+
const initScatter = (spec, context)=>{
|
4502
|
+
const result = {
|
4503
|
+
...spec
|
4504
|
+
};
|
4505
|
+
const { advancedVSeed } = context;
|
4506
|
+
const { encoding } = advancedVSeed;
|
4507
|
+
if (!encoding[0].y || !encoding[0].x || !encoding[0].group) return result;
|
4508
|
+
result.type = 'scatter';
|
4509
|
+
result.direction = 'vertical';
|
4510
|
+
result.xField = encoding[0].x[0];
|
4511
|
+
result.yField = encoding[0].y[0];
|
4512
|
+
result.seriesField = encoding[0].group[0];
|
4513
|
+
result.padding = 0;
|
4514
|
+
result.region = [
|
4515
|
+
{
|
4516
|
+
clip: true
|
4517
|
+
}
|
4518
|
+
];
|
4519
|
+
result.animation = true;
|
4520
|
+
return result;
|
4521
|
+
};
|
4522
|
+
const scatter = [
|
4523
|
+
initScatter,
|
3641
4524
|
color_color,
|
3642
4525
|
background_backgroundColor,
|
3643
4526
|
dataset_dataset,
|
4527
|
+
xLinear,
|
4528
|
+
yLinear,
|
3644
4529
|
label_label,
|
3645
4530
|
tooltip_tooltip,
|
4531
|
+
verticalCrosshairLine,
|
4532
|
+
horizontalCrosshairLine,
|
3646
4533
|
discreteLegend,
|
4534
|
+
pointStyle_pointStyle,
|
4535
|
+
pointStateHover,
|
3647
4536
|
annotationPoint_annotationPoint,
|
3648
4537
|
annotationVerticalLine_annotationVerticalLine,
|
3649
4538
|
annotationHorizontalLine_annotationHorizontalLine,
|
3650
4539
|
annotationArea_annotationArea
|
3651
4540
|
];
|
3652
|
-
const
|
4541
|
+
const pivotScatter = [
|
3653
4542
|
initPivot,
|
3654
4543
|
pivotGridStyle,
|
3655
4544
|
pivotIndicators_pivotIndicatorsAsRow,
|
3656
4545
|
datasetPivot,
|
3657
4546
|
pivotIndicators([
|
3658
|
-
|
4547
|
+
initScatter,
|
3659
4548
|
color_color,
|
3660
4549
|
background_backgroundColor,
|
3661
4550
|
datasetPivotPlaceholder,
|
4551
|
+
xLinear,
|
4552
|
+
yLinear,
|
3662
4553
|
label_label,
|
3663
4554
|
tooltip_tooltip,
|
4555
|
+
verticalCrosshairLine,
|
4556
|
+
horizontalCrosshairLine,
|
4557
|
+
pointStyle_pointStyle,
|
4558
|
+
pointStateHover,
|
3664
4559
|
annotationPoint_annotationPoint,
|
3665
4560
|
annotationVerticalLine_annotationVerticalLine,
|
3666
4561
|
annotationHorizontalLine_annotationHorizontalLine,
|
@@ -3670,8 +4565,8 @@ const pivotPie = [
|
|
3670
4565
|
pivotColumnDimensions,
|
3671
4566
|
pivotDiscreteLegend
|
3672
4567
|
];
|
3673
|
-
const
|
3674
|
-
pivotAdapter_pivotAdapter(
|
4568
|
+
const scatterSpecPipeline = [
|
4569
|
+
pivotAdapter_pivotAdapter(scatter, pivotScatter)
|
3675
4570
|
];
|
3676
4571
|
const buildAdvanced = (builder)=>{
|
3677
4572
|
const { chartType } = builder.vseed;
|
@@ -3791,6 +4686,26 @@ const registerPie = ()=>{
|
|
3791
4686
|
Builder._advancedPipelineMap.pie = pieAdvancedPipeline;
|
3792
4687
|
Builder._specPipelineMap.pie = pieSpecPipeline;
|
3793
4688
|
};
|
4689
|
+
const registerDonut = ()=>{
|
4690
|
+
Builder._advancedPipelineMap.donut = donutAdvancedPipeline;
|
4691
|
+
Builder._specPipelineMap.donut = donutSpecPipeline;
|
4692
|
+
};
|
4693
|
+
const registerRose = ()=>{
|
4694
|
+
Builder._advancedPipelineMap.rose = roseAdvancedPipeline;
|
4695
|
+
Builder._specPipelineMap.rose = roseSpecPipeline;
|
4696
|
+
};
|
4697
|
+
const registerRoseParallel = ()=>{
|
4698
|
+
Builder._advancedPipelineMap.roseParallel = roseParallelAdvancedPipeline;
|
4699
|
+
Builder._specPipelineMap.roseParallel = roseParallelSpecPipeline;
|
4700
|
+
};
|
4701
|
+
const registerFunnel = ()=>{
|
4702
|
+
Builder._advancedPipelineMap.funnel = funnelAdvancedPipeline;
|
4703
|
+
Builder._specPipelineMap.funnel = funnelSpecPipeline;
|
4704
|
+
};
|
4705
|
+
const registerScatter = ()=>{
|
4706
|
+
Builder._advancedPipelineMap.scatter = scatterAdvancedPipeline;
|
4707
|
+
Builder._specPipelineMap.scatter = scatterSpecPipeline;
|
4708
|
+
};
|
3794
4709
|
const lightTheme = ()=>{
|
3795
4710
|
const linearAxis = {
|
3796
4711
|
nice: true,
|
@@ -4016,6 +4931,23 @@ const lightTheme = ()=>{
|
|
4016
4931
|
xAxis: bandAxis,
|
4017
4932
|
yAxis: linearAxis,
|
4018
4933
|
crosshairLine
|
4934
|
+
},
|
4935
|
+
scatter: {
|
4936
|
+
xAxis: {
|
4937
|
+
...linearAxis,
|
4938
|
+
line: {
|
4939
|
+
...linearAxis.line,
|
4940
|
+
visible: true
|
4941
|
+
}
|
4942
|
+
},
|
4943
|
+
yAxis: {
|
4944
|
+
...linearAxis,
|
4945
|
+
line: {
|
4946
|
+
...linearAxis.line,
|
4947
|
+
visible: true
|
4948
|
+
}
|
4949
|
+
},
|
4950
|
+
crosshairLine
|
4019
4951
|
}
|
4020
4952
|
}
|
4021
4953
|
};
|
@@ -4244,6 +5176,23 @@ const darkTheme = ()=>{
|
|
4244
5176
|
xAxis: bandAxis,
|
4245
5177
|
yAxis: linearAxis,
|
4246
5178
|
crosshairLine: crosshairLine
|
5179
|
+
},
|
5180
|
+
scatter: {
|
5181
|
+
xAxis: {
|
5182
|
+
...linearAxis,
|
5183
|
+
line: {
|
5184
|
+
...linearAxis.line,
|
5185
|
+
visible: true
|
5186
|
+
}
|
5187
|
+
},
|
5188
|
+
yAxis: {
|
5189
|
+
...linearAxis,
|
5190
|
+
line: {
|
5191
|
+
...linearAxis.line,
|
5192
|
+
visible: true
|
5193
|
+
}
|
5194
|
+
},
|
5195
|
+
crosshairLine
|
4247
5196
|
}
|
4248
5197
|
}
|
4249
5198
|
};
|
@@ -4261,7 +5210,7 @@ const registerLightTheme = ()=>{
|
|
4261
5210
|
const registerDarkTheme = ()=>{
|
4262
5211
|
registerCustomTheme('dark', darkTheme());
|
4263
5212
|
};
|
4264
|
-
const
|
5213
|
+
const registerAll = ()=>{
|
4265
5214
|
registerLine();
|
4266
5215
|
registerColumn();
|
4267
5216
|
registerColumnParallel();
|
@@ -4272,6 +5221,11 @@ const all_registerAll = ()=>{
|
|
4272
5221
|
registerArea();
|
4273
5222
|
registerAreaPercent();
|
4274
5223
|
registerPie();
|
5224
|
+
registerDonut();
|
5225
|
+
registerRose();
|
5226
|
+
registerRoseParallel();
|
5227
|
+
registerFunnel();
|
5228
|
+
registerScatter();
|
4275
5229
|
registerLightTheme();
|
4276
5230
|
registerDarkTheme();
|
4277
5231
|
};
|
@@ -4289,9 +5243,12 @@ const zChartType = external_zod_namespaceObject.z["enum"]([
|
|
4289
5243
|
'area',
|
4290
5244
|
'areaPercent',
|
4291
5245
|
'rose',
|
5246
|
+
'roseParallel',
|
4292
5247
|
'pie',
|
4293
5248
|
'donut',
|
4294
|
-
'dualAxis'
|
5249
|
+
'dualAxis',
|
5250
|
+
'scatter',
|
5251
|
+
'funnel'
|
4295
5252
|
]);
|
4296
5253
|
const zDatum = external_zod_namespaceObject.z.record(external_zod_namespaceObject.z.string().or(external_zod_namespaceObject.z.number()), external_zod_namespaceObject.z.any());
|
4297
5254
|
const zDataset = external_zod_namespaceObject.z.array(zDatum);
|
@@ -4364,7 +5321,8 @@ const zEncoding = external_zod_namespaceObject.z.array(external_zod_namespaceObj
|
|
4364
5321
|
group: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional(),
|
4365
5322
|
angle: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional(),
|
4366
5323
|
radius: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional(),
|
4367
|
-
tooltip: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional()
|
5324
|
+
tooltip: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional(),
|
5325
|
+
size: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string()).optional()
|
4368
5326
|
}));
|
4369
5327
|
const zBackgroundColor = external_zod_namespaceObject.z.string().default('transparent').optional();
|
4370
5328
|
const zLabel = external_zod_namespaceObject.z.object({
|
@@ -4597,6 +5555,8 @@ const zStackCornerRadius = external_zod_namespaceObject.z.number().or(external_z
|
|
4597
5555
|
0
|
4598
5556
|
]);
|
4599
5557
|
const zConfig = external_zod_namespaceObject.z.object({
|
5558
|
+
table: external_zod_namespaceObject.z.object({}).optional(),
|
5559
|
+
pivotTable: external_zod_namespaceObject.z.object({}).optional(),
|
4600
5560
|
line: external_zod_namespaceObject.z.object({
|
4601
5561
|
xAxis: zXBandAxis.optional(),
|
4602
5562
|
yAxis: zYLinearAxis.optional(),
|
@@ -4648,12 +5608,17 @@ const zConfig = external_zod_namespaceObject.z.object({
|
|
4648
5608
|
yAxis: zYLinearAxis.optional(),
|
4649
5609
|
crosshairLine: zCrosshairLine.optional()
|
4650
5610
|
}).optional(),
|
5611
|
+
rose: external_zod_namespaceObject.z.object({}).optional(),
|
5612
|
+
roseParallel: external_zod_namespaceObject.z.object({}).optional(),
|
4651
5613
|
pie: external_zod_namespaceObject.z.object({}).optional(),
|
4652
5614
|
donut: external_zod_namespaceObject.z.object({}).optional(),
|
4653
|
-
rose: external_zod_namespaceObject.z.object({}).optional(),
|
4654
5615
|
dualAxis: external_zod_namespaceObject.z.object({}).optional(),
|
4655
|
-
|
4656
|
-
|
5616
|
+
scatter: external_zod_namespaceObject.z.object({
|
5617
|
+
xAxis: zXLinearAxis.optional(),
|
5618
|
+
yAxis: zYLinearAxis.optional(),
|
5619
|
+
crosshairLine: zCrosshairLine.optional()
|
5620
|
+
}).optional(),
|
5621
|
+
funnel: external_zod_namespaceObject.z.object({}).optional()
|
4657
5622
|
});
|
4658
5623
|
const zSelector = external_zod_namespaceObject.z.union([
|
4659
5624
|
external_zod_namespaceObject.z.string(),
|
@@ -5102,6 +6067,19 @@ const zLine = external_zod_namespaceObject.z.object({
|
|
5102
6067
|
annotationArea: zAnnotationArea.optional(),
|
5103
6068
|
locale: zLocale.optional()
|
5104
6069
|
});
|
6070
|
+
const zRose = external_zod_namespaceObject.z.object({
|
6071
|
+
chartType: external_zod_namespaceObject.z.literal('rose'),
|
6072
|
+
dataset: zDataset.optional(),
|
6073
|
+
dimensions: zDimensions.optional(),
|
6074
|
+
measures: zMeasures.optional(),
|
6075
|
+
backgroundColor: zBackgroundColor.optional(),
|
6076
|
+
color: zColor.optional(),
|
6077
|
+
label: zLabel.optional(),
|
6078
|
+
legend: zLegend.optional(),
|
6079
|
+
tooltip: zTooltip.optional(),
|
6080
|
+
theme: zTheme.optional(),
|
6081
|
+
locale: zLocale.optional()
|
6082
|
+
});
|
5105
6083
|
const zBarPercent = external_zod_namespaceObject.z.object({
|
5106
6084
|
chartType: external_zod_namespaceObject.z.literal('barPercent'),
|
5107
6085
|
dataset: zDataset.optional(),
|
@@ -5137,6 +6115,19 @@ const zPie = external_zod_namespaceObject.z.object({
|
|
5137
6115
|
theme: zTheme.optional(),
|
5138
6116
|
locale: zLocale.optional()
|
5139
6117
|
});
|
6118
|
+
const zDonut = external_zod_namespaceObject.z.object({
|
6119
|
+
chartType: external_zod_namespaceObject.z.literal('donut'),
|
6120
|
+
dataset: zDataset.optional(),
|
6121
|
+
dimensions: zDimensions.optional(),
|
6122
|
+
measures: zMeasures.optional(),
|
6123
|
+
backgroundColor: zBackgroundColor.optional(),
|
6124
|
+
color: zColor.optional(),
|
6125
|
+
label: zLabel.optional(),
|
6126
|
+
legend: zLegend.optional(),
|
6127
|
+
tooltip: zTooltip.optional(),
|
6128
|
+
theme: zTheme.optional(),
|
6129
|
+
locale: zLocale.optional()
|
6130
|
+
});
|
5140
6131
|
const zArea = external_zod_namespaceObject.z.object({
|
5141
6132
|
chartType: external_zod_namespaceObject.z.literal('area'),
|
5142
6133
|
dataset: zDataset.optional(),
|
@@ -5183,6 +6174,53 @@ const zAreaPercent = external_zod_namespaceObject.z.object({
|
|
5183
6174
|
annotationArea: zAnnotationArea.optional(),
|
5184
6175
|
locale: zLocale.optional()
|
5185
6176
|
});
|
6177
|
+
const zRoseParallel = external_zod_namespaceObject.z.object({
|
6178
|
+
chartType: external_zod_namespaceObject.z.literal('roseParallel'),
|
6179
|
+
dataset: zDataset.optional(),
|
6180
|
+
dimensions: zDimensions.optional(),
|
6181
|
+
measures: zMeasures.optional(),
|
6182
|
+
backgroundColor: zBackgroundColor.optional(),
|
6183
|
+
color: zColor.optional(),
|
6184
|
+
label: zLabel.optional(),
|
6185
|
+
legend: zLegend.optional(),
|
6186
|
+
tooltip: zTooltip.optional(),
|
6187
|
+
theme: zTheme.optional(),
|
6188
|
+
locale: zLocale.optional()
|
6189
|
+
});
|
6190
|
+
const zScatter = external_zod_namespaceObject.z.object({
|
6191
|
+
chartType: external_zod_namespaceObject.z.literal('scatter'),
|
6192
|
+
dataset: zDataset.optional(),
|
6193
|
+
dimensions: zDimensions.optional(),
|
6194
|
+
measures: zMeasures.optional(),
|
6195
|
+
backgroundColor: zBackgroundColor.optional(),
|
6196
|
+
color: zColor.optional(),
|
6197
|
+
label: zLabel.optional(),
|
6198
|
+
legend: zLegend.optional(),
|
6199
|
+
tooltip: zTooltip.optional(),
|
6200
|
+
xAxis: zXLinearAxis.optional(),
|
6201
|
+
yAxis: zYLinearAxis.optional(),
|
6202
|
+
crosshairLine: zCrosshairLine.optional(),
|
6203
|
+
theme: zTheme.optional(),
|
6204
|
+
pointStyle: zPointStyle.optional(),
|
6205
|
+
annotationPoint: zAnnotationPoint.optional(),
|
6206
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
6207
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
6208
|
+
annotationArea: zAnnotationArea.optional(),
|
6209
|
+
locale: zLocale.optional()
|
6210
|
+
});
|
6211
|
+
const zFunnel = external_zod_namespaceObject.z.object({
|
6212
|
+
chartType: external_zod_namespaceObject.z.literal('funnel'),
|
6213
|
+
dataset: zDataset.optional(),
|
6214
|
+
dimensions: zDimensions.optional(),
|
6215
|
+
measures: zMeasures.optional(),
|
6216
|
+
backgroundColor: zBackgroundColor.optional(),
|
6217
|
+
color: zColor.optional(),
|
6218
|
+
label: zLabel.optional(),
|
6219
|
+
legend: zLegend.optional(),
|
6220
|
+
tooltip: zTooltip.optional(),
|
6221
|
+
theme: zTheme.optional(),
|
6222
|
+
locale: zLocale.optional()
|
6223
|
+
});
|
5186
6224
|
const zVSeed = external_zod_namespaceObject.z.discriminatedUnion('chartType', [
|
5187
6225
|
zLine,
|
5188
6226
|
zColumn,
|
@@ -5193,7 +6231,12 @@ const zVSeed = external_zod_namespaceObject.z.discriminatedUnion('chartType', [
|
|
5193
6231
|
zBarPercent,
|
5194
6232
|
zArea,
|
5195
6233
|
zAreaPercent,
|
5196
|
-
zPie
|
6234
|
+
zPie,
|
6235
|
+
zRose,
|
6236
|
+
zRoseParallel,
|
6237
|
+
zScatter,
|
6238
|
+
zDonut,
|
6239
|
+
zFunnel
|
5197
6240
|
]);
|
5198
6241
|
exports.Builder = __webpack_exports__.Builder;
|
5199
6242
|
exports.FoldMeasureId = __webpack_exports__.FoldMeasureId;
|
@@ -5225,10 +6268,16 @@ exports.createFormatter = __webpack_exports__.createFormatter;
|
|
5225
6268
|
exports.createNumFormatter = __webpack_exports__.createNumFormatter;
|
5226
6269
|
exports.darkTheme = __webpack_exports__.darkTheme;
|
5227
6270
|
exports.dataReshapeFor1D1M = __webpack_exports__.dataReshapeFor1D1M;
|
6271
|
+
exports.dataReshapeFor1D2M = __webpack_exports__.dataReshapeFor1D2M;
|
5228
6272
|
exports.dataReshapeFor2D1M = __webpack_exports__.dataReshapeFor2D1M;
|
6273
|
+
exports.donutAdvancedPipeline = __webpack_exports__.donutAdvancedPipeline;
|
6274
|
+
exports.donutSpecPipeline = __webpack_exports__.donutSpecPipeline;
|
5229
6275
|
exports.execPipeline = __webpack_exports__.execPipeline;
|
6276
|
+
exports.findFirstMeasure = __webpack_exports__.findFirstMeasure;
|
5230
6277
|
exports.findMeasureById = __webpack_exports__.findMeasureById;
|
5231
6278
|
exports.foldMeasures = __webpack_exports__.foldMeasures;
|
6279
|
+
exports.funnelAdvancedPipeline = __webpack_exports__.funnelAdvancedPipeline;
|
6280
|
+
exports.funnelSpecPipeline = __webpack_exports__.funnelSpecPipeline;
|
5232
6281
|
exports.i18n = __webpack_exports__.i18n;
|
5233
6282
|
exports.intl = __webpack_exports__.intl;
|
5234
6283
|
exports.isPivotChart = __webpack_exports__.isPivotChart;
|
@@ -5252,6 +6301,12 @@ exports.registerCustomTheme = __webpack_exports__.registerCustomTheme;
|
|
5252
6301
|
exports.registerDarkTheme = __webpack_exports__.registerDarkTheme;
|
5253
6302
|
exports.registerLightTheme = __webpack_exports__.registerLightTheme;
|
5254
6303
|
exports.registerLine = __webpack_exports__.registerLine;
|
6304
|
+
exports.roseAdvancedPipeline = __webpack_exports__.roseAdvancedPipeline;
|
6305
|
+
exports.roseParallelAdvancedPipeline = __webpack_exports__.roseParallelAdvancedPipeline;
|
6306
|
+
exports.roseParallelSpecPipeline = __webpack_exports__.roseParallelSpecPipeline;
|
6307
|
+
exports.roseSpecPipeline = __webpack_exports__.roseSpecPipeline;
|
6308
|
+
exports.scatterAdvancedPipeline = __webpack_exports__.scatterAdvancedPipeline;
|
6309
|
+
exports.scatterSpecPipeline = __webpack_exports__.scatterSpecPipeline;
|
5255
6310
|
exports.unfoldDimensions = __webpack_exports__.unfoldDimensions;
|
5256
6311
|
exports.zAnnotation = __webpack_exports__.zAnnotation;
|
5257
6312
|
exports.zAnnotationArea = __webpack_exports__.zAnnotationArea;
|
@@ -5326,10 +6381,16 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
5326
6381
|
"createNumFormatter",
|
5327
6382
|
"darkTheme",
|
5328
6383
|
"dataReshapeFor1D1M",
|
6384
|
+
"dataReshapeFor1D2M",
|
5329
6385
|
"dataReshapeFor2D1M",
|
6386
|
+
"donutAdvancedPipeline",
|
6387
|
+
"donutSpecPipeline",
|
5330
6388
|
"execPipeline",
|
6389
|
+
"findFirstMeasure",
|
5331
6390
|
"findMeasureById",
|
5332
6391
|
"foldMeasures",
|
6392
|
+
"funnelAdvancedPipeline",
|
6393
|
+
"funnelSpecPipeline",
|
5333
6394
|
"i18n",
|
5334
6395
|
"intl",
|
5335
6396
|
"isPivotChart",
|
@@ -5353,6 +6414,12 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
5353
6414
|
"registerDarkTheme",
|
5354
6415
|
"registerLightTheme",
|
5355
6416
|
"registerLine",
|
6417
|
+
"roseAdvancedPipeline",
|
6418
|
+
"roseParallelAdvancedPipeline",
|
6419
|
+
"roseParallelSpecPipeline",
|
6420
|
+
"roseSpecPipeline",
|
6421
|
+
"scatterAdvancedPipeline",
|
6422
|
+
"scatterSpecPipeline",
|
5356
6423
|
"unfoldDimensions",
|
5357
6424
|
"zAnnotation",
|
5358
6425
|
"zAnnotationArea",
|