@visactor/vseed 0.0.14 → 0.0.16
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 +20 -11
- 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 +4 -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/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 +1 -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 +693 -15
- 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 +668 -11
- 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/index.d.ts +4 -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/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 +4 -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/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/index.d.ts +3 -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 +1 -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/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/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/index.d.ts +4 -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/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/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 +1 -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/{init → vchart/init}/index.d.ts +4 -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/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 +1 -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/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 +1 -0
- package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +1 -0
- package/dist/pipeline/utils/measures/index.d.ts +1 -0
- 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 +6 -2
- 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 +868 -0
- package/dist/types/chartType/area/area.d.ts.map +1 -0
- package/dist/types/chartType/area/index.d.ts +2 -1
- package/dist/types/chartType/area/index.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +868 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts +2 -1
- package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/bar/bar.d.ts +714 -2
- package/dist/types/chartType/bar/bar.d.ts.map +1 -0
- package/dist/types/chartType/bar/index.d.ts +2 -1
- package/dist/types/chartType/bar/index.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +712 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/index.d.ts +2 -1
- package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +712 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/index.d.ts +2 -1
- package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/column/column.d.ts +712 -0
- package/dist/types/chartType/column/column.d.ts.map +1 -0
- package/dist/types/chartType/column/index.d.ts +2 -1
- package/dist/types/chartType/column/index.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +712 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts +2 -1
- package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +712 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/index.d.ts +2 -1
- 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/index.d.ts +14 -13
- package/dist/types/chartType/index.d.ts.map +1 -0
- package/dist/types/chartType/line/index.d.ts +2 -1
- package/dist/types/chartType/line/index.d.ts.map +1 -0
- package/dist/types/chartType/line/line.d.ts +795 -0
- package/dist/types/chartType/line/line.d.ts.map +1 -0
- package/dist/types/chartType/pie/index.d.ts +2 -1
- package/dist/types/chartType/pie/index.d.ts.map +1 -0
- package/dist/types/chartType/pie/pie.d.ts +138 -0
- 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/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 +2 -1
- 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 +1 -0
- 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 +4 -1
- 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 +3 -1
- 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 +1 -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 +5 -2
- 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 +6858 -32
- package/dist/types/vseed.d.ts.map +1 -0
- package/dist/umd/index.js +9120 -0
- package/dist/umd/index.js.map +1 -0
- package/package.json +10 -10
- 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
@@ -27,8 +27,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
registerBar: ()=>registerBar,
|
28
28
|
isVChart: ()=>isVChart,
|
29
29
|
autoFormatter: ()=>autoFormatter,
|
30
|
+
roseParallelAdvancedPipeline: ()=>roseParallelAdvancedPipeline,
|
30
31
|
zBaseConfig: ()=>zBaseConfig,
|
31
|
-
zTooltip: ()=>zTooltip,
|
32
32
|
pieAdvancedPipeline: ()=>pieAdvancedPipeline,
|
33
33
|
execPipeline: ()=>execPipeline,
|
34
34
|
areaSpecPipeline: ()=>areaSpecPipeline,
|
@@ -36,6 +36,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
registerLine: ()=>registerLine,
|
37
37
|
zColor: ()=>zColor,
|
38
38
|
zMeasureGroup: ()=>zMeasureGroup,
|
39
|
+
zStackCornerRadius: ()=>zStackCornerRadius,
|
40
|
+
zTooltip: ()=>zTooltip,
|
39
41
|
zUnfoldInfo: ()=>zUnfoldInfo,
|
40
42
|
zMeasures: ()=>zMeasures,
|
41
43
|
zCrosshairRect: ()=>zCrosshairRect,
|
@@ -47,6 +49,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
47
49
|
zAxis: ()=>zAxis,
|
48
50
|
isVTable: ()=>isVTable,
|
49
51
|
zAnnotation: ()=>zAnnotation,
|
52
|
+
zCrosshairLine: ()=>zCrosshairLine,
|
50
53
|
columnSpecPipeline: ()=>columnSpecPipeline,
|
51
54
|
UnfoldDimensionGroup: ()=>UnfoldDimensionGroup,
|
52
55
|
zDatasetReshapeInfo: ()=>zDatasetReshapeInfo,
|
@@ -71,6 +74,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
71
74
|
zPointStyle: ()=>zPointStyle,
|
72
75
|
isPivotChart: ()=>isPivotChart,
|
73
76
|
zCustomTheme: ()=>zCustomTheme,
|
77
|
+
roseParallelSpecPipeline: ()=>roseParallelSpecPipeline,
|
74
78
|
zLineStyle: ()=>zLineStyle,
|
75
79
|
zXBandAxis: ()=>zXBandAxis,
|
76
80
|
dataReshapeFor1D1M: ()=>dataReshapeFor1D1M,
|
@@ -81,6 +85,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
81
85
|
zNumFormat: ()=>zNumFormat,
|
82
86
|
barPercentAdvancedPipeline: ()=>barPercentAdvancedPipeline,
|
83
87
|
areaPercentAdvancedPipeline: ()=>areaPercentAdvancedPipeline,
|
88
|
+
zVSeed: ()=>zVSeed,
|
84
89
|
zBackgroundColor: ()=>zBackgroundColor,
|
85
90
|
registerBarParallel: ()=>registerBarParallel,
|
86
91
|
zMeasure: ()=>zMeasure,
|
@@ -88,8 +93,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
88
93
|
zLegend: ()=>zLegend,
|
89
94
|
FoldMeasureId: ()=>FoldMeasureId,
|
90
95
|
zTheme: ()=>zTheme,
|
91
|
-
|
96
|
+
donutSpecPipeline: ()=>donutSpecPipeline,
|
92
97
|
registerAreaPercent: ()=>registerAreaPercent,
|
98
|
+
zEncoding: ()=>zEncoding,
|
93
99
|
autoNumFormatter: ()=>autoNumFormatter,
|
94
100
|
zXLinearAxis: ()=>zXLinearAxis,
|
95
101
|
zConfig: ()=>zConfig,
|
@@ -99,12 +105,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
99
105
|
zCustomThemeConfig: ()=>zCustomThemeConfig,
|
100
106
|
columnParallelAdvancedPipeline: ()=>columnParallelAdvancedPipeline,
|
101
107
|
registerColumnPercent: ()=>registerColumnPercent,
|
108
|
+
donutAdvancedPipeline: ()=>donutAdvancedPipeline,
|
102
109
|
registerBarPercent: ()=>registerBarPercent,
|
103
|
-
zCrosshairLine: ()=>zCrosshairLine,
|
104
110
|
foldMeasures: ()=>foldMeasures,
|
105
111
|
dataReshapeFor2D1M: ()=>dataReshapeFor2D1M,
|
106
112
|
registerLightTheme: ()=>registerLightTheme,
|
107
|
-
|
113
|
+
roseAdvancedPipeline: ()=>roseAdvancedPipeline,
|
114
|
+
roseSpecPipeline: ()=>roseSpecPipeline,
|
108
115
|
registerDarkTheme: ()=>registerDarkTheme,
|
109
116
|
zAnnotationVerticalLine: ()=>zAnnotationVerticalLine,
|
110
117
|
barParallelAdvancedPipeline: ()=>barParallelAdvancedPipeline,
|
@@ -122,11 +129,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
122
129
|
Builder: ()=>Builder,
|
123
130
|
barParallelSpecPipeline: ()=>barParallelSpecPipeline,
|
124
131
|
areaPercentSpecPipeline: ()=>areaPercentSpecPipeline,
|
125
|
-
registerAll: ()=>
|
132
|
+
registerAll: ()=>registerAll
|
126
133
|
});
|
127
134
|
const initAdvancedVSeed = (advancedVSeed, context)=>{
|
128
135
|
const { vseed } = context;
|
129
|
-
const { chartType
|
136
|
+
const { chartType } = vseed;
|
130
137
|
return {
|
131
138
|
...advancedVSeed,
|
132
139
|
chartType
|
@@ -713,9 +720,9 @@ const encodingXY = (advancedVSeed)=>{
|
|
713
720
|
};
|
714
721
|
const { datasetReshapeInfo, dimensions } = advancedVSeed;
|
715
722
|
if (!datasetReshapeInfo || !dimensions) return result;
|
723
|
+
const isZeroDimension = 0 === dimensions.length;
|
716
724
|
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
717
725
|
const { foldInfo, unfoldInfo } = cur;
|
718
|
-
const isZeroDimension = 0 === dimensions.length;
|
719
726
|
const x = [
|
720
727
|
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
721
728
|
];
|
@@ -749,9 +756,9 @@ const encodingYX = (advancedVSeed)=>{
|
|
749
756
|
};
|
750
757
|
const { datasetReshapeInfo, dimensions } = advancedVSeed;
|
751
758
|
if (!datasetReshapeInfo || !dimensions) return result;
|
759
|
+
const isZeroDimension = 0 === dimensions.length;
|
752
760
|
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
753
761
|
const { foldInfo, unfoldInfo } = cur;
|
754
|
-
const isZeroDimension = 0 === dimensions.length;
|
755
762
|
const y = [
|
756
763
|
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
757
764
|
];
|
@@ -779,7 +786,44 @@ const encodingYX = (advancedVSeed)=>{
|
|
779
786
|
encoding
|
780
787
|
};
|
781
788
|
};
|
782
|
-
const
|
789
|
+
const encodingRose = (advancedVSeed)=>{
|
790
|
+
const result = {
|
791
|
+
...advancedVSeed
|
792
|
+
};
|
793
|
+
const { datasetReshapeInfo, dimensions, measures } = advancedVSeed;
|
794
|
+
if (!datasetReshapeInfo || !dimensions || !measures) return result;
|
795
|
+
const is1D1M = 1 === dimensions.length && 1 === measures.length;
|
796
|
+
const isZeroDimension = 0 === dimensions.length;
|
797
|
+
const encoding = datasetReshapeInfo.reduce((prev, cur)=>{
|
798
|
+
const { foldInfo, unfoldInfo } = cur;
|
799
|
+
const radius = [
|
800
|
+
foldInfo.measureValue
|
801
|
+
];
|
802
|
+
const angle = [
|
803
|
+
isZeroDimension ? foldInfo.measureName : dimensions[0].id
|
804
|
+
];
|
805
|
+
const group = [
|
806
|
+
is1D1M ? dimensions[0].id : unfoldInfo.groupId
|
807
|
+
];
|
808
|
+
const color = [
|
809
|
+
is1D1M ? dimensions[0].id : unfoldInfo.groupId
|
810
|
+
];
|
811
|
+
return [
|
812
|
+
...prev,
|
813
|
+
{
|
814
|
+
angle,
|
815
|
+
radius,
|
816
|
+
group,
|
817
|
+
color
|
818
|
+
}
|
819
|
+
];
|
820
|
+
}, []);
|
821
|
+
return {
|
822
|
+
...result,
|
823
|
+
encoding
|
824
|
+
};
|
825
|
+
};
|
826
|
+
const encodingPie = (advancedVSeed)=>{
|
783
827
|
const result = {
|
784
828
|
...advancedVSeed
|
785
829
|
};
|
@@ -894,6 +938,9 @@ const barParallelConfig = columnConfig;
|
|
894
938
|
const barPercentConfig = columnConfig;
|
895
939
|
const columnParallelConfig = columnConfig;
|
896
940
|
const columnPercentConfig = columnConfig;
|
941
|
+
const donutConfig = pieConfig;
|
942
|
+
const roseConfig = pieConfig;
|
943
|
+
const roseParallelConfig = pieConfig;
|
897
944
|
const vchartTheme = (advancedVSeed, context)=>{
|
898
945
|
const { customTheme, vseed } = context;
|
899
946
|
const { theme = 'light', chartType } = vseed;
|
@@ -1122,12 +1169,62 @@ const pieAdvancedPipeline = [
|
|
1122
1169
|
], [
|
1123
1170
|
pivotReshapeTo1D1M
|
1124
1171
|
]),
|
1125
|
-
|
1172
|
+
encodingPie,
|
1126
1173
|
pieConfig,
|
1127
1174
|
vchartBaseConfig,
|
1128
1175
|
vchartTheme,
|
1129
1176
|
annotation_annotation
|
1130
1177
|
];
|
1178
|
+
const donutAdvancedPipeline = [
|
1179
|
+
initAdvancedVSeed,
|
1180
|
+
locale_locale,
|
1181
|
+
autoMeasures,
|
1182
|
+
autoDimensions,
|
1183
|
+
pivotAdapter([
|
1184
|
+
reshapeTo1D1M
|
1185
|
+
], [
|
1186
|
+
pivotReshapeTo1D1M
|
1187
|
+
]),
|
1188
|
+
encodingPie,
|
1189
|
+
donutConfig,
|
1190
|
+
vchartBaseConfig,
|
1191
|
+
vchartTheme,
|
1192
|
+
annotation_annotation
|
1193
|
+
];
|
1194
|
+
const roseAdvancedPipeline = [
|
1195
|
+
initAdvancedVSeed,
|
1196
|
+
locale_locale,
|
1197
|
+
autoMeasures,
|
1198
|
+
autoDimensions,
|
1199
|
+
pivotAdapter([
|
1200
|
+
reshapeTo2D1M
|
1201
|
+
], [
|
1202
|
+
pivotReshapeTo2D1M
|
1203
|
+
]),
|
1204
|
+
encodingRose,
|
1205
|
+
roseConfig,
|
1206
|
+
vchartBaseConfig,
|
1207
|
+
vchartTheme,
|
1208
|
+
markStyle_markStyle,
|
1209
|
+
annotation_annotation
|
1210
|
+
];
|
1211
|
+
const roseParallelAdvancedPipeline = [
|
1212
|
+
initAdvancedVSeed,
|
1213
|
+
locale_locale,
|
1214
|
+
autoMeasures,
|
1215
|
+
autoDimensions,
|
1216
|
+
pivotAdapter([
|
1217
|
+
reshapeTo2D1M
|
1218
|
+
], [
|
1219
|
+
pivotReshapeTo2D1M
|
1220
|
+
]),
|
1221
|
+
encodingRose,
|
1222
|
+
roseParallelConfig,
|
1223
|
+
vchartBaseConfig,
|
1224
|
+
vchartTheme,
|
1225
|
+
markStyle_markStyle,
|
1226
|
+
annotation_annotation
|
1227
|
+
];
|
1131
1228
|
const dataset_dataset = (spec, context)=>{
|
1132
1229
|
const { advancedVSeed } = context;
|
1133
1230
|
return {
|
@@ -1177,6 +1274,7 @@ const initColumn = (spec, context)=>{
|
|
1177
1274
|
clip: true
|
1178
1275
|
}
|
1179
1276
|
];
|
1277
|
+
result.animation = true;
|
1180
1278
|
return result;
|
1181
1279
|
};
|
1182
1280
|
const initBar = (spec, context)=>{
|
@@ -1197,6 +1295,7 @@ const initBar = (spec, context)=>{
|
|
1197
1295
|
clip: true
|
1198
1296
|
}
|
1199
1297
|
];
|
1298
|
+
result.animation = true;
|
1200
1299
|
return result;
|
1201
1300
|
};
|
1202
1301
|
const initBarParallel = (spec, context)=>{
|
@@ -1221,6 +1320,7 @@ const initBarParallel = (spec, context)=>{
|
|
1221
1320
|
clip: true
|
1222
1321
|
}
|
1223
1322
|
];
|
1323
|
+
result.animation = true;
|
1224
1324
|
return result;
|
1225
1325
|
};
|
1226
1326
|
const initArea = (spec, context)=>{
|
@@ -1241,6 +1341,7 @@ const initArea = (spec, context)=>{
|
|
1241
1341
|
clip: true
|
1242
1342
|
}
|
1243
1343
|
];
|
1344
|
+
result.animation = true;
|
1244
1345
|
return result;
|
1245
1346
|
};
|
1246
1347
|
const initLine = (spec, context)=>{
|
@@ -1261,6 +1362,7 @@ const initLine = (spec, context)=>{
|
|
1261
1362
|
clip: true
|
1262
1363
|
}
|
1263
1364
|
];
|
1365
|
+
result.animation = true;
|
1264
1366
|
return result;
|
1265
1367
|
};
|
1266
1368
|
const initColumnParallel = (spec, context)=>{
|
@@ -1285,6 +1387,7 @@ const initColumnParallel = (spec, context)=>{
|
|
1285
1387
|
clip: true
|
1286
1388
|
}
|
1287
1389
|
];
|
1390
|
+
result.animation = true;
|
1288
1391
|
return result;
|
1289
1392
|
};
|
1290
1393
|
const initPie = (spec, context)=>{
|
@@ -1306,6 +1409,123 @@ const initPie = (spec, context)=>{
|
|
1306
1409
|
clip: true
|
1307
1410
|
}
|
1308
1411
|
];
|
1412
|
+
result.pie = {
|
1413
|
+
style: {
|
1414
|
+
stroke: '#ffffff',
|
1415
|
+
lineWidth: 1
|
1416
|
+
},
|
1417
|
+
state: {
|
1418
|
+
hover: {
|
1419
|
+
centerOffset: 5,
|
1420
|
+
outerRadius: 1.1 * result.outerRadius
|
1421
|
+
}
|
1422
|
+
}
|
1423
|
+
};
|
1424
|
+
result.animation = true;
|
1425
|
+
return result;
|
1426
|
+
};
|
1427
|
+
const initDonut = (spec, context)=>{
|
1428
|
+
const result = {
|
1429
|
+
...spec
|
1430
|
+
};
|
1431
|
+
const { advancedVSeed } = context;
|
1432
|
+
const { encoding } = advancedVSeed;
|
1433
|
+
if (!encoding[0].angle || !encoding[0].radius || !encoding[0].group) return result;
|
1434
|
+
result.type = 'pie';
|
1435
|
+
result.outerRadius = 0.8;
|
1436
|
+
result.innerRadius = 0.8 * result.outerRadius;
|
1437
|
+
result.valueField = encoding[0].radius[0];
|
1438
|
+
result.categoryField = encoding[0].angle[0];
|
1439
|
+
result.seriesField = encoding[0].group[0];
|
1440
|
+
result.padding = 0;
|
1441
|
+
result.region = [
|
1442
|
+
{
|
1443
|
+
clip: true
|
1444
|
+
}
|
1445
|
+
];
|
1446
|
+
result.pie = {
|
1447
|
+
style: {
|
1448
|
+
stroke: '#ffffff',
|
1449
|
+
lineWidth: 1
|
1450
|
+
},
|
1451
|
+
state: {
|
1452
|
+
hover: {
|
1453
|
+
outerRadius: 1.1 * result.outerRadius
|
1454
|
+
}
|
1455
|
+
}
|
1456
|
+
};
|
1457
|
+
result.animation = true;
|
1458
|
+
return result;
|
1459
|
+
};
|
1460
|
+
const initRose = (spec, context)=>{
|
1461
|
+
const result = {
|
1462
|
+
...spec
|
1463
|
+
};
|
1464
|
+
const { advancedVSeed } = context;
|
1465
|
+
const { encoding, dataset, datasetReshapeInfo } = advancedVSeed;
|
1466
|
+
const { foldInfo } = datasetReshapeInfo[0];
|
1467
|
+
if (!encoding[0].radius || !encoding[0].angle || !encoding[0].group) return result;
|
1468
|
+
result.type = 'rose';
|
1469
|
+
result.categoryField = encoding[0].angle[0];
|
1470
|
+
result.valueField = encoding[0].radius[0];
|
1471
|
+
result.seriesField = encoding[0].group[0];
|
1472
|
+
result.padding = 0;
|
1473
|
+
result.outerRadius = 0.9;
|
1474
|
+
result.innerRadius = 0;
|
1475
|
+
const hasNegativeValue = dataset.flat().find((d)=>d[foldInfo.measureValue] < 0);
|
1476
|
+
if (hasNegativeValue) result.innerRadius = 0.05;
|
1477
|
+
result.rose = {
|
1478
|
+
style: {
|
1479
|
+
stroke: '#ffffff',
|
1480
|
+
lineWidth: 1
|
1481
|
+
},
|
1482
|
+
state: {
|
1483
|
+
hover: {
|
1484
|
+
lineWidth: 1,
|
1485
|
+
fillOpacity: 0.75
|
1486
|
+
}
|
1487
|
+
}
|
1488
|
+
};
|
1489
|
+
result.region = [
|
1490
|
+
{
|
1491
|
+
clip: true
|
1492
|
+
}
|
1493
|
+
];
|
1494
|
+
result.animation = true;
|
1495
|
+
return result;
|
1496
|
+
};
|
1497
|
+
const initRoseParallel = (spec, context)=>{
|
1498
|
+
const result = {
|
1499
|
+
...spec
|
1500
|
+
};
|
1501
|
+
const { advancedVSeed } = context;
|
1502
|
+
const { encoding, datasetReshapeInfo, dataset } = advancedVSeed;
|
1503
|
+
const { unfoldInfo, foldInfo } = datasetReshapeInfo[0];
|
1504
|
+
if (!encoding[0].radius || !encoding[0].angle || !encoding[0].group) return result;
|
1505
|
+
result.type = 'rose';
|
1506
|
+
result.categoryField = [
|
1507
|
+
encoding[0].angle[0],
|
1508
|
+
unfoldInfo.groupName
|
1509
|
+
];
|
1510
|
+
result.valueField = encoding[0].radius[0];
|
1511
|
+
result.seriesField = encoding[0].group[0];
|
1512
|
+
result.padding = 0;
|
1513
|
+
result.outerRadius = 0.9;
|
1514
|
+
result.innerRadius = 0;
|
1515
|
+
const hasNegativeValue = dataset.flat().find((d)=>d[foldInfo.measureValue] < 0);
|
1516
|
+
if (hasNegativeValue) result.innerRadius = 0.05;
|
1517
|
+
result.rose = {
|
1518
|
+
style: {
|
1519
|
+
stroke: '#ffffff',
|
1520
|
+
lineWidth: 1
|
1521
|
+
}
|
1522
|
+
};
|
1523
|
+
result.region = [
|
1524
|
+
{
|
1525
|
+
clip: true
|
1526
|
+
}
|
1527
|
+
];
|
1528
|
+
result.animation = true;
|
1309
1529
|
return result;
|
1310
1530
|
};
|
1311
1531
|
const initPivot = (spec)=>{
|
@@ -1314,6 +1534,7 @@ const initPivot = (spec)=>{
|
|
1314
1534
|
};
|
1315
1535
|
return {
|
1316
1536
|
...result,
|
1537
|
+
animation: true,
|
1317
1538
|
rows: [],
|
1318
1539
|
columns: [],
|
1319
1540
|
indicators: [],
|
@@ -1676,6 +1897,79 @@ const yLinear = (spec, context)=>{
|
|
1676
1897
|
];
|
1677
1898
|
return result;
|
1678
1899
|
};
|
1900
|
+
const radiusAxis = (spec, context)=>{
|
1901
|
+
const result = {
|
1902
|
+
...spec
|
1903
|
+
};
|
1904
|
+
const { advancedVSeed } = context;
|
1905
|
+
const { dimensions, measures } = advancedVSeed;
|
1906
|
+
if (!dimensions || !measures) return spec;
|
1907
|
+
const is0D = 0 === dimensions.length;
|
1908
|
+
const is1M1D = 1 === dimensions.length && 1 === measures.length;
|
1909
|
+
const showAxis = !(is0D || is1M1D);
|
1910
|
+
if (!result.axes) result.axes = [];
|
1911
|
+
result.axes.push({
|
1912
|
+
orient: 'radius',
|
1913
|
+
visible: showAxis,
|
1914
|
+
zero: true,
|
1915
|
+
nice: !!showAxis,
|
1916
|
+
grid: {
|
1917
|
+
visible: showAxis
|
1918
|
+
},
|
1919
|
+
tick: {
|
1920
|
+
visible: showAxis
|
1921
|
+
},
|
1922
|
+
label: {
|
1923
|
+
visible: showAxis
|
1924
|
+
},
|
1925
|
+
domainLine: {
|
1926
|
+
visible: showAxis
|
1927
|
+
}
|
1928
|
+
});
|
1929
|
+
return result;
|
1930
|
+
};
|
1931
|
+
const angleAxis = (spec, context)=>{
|
1932
|
+
const result = {
|
1933
|
+
...spec
|
1934
|
+
};
|
1935
|
+
const { advancedVSeed } = context;
|
1936
|
+
const { dimensions, measures } = advancedVSeed;
|
1937
|
+
if (!dimensions || !measures) return spec;
|
1938
|
+
const is0D = 0 === dimensions.length;
|
1939
|
+
const is1M1D = 1 === dimensions.length && 1 === measures.length;
|
1940
|
+
const showAxis = !(is0D || is1M1D);
|
1941
|
+
if (!result.axes) result.axes = [];
|
1942
|
+
result.axes.push({
|
1943
|
+
orient: 'angle',
|
1944
|
+
visible: showAxis,
|
1945
|
+
zero: true,
|
1946
|
+
nice: !!showAxis,
|
1947
|
+
paddingInner: showAxis ? [
|
1948
|
+
0.15,
|
1949
|
+
0.1
|
1950
|
+
] : [
|
1951
|
+
0,
|
1952
|
+
0
|
1953
|
+
],
|
1954
|
+
paddingOuter: showAxis ? [
|
1955
|
+
0.075,
|
1956
|
+
0.1
|
1957
|
+
] : [
|
1958
|
+
0,
|
1959
|
+
0
|
1960
|
+
],
|
1961
|
+
grid: {
|
1962
|
+
visible: showAxis
|
1963
|
+
},
|
1964
|
+
domainLine: {
|
1965
|
+
visible: showAxis
|
1966
|
+
},
|
1967
|
+
tick: {
|
1968
|
+
visible: showAxis
|
1969
|
+
}
|
1970
|
+
});
|
1971
|
+
return result;
|
1972
|
+
};
|
1679
1973
|
const percent = (spec, context)=>{
|
1680
1974
|
const result = {
|
1681
1975
|
...spec
|
@@ -1724,14 +2018,15 @@ const tooltip_tooltip = (spec, context)=>{
|
|
1724
2018
|
const baseConfig = advancedVSeed.baseConfig.vchart;
|
1725
2019
|
const { tooltip = defaultTooltip } = baseConfig;
|
1726
2020
|
const { enable } = tooltip;
|
1727
|
-
const { measureId,
|
2021
|
+
const { measureId, measureValue } = datasetReshapeInfo[0].foldInfo;
|
2022
|
+
const { groupName } = datasetReshapeInfo[0].unfoldInfo;
|
1728
2023
|
result.tooltip = {
|
1729
2024
|
visible: enable,
|
1730
2025
|
mark: {
|
1731
2026
|
content: [
|
1732
2027
|
{
|
1733
2028
|
visible: true,
|
1734
|
-
key: (datum)=>datum && datum[
|
2029
|
+
key: (datum)=>datum && datum[groupName] || '',
|
1735
2030
|
value: (datum)=>{
|
1736
2031
|
if (!datum) return '';
|
1737
2032
|
const value = datum[measureValue];
|
@@ -1753,7 +2048,7 @@ const tooltip_tooltip = (spec, context)=>{
|
|
1753
2048
|
content: [
|
1754
2049
|
{
|
1755
2050
|
visible: true,
|
1756
|
-
key: (datum)=>datum && datum[
|
2051
|
+
key: (datum)=>datum && datum[groupName] || '',
|
1757
2052
|
value: (datum)=>{
|
1758
2053
|
if (!datum) return '';
|
1759
2054
|
const value = datum[measureValue];
|
@@ -3671,6 +3966,129 @@ const pivotPie = [
|
|
3671
3966
|
const pieSpecPipeline = [
|
3672
3967
|
pivotAdapter_pivotAdapter(pie, pivotPie)
|
3673
3968
|
];
|
3969
|
+
const donut = [
|
3970
|
+
initDonut,
|
3971
|
+
color_color,
|
3972
|
+
background_backgroundColor,
|
3973
|
+
dataset_dataset,
|
3974
|
+
label_label,
|
3975
|
+
tooltip_tooltip,
|
3976
|
+
discreteLegend,
|
3977
|
+
annotationPoint_annotationPoint,
|
3978
|
+
annotationVerticalLine_annotationVerticalLine,
|
3979
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
3980
|
+
annotationArea_annotationArea
|
3981
|
+
];
|
3982
|
+
const pivotDonut = [
|
3983
|
+
initPivot,
|
3984
|
+
pivotGridStyle,
|
3985
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
3986
|
+
datasetPivot,
|
3987
|
+
pivotIndicators([
|
3988
|
+
initDonut,
|
3989
|
+
color_color,
|
3990
|
+
background_backgroundColor,
|
3991
|
+
datasetPivotPlaceholder,
|
3992
|
+
label_label,
|
3993
|
+
tooltip_tooltip,
|
3994
|
+
annotationPoint_annotationPoint,
|
3995
|
+
annotationVerticalLine_annotationVerticalLine,
|
3996
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
3997
|
+
annotationArea_annotationArea
|
3998
|
+
]),
|
3999
|
+
pivotRowDimensions,
|
4000
|
+
pivotColumnDimensions,
|
4001
|
+
pivotDiscreteLegend
|
4002
|
+
];
|
4003
|
+
const donutSpecPipeline = [
|
4004
|
+
pivotAdapter_pivotAdapter(donut, pivotDonut)
|
4005
|
+
];
|
4006
|
+
const rose = [
|
4007
|
+
initRose,
|
4008
|
+
stackCornerRadius_stackCornerRadius,
|
4009
|
+
stackInverse,
|
4010
|
+
color_color,
|
4011
|
+
background_backgroundColor,
|
4012
|
+
dataset_dataset,
|
4013
|
+
radiusAxis,
|
4014
|
+
angleAxis,
|
4015
|
+
label_label,
|
4016
|
+
tooltip_tooltip,
|
4017
|
+
verticalCrosshairRect,
|
4018
|
+
discreteLegend
|
4019
|
+
];
|
4020
|
+
const pivotRose = [
|
4021
|
+
initPivot,
|
4022
|
+
pivotGridStyle,
|
4023
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
4024
|
+
datasetPivot,
|
4025
|
+
pivotIndicators([
|
4026
|
+
initRose,
|
4027
|
+
stackCornerRadius_stackCornerRadius,
|
4028
|
+
stackInverse,
|
4029
|
+
color_color,
|
4030
|
+
background_backgroundColor,
|
4031
|
+
datasetPivotPlaceholder,
|
4032
|
+
radiusAxis,
|
4033
|
+
angleAxis,
|
4034
|
+
label_label,
|
4035
|
+
tooltip_tooltip,
|
4036
|
+
verticalCrosshairRect
|
4037
|
+
]),
|
4038
|
+
pivotRowDimensions,
|
4039
|
+
pivotColumnDimensions,
|
4040
|
+
pivotDiscreteLegend
|
4041
|
+
];
|
4042
|
+
const roseSpecPipeline = [
|
4043
|
+
pivotAdapter_pivotAdapter(rose, pivotRose)
|
4044
|
+
];
|
4045
|
+
const roseParallel = [
|
4046
|
+
initRoseParallel,
|
4047
|
+
stackCornerRadius_stackCornerRadius,
|
4048
|
+
color_color,
|
4049
|
+
background_backgroundColor,
|
4050
|
+
dataset_dataset,
|
4051
|
+
radiusAxis,
|
4052
|
+
angleAxis,
|
4053
|
+
label_label,
|
4054
|
+
tooltip_tooltip,
|
4055
|
+
discreteLegend,
|
4056
|
+
verticalCrosshairRect,
|
4057
|
+
barStyle_barStyle,
|
4058
|
+
annotationPoint_annotationPoint,
|
4059
|
+
annotationVerticalLine_annotationVerticalLine,
|
4060
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4061
|
+
annotationAreaBand
|
4062
|
+
];
|
4063
|
+
const pivotRoseParallel = [
|
4064
|
+
initPivot,
|
4065
|
+
pivotGridStyle,
|
4066
|
+
pivotIndicators_pivotIndicatorsAsRow,
|
4067
|
+
datasetPivot,
|
4068
|
+
pivotIndicators([
|
4069
|
+
initRoseParallel,
|
4070
|
+
stackCornerRadius_stackCornerRadius,
|
4071
|
+
color_color,
|
4072
|
+
background_backgroundColor,
|
4073
|
+
datasetPivotPlaceholder,
|
4074
|
+
radiusAxis,
|
4075
|
+
angleAxis,
|
4076
|
+
label_label,
|
4077
|
+
tooltip_tooltip,
|
4078
|
+
verticalCrosshairRect,
|
4079
|
+
barStyle_barStyle,
|
4080
|
+
annotationPoint_annotationPoint,
|
4081
|
+
annotationVerticalLine_annotationVerticalLine,
|
4082
|
+
annotationHorizontalLine_annotationHorizontalLine,
|
4083
|
+
annotationAreaBand
|
4084
|
+
]),
|
4085
|
+
pivotRowDimensions,
|
4086
|
+
pivotColumnDimensions,
|
4087
|
+
pivotDiscreteLegend
|
4088
|
+
];
|
4089
|
+
const roseParallelSpecPipeline = [
|
4090
|
+
pivotAdapter_pivotAdapter(roseParallel, pivotRoseParallel)
|
4091
|
+
];
|
3674
4092
|
const buildAdvanced = (builder)=>{
|
3675
4093
|
const { chartType } = builder.vseed;
|
3676
4094
|
if (!chartType) throw new Error('chartType is nil in buildAdvanced');
|
@@ -3789,6 +4207,18 @@ const registerPie = ()=>{
|
|
3789
4207
|
Builder._advancedPipelineMap.pie = pieAdvancedPipeline;
|
3790
4208
|
Builder._specPipelineMap.pie = pieSpecPipeline;
|
3791
4209
|
};
|
4210
|
+
const registerDonut = ()=>{
|
4211
|
+
Builder._advancedPipelineMap.donut = donutAdvancedPipeline;
|
4212
|
+
Builder._specPipelineMap.donut = donutSpecPipeline;
|
4213
|
+
};
|
4214
|
+
const registerRose = ()=>{
|
4215
|
+
Builder._advancedPipelineMap.rose = roseAdvancedPipeline;
|
4216
|
+
Builder._specPipelineMap.rose = roseSpecPipeline;
|
4217
|
+
};
|
4218
|
+
const registerRoseParallel = ()=>{
|
4219
|
+
Builder._advancedPipelineMap.roseParallel = roseParallelAdvancedPipeline;
|
4220
|
+
Builder._specPipelineMap.roseParallel = roseParallelSpecPipeline;
|
4221
|
+
};
|
3792
4222
|
const lightTheme = ()=>{
|
3793
4223
|
const linearAxis = {
|
3794
4224
|
nice: true,
|
@@ -4259,7 +4689,7 @@ const registerLightTheme = ()=>{
|
|
4259
4689
|
const registerDarkTheme = ()=>{
|
4260
4690
|
registerCustomTheme('dark', darkTheme());
|
4261
4691
|
};
|
4262
|
-
const
|
4692
|
+
const registerAll = ()=>{
|
4263
4693
|
registerLine();
|
4264
4694
|
registerColumn();
|
4265
4695
|
registerColumnParallel();
|
@@ -4270,6 +4700,9 @@ const all_registerAll = ()=>{
|
|
4270
4700
|
registerArea();
|
4271
4701
|
registerAreaPercent();
|
4272
4702
|
registerPie();
|
4703
|
+
registerDonut();
|
4704
|
+
registerRose();
|
4705
|
+
registerRoseParallel();
|
4273
4706
|
registerLightTheme();
|
4274
4707
|
registerDarkTheme();
|
4275
4708
|
};
|
@@ -4287,6 +4720,7 @@ const zChartType = external_zod_namespaceObject.z["enum"]([
|
|
4287
4720
|
'area',
|
4288
4721
|
'areaPercent',
|
4289
4722
|
'rose',
|
4723
|
+
'roseParallel',
|
4290
4724
|
'pie',
|
4291
4725
|
'donut',
|
4292
4726
|
'dualAxis'
|
@@ -4646,9 +5080,10 @@ const zConfig = external_zod_namespaceObject.z.object({
|
|
4646
5080
|
yAxis: zYLinearAxis.optional(),
|
4647
5081
|
crosshairLine: zCrosshairLine.optional()
|
4648
5082
|
}).optional(),
|
5083
|
+
rose: external_zod_namespaceObject.z.object({}).optional(),
|
5084
|
+
roseParallel: external_zod_namespaceObject.z.object({}).optional(),
|
4649
5085
|
pie: external_zod_namespaceObject.z.object({}).optional(),
|
4650
5086
|
donut: external_zod_namespaceObject.z.object({}).optional(),
|
4651
|
-
rose: external_zod_namespaceObject.z.object({}).optional(),
|
4652
5087
|
dualAxis: external_zod_namespaceObject.z.object({}).optional(),
|
4653
5088
|
table: external_zod_namespaceObject.z.object({}).optional(),
|
4654
5089
|
pivotTable: external_zod_namespaceObject.z.object({}).optional()
|
@@ -4964,6 +5399,235 @@ const zCustomThemeConfig = external_zod_namespaceObject.z.object({
|
|
4964
5399
|
});
|
4965
5400
|
const zCustomTheme = external_zod_namespaceObject.z.record(external_zod_namespaceObject.z.string(), zCustomThemeConfig).optional();
|
4966
5401
|
const zTheme = external_zod_namespaceObject.z.string();
|
5402
|
+
const zLocale = external_zod_namespaceObject.z["enum"]([
|
5403
|
+
'zh-CN',
|
5404
|
+
'en-US'
|
5405
|
+
]).default('zh-CN');
|
5406
|
+
const zBar = external_zod_namespaceObject.z.object({
|
5407
|
+
chartType: external_zod_namespaceObject.z.literal('bar'),
|
5408
|
+
dataset: zDataset.optional(),
|
5409
|
+
dimensions: zDimensions.optional(),
|
5410
|
+
measures: zMeasures.optional(),
|
5411
|
+
backgroundColor: zBackgroundColor.optional(),
|
5412
|
+
color: zColor.optional(),
|
5413
|
+
label: zLabel.optional(),
|
5414
|
+
legend: zLegend.optional(),
|
5415
|
+
tooltip: zTooltip.optional(),
|
5416
|
+
xAxis: zXLinearAxis.optional(),
|
5417
|
+
yAxis: zYBandAxis.optional(),
|
5418
|
+
crosshairRect: zCrosshairRect.optional(),
|
5419
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5420
|
+
theme: zTheme.optional(),
|
5421
|
+
barStyle: zBarStyle.optional(),
|
5422
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5423
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5424
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5425
|
+
annotationArea: zAnnotationArea.optional(),
|
5426
|
+
locale: zLocale.optional()
|
5427
|
+
});
|
5428
|
+
const zBarParallel = external_zod_namespaceObject.z.object({
|
5429
|
+
chartType: external_zod_namespaceObject.z.literal('barParallel'),
|
5430
|
+
dataset: zDataset.optional(),
|
5431
|
+
dimensions: zDimensions.optional(),
|
5432
|
+
measures: zMeasures.optional(),
|
5433
|
+
backgroundColor: zBackgroundColor.optional(),
|
5434
|
+
color: zColor.optional(),
|
5435
|
+
label: zLabel.optional(),
|
5436
|
+
legend: zLegend.optional(),
|
5437
|
+
tooltip: zTooltip.optional(),
|
5438
|
+
xAxis: zXLinearAxis.optional(),
|
5439
|
+
yAxis: zYBandAxis.optional(),
|
5440
|
+
crosshairRect: zCrosshairRect.optional(),
|
5441
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5442
|
+
theme: zTheme.optional(),
|
5443
|
+
barStyle: zBarStyle.optional(),
|
5444
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5445
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5446
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5447
|
+
annotationArea: zAnnotationArea.optional(),
|
5448
|
+
locale: zLocale.optional()
|
5449
|
+
});
|
5450
|
+
const zColumn = external_zod_namespaceObject.z.object({
|
5451
|
+
chartType: external_zod_namespaceObject.z.literal('column'),
|
5452
|
+
dataset: zDataset.optional(),
|
5453
|
+
dimensions: zDimensions.optional(),
|
5454
|
+
measures: zMeasures.optional(),
|
5455
|
+
backgroundColor: zBackgroundColor.optional(),
|
5456
|
+
color: zColor.optional(),
|
5457
|
+
label: zLabel.optional(),
|
5458
|
+
legend: zLegend.optional(),
|
5459
|
+
tooltip: zTooltip.optional(),
|
5460
|
+
xAxis: zXBandAxis.optional(),
|
5461
|
+
yAxis: zYLinearAxis.optional(),
|
5462
|
+
crosshairRect: zCrosshairRect.optional(),
|
5463
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5464
|
+
theme: zTheme.optional(),
|
5465
|
+
barStyle: zBarStyle.optional(),
|
5466
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5467
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5468
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5469
|
+
annotationArea: zAnnotationArea.optional(),
|
5470
|
+
locale: zLocale.optional()
|
5471
|
+
});
|
5472
|
+
const zColumnParallel = external_zod_namespaceObject.z.object({
|
5473
|
+
chartType: external_zod_namespaceObject.z.literal('columnParallel'),
|
5474
|
+
dataset: zDataset.optional(),
|
5475
|
+
dimensions: zDimensions.optional(),
|
5476
|
+
measures: zMeasures.optional(),
|
5477
|
+
backgroundColor: zBackgroundColor.optional(),
|
5478
|
+
color: zColor.optional(),
|
5479
|
+
label: zLabel.optional(),
|
5480
|
+
legend: zLegend.optional(),
|
5481
|
+
tooltip: zTooltip.optional(),
|
5482
|
+
xAxis: zXBandAxis.optional(),
|
5483
|
+
yAxis: zYLinearAxis.optional(),
|
5484
|
+
crosshairRect: zCrosshairRect.optional(),
|
5485
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5486
|
+
theme: zTheme.optional(),
|
5487
|
+
barStyle: zBarStyle.optional(),
|
5488
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5489
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5490
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5491
|
+
annotationArea: zAnnotationArea.optional(),
|
5492
|
+
locale: zLocale.optional()
|
5493
|
+
});
|
5494
|
+
const zColumnPercent = external_zod_namespaceObject.z.object({
|
5495
|
+
chartType: external_zod_namespaceObject.z.literal('columnPercent'),
|
5496
|
+
dataset: zDataset.optional(),
|
5497
|
+
dimensions: zDimensions.optional(),
|
5498
|
+
measures: zMeasures.optional(),
|
5499
|
+
backgroundColor: zBackgroundColor.optional(),
|
5500
|
+
color: zColor.optional(),
|
5501
|
+
label: zLabel.optional(),
|
5502
|
+
legend: zLegend.optional(),
|
5503
|
+
tooltip: zTooltip.optional(),
|
5504
|
+
xAxis: zXBandAxis.optional(),
|
5505
|
+
yAxis: zYLinearAxis.optional(),
|
5506
|
+
crosshairRect: zCrosshairRect.optional(),
|
5507
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5508
|
+
theme: zTheme.optional(),
|
5509
|
+
barStyle: zBarStyle.optional(),
|
5510
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5511
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5512
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5513
|
+
annotationArea: zAnnotationArea.optional(),
|
5514
|
+
locale: zLocale.optional()
|
5515
|
+
});
|
5516
|
+
const zLine = external_zod_namespaceObject.z.object({
|
5517
|
+
chartType: external_zod_namespaceObject.z.literal('line'),
|
5518
|
+
dataset: zDataset.optional(),
|
5519
|
+
dimensions: zDimensions.optional(),
|
5520
|
+
measures: zMeasures.optional(),
|
5521
|
+
backgroundColor: zBackgroundColor.optional(),
|
5522
|
+
color: zColor.optional(),
|
5523
|
+
label: zLabel.optional(),
|
5524
|
+
legend: zLegend.optional(),
|
5525
|
+
tooltip: zTooltip.optional(),
|
5526
|
+
xAxis: zXBandAxis.optional(),
|
5527
|
+
yAxis: zYLinearAxis.optional(),
|
5528
|
+
crosshairLine: zCrosshairLine.optional(),
|
5529
|
+
theme: zTheme.optional(),
|
5530
|
+
pointStyle: zPointStyle.optional(),
|
5531
|
+
lineStyle: zLineStyle.optional(),
|
5532
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5533
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5534
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5535
|
+
annotationArea: zAnnotationArea.optional(),
|
5536
|
+
locale: zLocale.optional()
|
5537
|
+
});
|
5538
|
+
const zBarPercent = external_zod_namespaceObject.z.object({
|
5539
|
+
chartType: external_zod_namespaceObject.z.literal('barPercent'),
|
5540
|
+
dataset: zDataset.optional(),
|
5541
|
+
dimensions: zDimensions.optional(),
|
5542
|
+
measures: zMeasures.optional(),
|
5543
|
+
backgroundColor: zBackgroundColor.optional(),
|
5544
|
+
color: zColor.optional(),
|
5545
|
+
label: zLabel.optional(),
|
5546
|
+
legend: zLegend.optional(),
|
5547
|
+
tooltip: zTooltip.optional(),
|
5548
|
+
xAxis: zXLinearAxis.optional(),
|
5549
|
+
yAxis: zYBandAxis.optional(),
|
5550
|
+
crosshairRect: zCrosshairRect.optional(),
|
5551
|
+
stackCornerRadius: zStackCornerRadius.optional(),
|
5552
|
+
theme: zTheme.optional(),
|
5553
|
+
barStyle: zBarStyle.optional(),
|
5554
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5555
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5556
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5557
|
+
annotationArea: zAnnotationArea.optional(),
|
5558
|
+
locale: zLocale.optional()
|
5559
|
+
});
|
5560
|
+
const zPie = external_zod_namespaceObject.z.object({
|
5561
|
+
chartType: external_zod_namespaceObject.z.literal('pie'),
|
5562
|
+
dataset: zDataset.optional(),
|
5563
|
+
dimensions: zDimensions.optional(),
|
5564
|
+
measures: zMeasures.optional(),
|
5565
|
+
backgroundColor: zBackgroundColor.optional(),
|
5566
|
+
color: zColor.optional(),
|
5567
|
+
label: zLabel.optional(),
|
5568
|
+
legend: zLegend.optional(),
|
5569
|
+
tooltip: zTooltip.optional(),
|
5570
|
+
theme: zTheme.optional(),
|
5571
|
+
locale: zLocale.optional()
|
5572
|
+
});
|
5573
|
+
const zArea = external_zod_namespaceObject.z.object({
|
5574
|
+
chartType: external_zod_namespaceObject.z.literal('area'),
|
5575
|
+
dataset: zDataset.optional(),
|
5576
|
+
dimensions: zDimensions.optional(),
|
5577
|
+
measures: zMeasures.optional(),
|
5578
|
+
backgroundColor: zBackgroundColor.optional(),
|
5579
|
+
color: zColor.optional(),
|
5580
|
+
label: zLabel.optional(),
|
5581
|
+
legend: zLegend.optional(),
|
5582
|
+
tooltip: zTooltip.optional(),
|
5583
|
+
xAxis: zXBandAxis.optional(),
|
5584
|
+
yAxis: zYLinearAxis.optional(),
|
5585
|
+
crosshairLine: zCrosshairLine.optional(),
|
5586
|
+
theme: zTheme.optional(),
|
5587
|
+
pointStyle: zPointStyle.optional(),
|
5588
|
+
lineStyle: zLineStyle.optional(),
|
5589
|
+
areaStyle: zAreaStyle.optional(),
|
5590
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5591
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5592
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5593
|
+
annotationArea: zAnnotationArea.optional(),
|
5594
|
+
locale: zLocale.optional()
|
5595
|
+
});
|
5596
|
+
const zAreaPercent = external_zod_namespaceObject.z.object({
|
5597
|
+
chartType: external_zod_namespaceObject.z.literal('areaPercent'),
|
5598
|
+
dataset: zDataset.optional(),
|
5599
|
+
dimensions: zDimensions.optional(),
|
5600
|
+
measures: zMeasures.optional(),
|
5601
|
+
backgroundColor: zBackgroundColor.optional(),
|
5602
|
+
color: zColor.optional(),
|
5603
|
+
label: zLabel.optional(),
|
5604
|
+
legend: zLegend.optional(),
|
5605
|
+
tooltip: zTooltip.optional(),
|
5606
|
+
xAxis: zXBandAxis.optional(),
|
5607
|
+
yAxis: zYLinearAxis.optional(),
|
5608
|
+
crosshairLine: zCrosshairLine.optional(),
|
5609
|
+
theme: zTheme.optional(),
|
5610
|
+
pointStyle: zPointStyle.optional(),
|
5611
|
+
lineStyle: zLineStyle.optional(),
|
5612
|
+
areaStyle: zAreaStyle.optional(),
|
5613
|
+
annotationPoint: zAnnotationPoint.optional(),
|
5614
|
+
annotationVerticalLine: zAnnotationVerticalLine.optional(),
|
5615
|
+
annotationHorizontalLine: zAnnotationHorizontalLine.optional(),
|
5616
|
+
annotationArea: zAnnotationArea.optional(),
|
5617
|
+
locale: zLocale.optional()
|
5618
|
+
});
|
5619
|
+
const zVSeed = external_zod_namespaceObject.z.discriminatedUnion('chartType', [
|
5620
|
+
zLine,
|
5621
|
+
zColumn,
|
5622
|
+
zColumnParallel,
|
5623
|
+
zColumnPercent,
|
5624
|
+
zBar,
|
5625
|
+
zBarParallel,
|
5626
|
+
zBarPercent,
|
5627
|
+
zArea,
|
5628
|
+
zAreaPercent,
|
5629
|
+
zPie
|
5630
|
+
]);
|
4967
5631
|
exports.Builder = __webpack_exports__.Builder;
|
4968
5632
|
exports.FoldMeasureId = __webpack_exports__.FoldMeasureId;
|
4969
5633
|
exports.FoldMeasureName = __webpack_exports__.FoldMeasureName;
|
@@ -4995,6 +5659,8 @@ exports.createNumFormatter = __webpack_exports__.createNumFormatter;
|
|
4995
5659
|
exports.darkTheme = __webpack_exports__.darkTheme;
|
4996
5660
|
exports.dataReshapeFor1D1M = __webpack_exports__.dataReshapeFor1D1M;
|
4997
5661
|
exports.dataReshapeFor2D1M = __webpack_exports__.dataReshapeFor2D1M;
|
5662
|
+
exports.donutAdvancedPipeline = __webpack_exports__.donutAdvancedPipeline;
|
5663
|
+
exports.donutSpecPipeline = __webpack_exports__.donutSpecPipeline;
|
4998
5664
|
exports.execPipeline = __webpack_exports__.execPipeline;
|
4999
5665
|
exports.findMeasureById = __webpack_exports__.findMeasureById;
|
5000
5666
|
exports.foldMeasures = __webpack_exports__.foldMeasures;
|
@@ -5021,6 +5687,10 @@ exports.registerCustomTheme = __webpack_exports__.registerCustomTheme;
|
|
5021
5687
|
exports.registerDarkTheme = __webpack_exports__.registerDarkTheme;
|
5022
5688
|
exports.registerLightTheme = __webpack_exports__.registerLightTheme;
|
5023
5689
|
exports.registerLine = __webpack_exports__.registerLine;
|
5690
|
+
exports.roseAdvancedPipeline = __webpack_exports__.roseAdvancedPipeline;
|
5691
|
+
exports.roseParallelAdvancedPipeline = __webpack_exports__.roseParallelAdvancedPipeline;
|
5692
|
+
exports.roseParallelSpecPipeline = __webpack_exports__.roseParallelSpecPipeline;
|
5693
|
+
exports.roseSpecPipeline = __webpack_exports__.roseSpecPipeline;
|
5024
5694
|
exports.unfoldDimensions = __webpack_exports__.unfoldDimensions;
|
5025
5695
|
exports.zAnnotation = __webpack_exports__.zAnnotation;
|
5026
5696
|
exports.zAnnotationArea = __webpack_exports__.zAnnotationArea;
|
@@ -5059,6 +5729,7 @@ exports.zStackCornerRadius = __webpack_exports__.zStackCornerRadius;
|
|
5059
5729
|
exports.zTheme = __webpack_exports__.zTheme;
|
5060
5730
|
exports.zTooltip = __webpack_exports__.zTooltip;
|
5061
5731
|
exports.zUnfoldInfo = __webpack_exports__.zUnfoldInfo;
|
5732
|
+
exports.zVSeed = __webpack_exports__.zVSeed;
|
5062
5733
|
exports.zXBandAxis = __webpack_exports__.zXBandAxis;
|
5063
5734
|
exports.zXLinearAxis = __webpack_exports__.zXLinearAxis;
|
5064
5735
|
exports.zYBandAxis = __webpack_exports__.zYBandAxis;
|
@@ -5095,6 +5766,8 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
5095
5766
|
"darkTheme",
|
5096
5767
|
"dataReshapeFor1D1M",
|
5097
5768
|
"dataReshapeFor2D1M",
|
5769
|
+
"donutAdvancedPipeline",
|
5770
|
+
"donutSpecPipeline",
|
5098
5771
|
"execPipeline",
|
5099
5772
|
"findMeasureById",
|
5100
5773
|
"foldMeasures",
|
@@ -5121,6 +5794,10 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
5121
5794
|
"registerDarkTheme",
|
5122
5795
|
"registerLightTheme",
|
5123
5796
|
"registerLine",
|
5797
|
+
"roseAdvancedPipeline",
|
5798
|
+
"roseParallelAdvancedPipeline",
|
5799
|
+
"roseParallelSpecPipeline",
|
5800
|
+
"roseSpecPipeline",
|
5124
5801
|
"unfoldDimensions",
|
5125
5802
|
"zAnnotation",
|
5126
5803
|
"zAnnotationArea",
|
@@ -5159,6 +5836,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
5159
5836
|
"zTheme",
|
5160
5837
|
"zTooltip",
|
5161
5838
|
"zUnfoldInfo",
|
5839
|
+
"zVSeed",
|
5162
5840
|
"zXBandAxis",
|
5163
5841
|
"zXLinearAxis",
|
5164
5842
|
"zYBandAxis",
|