@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/types/vseed.d.ts
CHANGED
@@ -6,15 +6,16 @@ import { type ColumnParallel } from './chartType/columnParallel';
|
|
6
6
|
import { type ColumnPercent } from './chartType/columnPercent';
|
7
7
|
import { type Line } from './chartType/line';
|
8
8
|
import type { Table } from './chartType/table';
|
9
|
-
import type
|
9
|
+
import { type Rose } from './chartType/rose';
|
10
10
|
import { type BarPercent } from './chartType/barPercent';
|
11
11
|
import type { PivotTable } from './chartType/pivotTable';
|
12
12
|
import { type Pie } from './chartType/pie';
|
13
|
-
import type
|
13
|
+
import { type Donut } from './chartType/donut';
|
14
14
|
import type { DualAxis } from './chartType/dualAxis';
|
15
15
|
import { type Area } from './chartType/area';
|
16
16
|
import { type AreaPercent } from './chartType/areaPercent';
|
17
|
-
|
17
|
+
import { type Funnel, type RoseParallel, type Scatter } from './chartType';
|
18
|
+
export type VSeed = Table | PivotTable | Line | Column | ColumnParallel | ColumnPercent | Bar | BarParallel | BarPercent | Area | AreaPercent | Rose | RoseParallel | Pie | Donut | DualAxis | Scatter | Funnel;
|
18
19
|
export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
19
20
|
chartType: z.ZodLiteral<"line">;
|
20
21
|
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
@@ -6926,4 +6927,1256 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6926
6927
|
"zh-CN": "zh-CN";
|
6927
6928
|
"en-US": "en-US";
|
6928
6929
|
}>>>;
|
6930
|
+
}, z.core.$strip>, z.ZodObject<{
|
6931
|
+
chartType: z.ZodLiteral<"rose">;
|
6932
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
6933
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
6934
|
+
id: z.ZodString;
|
6935
|
+
alias: z.ZodOptional<z.ZodString>;
|
6936
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6937
|
+
location: z.ZodEnum<{
|
6938
|
+
dimension: "dimension";
|
6939
|
+
rowDimension: "rowDimension";
|
6940
|
+
columnDimension: "columnDimension";
|
6941
|
+
}>;
|
6942
|
+
}, z.core.$strip>>>>;
|
6943
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
6944
|
+
id: z.ZodString;
|
6945
|
+
alias: z.ZodOptional<z.ZodString>;
|
6946
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6947
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
6948
|
+
id: z.ZodString;
|
6949
|
+
alias: z.ZodOptional<z.ZodString>;
|
6950
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6951
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6952
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
6953
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
6954
|
+
number: "number";
|
6955
|
+
percent: "percent";
|
6956
|
+
permille: "permille";
|
6957
|
+
}>>>;
|
6958
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
6959
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6960
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6961
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
6962
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
6963
|
+
round: "round";
|
6964
|
+
floor: "floor";
|
6965
|
+
ceil: "ceil";
|
6966
|
+
}>>>;
|
6967
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6968
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6969
|
+
}, z.core.$strip>>>>;
|
6970
|
+
}, z.core.$strip>]>>>;
|
6971
|
+
}, z.core.$strip>, z.ZodObject<{
|
6972
|
+
id: z.ZodString;
|
6973
|
+
alias: z.ZodOptional<z.ZodString>;
|
6974
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6975
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6976
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
6977
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
6978
|
+
number: "number";
|
6979
|
+
percent: "percent";
|
6980
|
+
permille: "permille";
|
6981
|
+
}>>>;
|
6982
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
6983
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6984
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6985
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
6986
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
6987
|
+
round: "round";
|
6988
|
+
floor: "floor";
|
6989
|
+
ceil: "ceil";
|
6990
|
+
}>>>;
|
6991
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6992
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
6993
|
+
}, z.core.$strip>>>>;
|
6994
|
+
}, z.core.$strip>]>>>>;
|
6995
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
6996
|
+
color: z.ZodOptional<z.ZodObject<{
|
6997
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
6998
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
6999
|
+
}, z.core.$strip>>;
|
7000
|
+
label: z.ZodOptional<z.ZodObject<{
|
7001
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7002
|
+
}, z.core.$strip>>;
|
7003
|
+
legend: z.ZodOptional<z.ZodObject<{
|
7004
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7005
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7006
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7007
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7008
|
+
circle: "circle";
|
7009
|
+
cross: "cross";
|
7010
|
+
diamond: "diamond";
|
7011
|
+
square: "square";
|
7012
|
+
arrow: "arrow";
|
7013
|
+
arrow2Left: "arrow2Left";
|
7014
|
+
arrow2Right: "arrow2Right";
|
7015
|
+
wedge: "wedge";
|
7016
|
+
thinTriangle: "thinTriangle";
|
7017
|
+
triangle: "triangle";
|
7018
|
+
triangleUp: "triangleUp";
|
7019
|
+
triangleDown: "triangleDown";
|
7020
|
+
triangleRight: "triangleRight";
|
7021
|
+
triangleLeft: "triangleLeft";
|
7022
|
+
stroke: "stroke";
|
7023
|
+
star: "star";
|
7024
|
+
wye: "wye";
|
7025
|
+
rect: "rect";
|
7026
|
+
arrowLeft: "arrowLeft";
|
7027
|
+
arrowRight: "arrowRight";
|
7028
|
+
rectRound: "rectRound";
|
7029
|
+
roundLine: "roundLine";
|
7030
|
+
}>>>;
|
7031
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7032
|
+
left: "left";
|
7033
|
+
leftTop: "leftTop";
|
7034
|
+
leftBottom: "leftBottom";
|
7035
|
+
lt: "lt";
|
7036
|
+
lb: "lb";
|
7037
|
+
top: "top";
|
7038
|
+
topLeft: "topLeft";
|
7039
|
+
topRight: "topRight";
|
7040
|
+
tl: "tl";
|
7041
|
+
tr: "tr";
|
7042
|
+
right: "right";
|
7043
|
+
rightTop: "rightTop";
|
7044
|
+
rightBottom: "rightBottom";
|
7045
|
+
rt: "rt";
|
7046
|
+
rb: "rb";
|
7047
|
+
bottom: "bottom";
|
7048
|
+
bottomLeft: "bottomLeft";
|
7049
|
+
bottomRight: "bottomRight";
|
7050
|
+
bl: "bl";
|
7051
|
+
br: "br";
|
7052
|
+
}>>>;
|
7053
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7054
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7055
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
7056
|
+
}, z.core.$strip>>;
|
7057
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
7058
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7059
|
+
}, z.core.$strip>>;
|
7060
|
+
theme: z.ZodOptional<z.ZodString>;
|
7061
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7062
|
+
"zh-CN": "zh-CN";
|
7063
|
+
"en-US": "en-US";
|
7064
|
+
}>>>;
|
7065
|
+
}, z.core.$strip>, z.ZodObject<{
|
7066
|
+
chartType: z.ZodLiteral<"roseParallel">;
|
7067
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
7068
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
7069
|
+
id: z.ZodString;
|
7070
|
+
alias: z.ZodOptional<z.ZodString>;
|
7071
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7072
|
+
location: z.ZodEnum<{
|
7073
|
+
dimension: "dimension";
|
7074
|
+
rowDimension: "rowDimension";
|
7075
|
+
columnDimension: "columnDimension";
|
7076
|
+
}>;
|
7077
|
+
}, z.core.$strip>>>>;
|
7078
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
7079
|
+
id: z.ZodString;
|
7080
|
+
alias: z.ZodOptional<z.ZodString>;
|
7081
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7082
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
7083
|
+
id: z.ZodString;
|
7084
|
+
alias: z.ZodOptional<z.ZodString>;
|
7085
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7086
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7087
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7088
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7089
|
+
number: "number";
|
7090
|
+
percent: "percent";
|
7091
|
+
permille: "permille";
|
7092
|
+
}>>>;
|
7093
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7094
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7095
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7096
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7097
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7098
|
+
round: "round";
|
7099
|
+
floor: "floor";
|
7100
|
+
ceil: "ceil";
|
7101
|
+
}>>>;
|
7102
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7103
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7104
|
+
}, z.core.$strip>>>>;
|
7105
|
+
}, z.core.$strip>]>>>;
|
7106
|
+
}, z.core.$strip>, z.ZodObject<{
|
7107
|
+
id: z.ZodString;
|
7108
|
+
alias: z.ZodOptional<z.ZodString>;
|
7109
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7110
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7111
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7112
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7113
|
+
number: "number";
|
7114
|
+
percent: "percent";
|
7115
|
+
permille: "permille";
|
7116
|
+
}>>>;
|
7117
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7118
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7119
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7120
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7121
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7122
|
+
round: "round";
|
7123
|
+
floor: "floor";
|
7124
|
+
ceil: "ceil";
|
7125
|
+
}>>>;
|
7126
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7127
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7128
|
+
}, z.core.$strip>>>>;
|
7129
|
+
}, z.core.$strip>]>>>>;
|
7130
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7131
|
+
color: z.ZodOptional<z.ZodObject<{
|
7132
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
7133
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
7134
|
+
}, z.core.$strip>>;
|
7135
|
+
label: z.ZodOptional<z.ZodObject<{
|
7136
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7137
|
+
}, z.core.$strip>>;
|
7138
|
+
legend: z.ZodOptional<z.ZodObject<{
|
7139
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7140
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7141
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7142
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7143
|
+
circle: "circle";
|
7144
|
+
cross: "cross";
|
7145
|
+
diamond: "diamond";
|
7146
|
+
square: "square";
|
7147
|
+
arrow: "arrow";
|
7148
|
+
arrow2Left: "arrow2Left";
|
7149
|
+
arrow2Right: "arrow2Right";
|
7150
|
+
wedge: "wedge";
|
7151
|
+
thinTriangle: "thinTriangle";
|
7152
|
+
triangle: "triangle";
|
7153
|
+
triangleUp: "triangleUp";
|
7154
|
+
triangleDown: "triangleDown";
|
7155
|
+
triangleRight: "triangleRight";
|
7156
|
+
triangleLeft: "triangleLeft";
|
7157
|
+
stroke: "stroke";
|
7158
|
+
star: "star";
|
7159
|
+
wye: "wye";
|
7160
|
+
rect: "rect";
|
7161
|
+
arrowLeft: "arrowLeft";
|
7162
|
+
arrowRight: "arrowRight";
|
7163
|
+
rectRound: "rectRound";
|
7164
|
+
roundLine: "roundLine";
|
7165
|
+
}>>>;
|
7166
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7167
|
+
left: "left";
|
7168
|
+
leftTop: "leftTop";
|
7169
|
+
leftBottom: "leftBottom";
|
7170
|
+
lt: "lt";
|
7171
|
+
lb: "lb";
|
7172
|
+
top: "top";
|
7173
|
+
topLeft: "topLeft";
|
7174
|
+
topRight: "topRight";
|
7175
|
+
tl: "tl";
|
7176
|
+
tr: "tr";
|
7177
|
+
right: "right";
|
7178
|
+
rightTop: "rightTop";
|
7179
|
+
rightBottom: "rightBottom";
|
7180
|
+
rt: "rt";
|
7181
|
+
rb: "rb";
|
7182
|
+
bottom: "bottom";
|
7183
|
+
bottomLeft: "bottomLeft";
|
7184
|
+
bottomRight: "bottomRight";
|
7185
|
+
bl: "bl";
|
7186
|
+
br: "br";
|
7187
|
+
}>>>;
|
7188
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7189
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7190
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
7191
|
+
}, z.core.$strip>>;
|
7192
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
7193
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7194
|
+
}, z.core.$strip>>;
|
7195
|
+
theme: z.ZodOptional<z.ZodString>;
|
7196
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7197
|
+
"zh-CN": "zh-CN";
|
7198
|
+
"en-US": "en-US";
|
7199
|
+
}>>>;
|
7200
|
+
}, z.core.$strip>, z.ZodObject<{
|
7201
|
+
chartType: z.ZodLiteral<"scatter">;
|
7202
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
7203
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
7204
|
+
id: z.ZodString;
|
7205
|
+
alias: z.ZodOptional<z.ZodString>;
|
7206
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7207
|
+
location: z.ZodEnum<{
|
7208
|
+
dimension: "dimension";
|
7209
|
+
rowDimension: "rowDimension";
|
7210
|
+
columnDimension: "columnDimension";
|
7211
|
+
}>;
|
7212
|
+
}, z.core.$strip>>>>;
|
7213
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
7214
|
+
id: z.ZodString;
|
7215
|
+
alias: z.ZodOptional<z.ZodString>;
|
7216
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7217
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
7218
|
+
id: z.ZodString;
|
7219
|
+
alias: z.ZodOptional<z.ZodString>;
|
7220
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7221
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7222
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7223
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7224
|
+
number: "number";
|
7225
|
+
percent: "percent";
|
7226
|
+
permille: "permille";
|
7227
|
+
}>>>;
|
7228
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7229
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7230
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7231
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7232
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7233
|
+
round: "round";
|
7234
|
+
floor: "floor";
|
7235
|
+
ceil: "ceil";
|
7236
|
+
}>>>;
|
7237
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7238
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7239
|
+
}, z.core.$strip>>>>;
|
7240
|
+
}, z.core.$strip>]>>>;
|
7241
|
+
}, z.core.$strip>, z.ZodObject<{
|
7242
|
+
id: z.ZodString;
|
7243
|
+
alias: z.ZodOptional<z.ZodString>;
|
7244
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7245
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7246
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7247
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7248
|
+
number: "number";
|
7249
|
+
percent: "percent";
|
7250
|
+
permille: "permille";
|
7251
|
+
}>>>;
|
7252
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7253
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7254
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7255
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7256
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7257
|
+
round: "round";
|
7258
|
+
floor: "floor";
|
7259
|
+
ceil: "ceil";
|
7260
|
+
}>>>;
|
7261
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7262
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7263
|
+
}, z.core.$strip>>>>;
|
7264
|
+
}, z.core.$strip>]>>>>;
|
7265
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7266
|
+
color: z.ZodOptional<z.ZodObject<{
|
7267
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
7268
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
7269
|
+
}, z.core.$strip>>;
|
7270
|
+
label: z.ZodOptional<z.ZodObject<{
|
7271
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7272
|
+
}, z.core.$strip>>;
|
7273
|
+
legend: z.ZodOptional<z.ZodObject<{
|
7274
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7275
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7276
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7277
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7278
|
+
circle: "circle";
|
7279
|
+
cross: "cross";
|
7280
|
+
diamond: "diamond";
|
7281
|
+
square: "square";
|
7282
|
+
arrow: "arrow";
|
7283
|
+
arrow2Left: "arrow2Left";
|
7284
|
+
arrow2Right: "arrow2Right";
|
7285
|
+
wedge: "wedge";
|
7286
|
+
thinTriangle: "thinTriangle";
|
7287
|
+
triangle: "triangle";
|
7288
|
+
triangleUp: "triangleUp";
|
7289
|
+
triangleDown: "triangleDown";
|
7290
|
+
triangleRight: "triangleRight";
|
7291
|
+
triangleLeft: "triangleLeft";
|
7292
|
+
stroke: "stroke";
|
7293
|
+
star: "star";
|
7294
|
+
wye: "wye";
|
7295
|
+
rect: "rect";
|
7296
|
+
arrowLeft: "arrowLeft";
|
7297
|
+
arrowRight: "arrowRight";
|
7298
|
+
rectRound: "rectRound";
|
7299
|
+
roundLine: "roundLine";
|
7300
|
+
}>>>;
|
7301
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7302
|
+
left: "left";
|
7303
|
+
leftTop: "leftTop";
|
7304
|
+
leftBottom: "leftBottom";
|
7305
|
+
lt: "lt";
|
7306
|
+
lb: "lb";
|
7307
|
+
top: "top";
|
7308
|
+
topLeft: "topLeft";
|
7309
|
+
topRight: "topRight";
|
7310
|
+
tl: "tl";
|
7311
|
+
tr: "tr";
|
7312
|
+
right: "right";
|
7313
|
+
rightTop: "rightTop";
|
7314
|
+
rightBottom: "rightBottom";
|
7315
|
+
rt: "rt";
|
7316
|
+
rb: "rb";
|
7317
|
+
bottom: "bottom";
|
7318
|
+
bottomLeft: "bottomLeft";
|
7319
|
+
bottomRight: "bottomRight";
|
7320
|
+
bl: "bl";
|
7321
|
+
br: "br";
|
7322
|
+
}>>>;
|
7323
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7324
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7325
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
7326
|
+
}, z.core.$strip>>;
|
7327
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
7328
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7329
|
+
}, z.core.$strip>>;
|
7330
|
+
xAxis: z.ZodOptional<z.ZodObject<{
|
7331
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7332
|
+
min: z.ZodOptional<z.ZodNumber>;
|
7333
|
+
max: z.ZodOptional<z.ZodNumber>;
|
7334
|
+
nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7335
|
+
zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7336
|
+
inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7337
|
+
label: z.ZodOptional<z.ZodObject<{
|
7338
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7339
|
+
labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7340
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7341
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7342
|
+
labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7343
|
+
}, z.core.$strip>>;
|
7344
|
+
line: z.ZodOptional<z.ZodObject<{
|
7345
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7346
|
+
lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7347
|
+
lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7348
|
+
}, z.core.$strip>>;
|
7349
|
+
tick: z.ZodOptional<z.ZodObject<{
|
7350
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7351
|
+
tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7352
|
+
tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7353
|
+
tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7354
|
+
}, z.core.$strip>>;
|
7355
|
+
title: z.ZodOptional<z.ZodObject<{
|
7356
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7357
|
+
titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7358
|
+
titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7359
|
+
titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7360
|
+
titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7361
|
+
}, z.core.$strip>>;
|
7362
|
+
grid: z.ZodOptional<z.ZodObject<{
|
7363
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7364
|
+
gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7365
|
+
gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7366
|
+
}, z.core.$strip>>;
|
7367
|
+
}, z.core.$strip>>;
|
7368
|
+
yAxis: z.ZodOptional<z.ZodObject<{
|
7369
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7370
|
+
min: z.ZodOptional<z.ZodNumber>;
|
7371
|
+
max: z.ZodOptional<z.ZodNumber>;
|
7372
|
+
nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7373
|
+
zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7374
|
+
inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7375
|
+
label: z.ZodOptional<z.ZodObject<{
|
7376
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7377
|
+
labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7378
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7379
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7380
|
+
labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7381
|
+
}, z.core.$strip>>;
|
7382
|
+
line: z.ZodOptional<z.ZodObject<{
|
7383
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7384
|
+
lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7385
|
+
lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7386
|
+
}, z.core.$strip>>;
|
7387
|
+
tick: z.ZodOptional<z.ZodObject<{
|
7388
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7389
|
+
tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7390
|
+
tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7391
|
+
tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7392
|
+
}, z.core.$strip>>;
|
7393
|
+
title: z.ZodOptional<z.ZodObject<{
|
7394
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7395
|
+
titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7396
|
+
titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7397
|
+
titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7398
|
+
titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7399
|
+
}, z.core.$strip>>;
|
7400
|
+
grid: z.ZodOptional<z.ZodObject<{
|
7401
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7402
|
+
gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7403
|
+
gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7404
|
+
}, z.core.$strip>>;
|
7405
|
+
}, z.core.$strip>>;
|
7406
|
+
crosshairLine: z.ZodOptional<z.ZodObject<{
|
7407
|
+
visible: z.ZodOptional<z.ZodBoolean>;
|
7408
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
7409
|
+
labelColor: z.ZodOptional<z.ZodString>;
|
7410
|
+
labelVisible: z.ZodOptional<z.ZodBoolean>;
|
7411
|
+
labelBackgroundColor: z.ZodOptional<z.ZodString>;
|
7412
|
+
}, z.core.$strip>>;
|
7413
|
+
theme: z.ZodOptional<z.ZodString>;
|
7414
|
+
pointStyle: z.ZodOptional<z.ZodObject<{
|
7415
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7416
|
+
field: z.ZodString;
|
7417
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7418
|
+
"=": "=";
|
7419
|
+
"==": "==";
|
7420
|
+
"!=": "!=";
|
7421
|
+
">": ">";
|
7422
|
+
"<": "<";
|
7423
|
+
">=": ">=";
|
7424
|
+
"<=": "<=";
|
7425
|
+
between: "between";
|
7426
|
+
}>>;
|
7427
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7428
|
+
"=": "=";
|
7429
|
+
"==": "==";
|
7430
|
+
"!=": "!=";
|
7431
|
+
">": ">";
|
7432
|
+
"<": "<";
|
7433
|
+
">=": ">=";
|
7434
|
+
"<=": "<=";
|
7435
|
+
between: "between";
|
7436
|
+
}>>;
|
7437
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7438
|
+
}, z.core.$strip>, z.ZodObject<{
|
7439
|
+
field: z.ZodString;
|
7440
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7441
|
+
in: "in";
|
7442
|
+
"not in": "not in";
|
7443
|
+
}>>;
|
7444
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7445
|
+
in: "in";
|
7446
|
+
"not in": "not in";
|
7447
|
+
}>>;
|
7448
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7449
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7450
|
+
field: z.ZodString;
|
7451
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7452
|
+
"=": "=";
|
7453
|
+
"==": "==";
|
7454
|
+
"!=": "!=";
|
7455
|
+
">": ">";
|
7456
|
+
"<": "<";
|
7457
|
+
">=": ">=";
|
7458
|
+
"<=": "<=";
|
7459
|
+
between: "between";
|
7460
|
+
}>>;
|
7461
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7462
|
+
"=": "=";
|
7463
|
+
"==": "==";
|
7464
|
+
"!=": "!=";
|
7465
|
+
">": ">";
|
7466
|
+
"<": "<";
|
7467
|
+
">=": ">=";
|
7468
|
+
"<=": "<=";
|
7469
|
+
between: "between";
|
7470
|
+
}>>;
|
7471
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7472
|
+
}, z.core.$strip>, z.ZodObject<{
|
7473
|
+
field: z.ZodString;
|
7474
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7475
|
+
in: "in";
|
7476
|
+
"not in": "not in";
|
7477
|
+
}>>;
|
7478
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7479
|
+
in: "in";
|
7480
|
+
"not in": "not in";
|
7481
|
+
}>>;
|
7482
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7483
|
+
}, z.core.$strip>]>>]>>;
|
7484
|
+
pointSize: z.ZodOptional<z.ZodNumber>;
|
7485
|
+
pointColor: z.ZodOptional<z.ZodString>;
|
7486
|
+
pointColorOpacity: z.ZodOptional<z.ZodNumber>;
|
7487
|
+
pointBorderColor: z.ZodOptional<z.ZodString>;
|
7488
|
+
pointBorderWidth: z.ZodOptional<z.ZodNumber>;
|
7489
|
+
pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
7490
|
+
solid: "solid";
|
7491
|
+
dashed: "dashed";
|
7492
|
+
dotted: "dotted";
|
7493
|
+
}>]>>;
|
7494
|
+
}, z.core.$strip>>;
|
7495
|
+
annotationPoint: z.ZodOptional<z.ZodObject<{
|
7496
|
+
selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7497
|
+
field: z.ZodString;
|
7498
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7499
|
+
"=": "=";
|
7500
|
+
"==": "==";
|
7501
|
+
"!=": "!=";
|
7502
|
+
">": ">";
|
7503
|
+
"<": "<";
|
7504
|
+
">=": ">=";
|
7505
|
+
"<=": "<=";
|
7506
|
+
between: "between";
|
7507
|
+
}>>;
|
7508
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7509
|
+
"=": "=";
|
7510
|
+
"==": "==";
|
7511
|
+
"!=": "!=";
|
7512
|
+
">": ">";
|
7513
|
+
"<": "<";
|
7514
|
+
">=": ">=";
|
7515
|
+
"<=": "<=";
|
7516
|
+
between: "between";
|
7517
|
+
}>>;
|
7518
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7519
|
+
}, z.core.$strip>, z.ZodObject<{
|
7520
|
+
field: z.ZodString;
|
7521
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7522
|
+
in: "in";
|
7523
|
+
"not in": "not in";
|
7524
|
+
}>>;
|
7525
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7526
|
+
in: "in";
|
7527
|
+
"not in": "not in";
|
7528
|
+
}>>;
|
7529
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7530
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7531
|
+
field: z.ZodString;
|
7532
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7533
|
+
"=": "=";
|
7534
|
+
"==": "==";
|
7535
|
+
"!=": "!=";
|
7536
|
+
">": ">";
|
7537
|
+
"<": "<";
|
7538
|
+
">=": ">=";
|
7539
|
+
"<=": "<=";
|
7540
|
+
between: "between";
|
7541
|
+
}>>;
|
7542
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7543
|
+
"=": "=";
|
7544
|
+
"==": "==";
|
7545
|
+
"!=": "!=";
|
7546
|
+
">": ">";
|
7547
|
+
"<": "<";
|
7548
|
+
">=": ">=";
|
7549
|
+
"<=": "<=";
|
7550
|
+
between: "between";
|
7551
|
+
}>>;
|
7552
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7553
|
+
}, z.core.$strip>, z.ZodObject<{
|
7554
|
+
field: z.ZodString;
|
7555
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7556
|
+
in: "in";
|
7557
|
+
"not in": "not in";
|
7558
|
+
}>>;
|
7559
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7560
|
+
in: "in";
|
7561
|
+
"not in": "not in";
|
7562
|
+
}>>;
|
7563
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7564
|
+
}, z.core.$strip>]>>]>;
|
7565
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
7566
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7567
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7568
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7569
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7570
|
+
left: "left";
|
7571
|
+
right: "right";
|
7572
|
+
center: "center";
|
7573
|
+
}>>>;
|
7574
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7575
|
+
top: "top";
|
7576
|
+
bottom: "bottom";
|
7577
|
+
middle: "middle";
|
7578
|
+
}>>>;
|
7579
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7580
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7581
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
7582
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7583
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7584
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
7585
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7586
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7587
|
+
}, z.core.$strip>>;
|
7588
|
+
annotationVerticalLine: z.ZodOptional<z.ZodObject<{
|
7589
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7590
|
+
field: z.ZodString;
|
7591
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7592
|
+
"=": "=";
|
7593
|
+
"==": "==";
|
7594
|
+
"!=": "!=";
|
7595
|
+
">": ">";
|
7596
|
+
"<": "<";
|
7597
|
+
">=": ">=";
|
7598
|
+
"<=": "<=";
|
7599
|
+
between: "between";
|
7600
|
+
}>>;
|
7601
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7602
|
+
"=": "=";
|
7603
|
+
"==": "==";
|
7604
|
+
"!=": "!=";
|
7605
|
+
">": ">";
|
7606
|
+
"<": "<";
|
7607
|
+
">=": ">=";
|
7608
|
+
"<=": "<=";
|
7609
|
+
between: "between";
|
7610
|
+
}>>;
|
7611
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7612
|
+
}, z.core.$strip>, z.ZodObject<{
|
7613
|
+
field: z.ZodString;
|
7614
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7615
|
+
in: "in";
|
7616
|
+
"not in": "not in";
|
7617
|
+
}>>;
|
7618
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7619
|
+
in: "in";
|
7620
|
+
"not in": "not in";
|
7621
|
+
}>>;
|
7622
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7623
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7624
|
+
field: z.ZodString;
|
7625
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7626
|
+
"=": "=";
|
7627
|
+
"==": "==";
|
7628
|
+
"!=": "!=";
|
7629
|
+
">": ">";
|
7630
|
+
"<": "<";
|
7631
|
+
">=": ">=";
|
7632
|
+
"<=": "<=";
|
7633
|
+
between: "between";
|
7634
|
+
}>>;
|
7635
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7636
|
+
"=": "=";
|
7637
|
+
"==": "==";
|
7638
|
+
"!=": "!=";
|
7639
|
+
">": ">";
|
7640
|
+
"<": "<";
|
7641
|
+
">=": ">=";
|
7642
|
+
"<=": "<=";
|
7643
|
+
between: "between";
|
7644
|
+
}>>;
|
7645
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7646
|
+
}, z.core.$strip>, z.ZodObject<{
|
7647
|
+
field: z.ZodString;
|
7648
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7649
|
+
in: "in";
|
7650
|
+
"not in": "not in";
|
7651
|
+
}>>;
|
7652
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7653
|
+
in: "in";
|
7654
|
+
"not in": "not in";
|
7655
|
+
}>>;
|
7656
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7657
|
+
}, z.core.$strip>]>>]>>;
|
7658
|
+
xValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
|
7659
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
7660
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7661
|
+
outsideStart: "outsideStart";
|
7662
|
+
outsideEnd: "outsideEnd";
|
7663
|
+
outsideMiddle: "outsideMiddle";
|
7664
|
+
insideStart: "insideStart";
|
7665
|
+
insideMiddle: "insideMiddle";
|
7666
|
+
insideEnd: "insideEnd";
|
7667
|
+
}>>>;
|
7668
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7669
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7670
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7671
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7672
|
+
left: "left";
|
7673
|
+
right: "right";
|
7674
|
+
center: "center";
|
7675
|
+
}>>>;
|
7676
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7677
|
+
top: "top";
|
7678
|
+
bottom: "bottom";
|
7679
|
+
middle: "middle";
|
7680
|
+
}>>>;
|
7681
|
+
lineVisible: z.ZodOptional<z.ZodBoolean>;
|
7682
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
7683
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
7684
|
+
lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
|
7685
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7686
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7687
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
7688
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7689
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7690
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
7691
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7692
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7693
|
+
}, z.core.$strip>>;
|
7694
|
+
annotationHorizontalLine: z.ZodOptional<z.ZodObject<{
|
7695
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7696
|
+
field: z.ZodString;
|
7697
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7698
|
+
"=": "=";
|
7699
|
+
"==": "==";
|
7700
|
+
"!=": "!=";
|
7701
|
+
">": ">";
|
7702
|
+
"<": "<";
|
7703
|
+
">=": ">=";
|
7704
|
+
"<=": "<=";
|
7705
|
+
between: "between";
|
7706
|
+
}>>;
|
7707
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7708
|
+
"=": "=";
|
7709
|
+
"==": "==";
|
7710
|
+
"!=": "!=";
|
7711
|
+
">": ">";
|
7712
|
+
"<": "<";
|
7713
|
+
">=": ">=";
|
7714
|
+
"<=": "<=";
|
7715
|
+
between: "between";
|
7716
|
+
}>>;
|
7717
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7718
|
+
}, z.core.$strip>, z.ZodObject<{
|
7719
|
+
field: z.ZodString;
|
7720
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7721
|
+
in: "in";
|
7722
|
+
"not in": "not in";
|
7723
|
+
}>>;
|
7724
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7725
|
+
in: "in";
|
7726
|
+
"not in": "not in";
|
7727
|
+
}>>;
|
7728
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7729
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7730
|
+
field: z.ZodString;
|
7731
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7732
|
+
"=": "=";
|
7733
|
+
"==": "==";
|
7734
|
+
"!=": "!=";
|
7735
|
+
">": ">";
|
7736
|
+
"<": "<";
|
7737
|
+
">=": ">=";
|
7738
|
+
"<=": "<=";
|
7739
|
+
between: "between";
|
7740
|
+
}>>;
|
7741
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7742
|
+
"=": "=";
|
7743
|
+
"==": "==";
|
7744
|
+
"!=": "!=";
|
7745
|
+
">": ">";
|
7746
|
+
"<": "<";
|
7747
|
+
">=": ">=";
|
7748
|
+
"<=": "<=";
|
7749
|
+
between: "between";
|
7750
|
+
}>>;
|
7751
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7752
|
+
}, z.core.$strip>, z.ZodObject<{
|
7753
|
+
field: z.ZodString;
|
7754
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7755
|
+
in: "in";
|
7756
|
+
"not in": "not in";
|
7757
|
+
}>>;
|
7758
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7759
|
+
in: "in";
|
7760
|
+
"not in": "not in";
|
7761
|
+
}>>;
|
7762
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7763
|
+
}, z.core.$strip>]>>]>>;
|
7764
|
+
yValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
|
7765
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
7766
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7767
|
+
outsideStart: "outsideStart";
|
7768
|
+
outsideEnd: "outsideEnd";
|
7769
|
+
outsideMiddle: "outsideMiddle";
|
7770
|
+
insideStart: "insideStart";
|
7771
|
+
insideMiddle: "insideMiddle";
|
7772
|
+
insideEnd: "insideEnd";
|
7773
|
+
}>>>;
|
7774
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7775
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7776
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7777
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7778
|
+
left: "left";
|
7779
|
+
right: "right";
|
7780
|
+
center: "center";
|
7781
|
+
}>>>;
|
7782
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7783
|
+
top: "top";
|
7784
|
+
bottom: "bottom";
|
7785
|
+
middle: "middle";
|
7786
|
+
}>>>;
|
7787
|
+
lineVisible: z.ZodOptional<z.ZodBoolean>;
|
7788
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
7789
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
7790
|
+
lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
|
7791
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7792
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7793
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
7794
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7795
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7796
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
7797
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7798
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7799
|
+
}, z.core.$strip>>;
|
7800
|
+
annotationArea: z.ZodOptional<z.ZodObject<{
|
7801
|
+
selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7802
|
+
field: z.ZodString;
|
7803
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7804
|
+
"=": "=";
|
7805
|
+
"==": "==";
|
7806
|
+
"!=": "!=";
|
7807
|
+
">": ">";
|
7808
|
+
"<": "<";
|
7809
|
+
">=": ">=";
|
7810
|
+
"<=": "<=";
|
7811
|
+
between: "between";
|
7812
|
+
}>>;
|
7813
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7814
|
+
"=": "=";
|
7815
|
+
"==": "==";
|
7816
|
+
"!=": "!=";
|
7817
|
+
">": ">";
|
7818
|
+
"<": "<";
|
7819
|
+
">=": ">=";
|
7820
|
+
"<=": "<=";
|
7821
|
+
between: "between";
|
7822
|
+
}>>;
|
7823
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7824
|
+
}, z.core.$strip>, z.ZodObject<{
|
7825
|
+
field: z.ZodString;
|
7826
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7827
|
+
in: "in";
|
7828
|
+
"not in": "not in";
|
7829
|
+
}>>;
|
7830
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7831
|
+
in: "in";
|
7832
|
+
"not in": "not in";
|
7833
|
+
}>>;
|
7834
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7835
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
7836
|
+
field: z.ZodString;
|
7837
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7838
|
+
"=": "=";
|
7839
|
+
"==": "==";
|
7840
|
+
"!=": "!=";
|
7841
|
+
">": ">";
|
7842
|
+
"<": "<";
|
7843
|
+
">=": ">=";
|
7844
|
+
"<=": "<=";
|
7845
|
+
between: "between";
|
7846
|
+
}>>;
|
7847
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7848
|
+
"=": "=";
|
7849
|
+
"==": "==";
|
7850
|
+
"!=": "!=";
|
7851
|
+
">": ">";
|
7852
|
+
"<": "<";
|
7853
|
+
">=": ">=";
|
7854
|
+
"<=": "<=";
|
7855
|
+
between: "between";
|
7856
|
+
}>>;
|
7857
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7858
|
+
}, z.core.$strip>, z.ZodObject<{
|
7859
|
+
field: z.ZodString;
|
7860
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
7861
|
+
in: "in";
|
7862
|
+
"not in": "not in";
|
7863
|
+
}>>;
|
7864
|
+
op: z.ZodOptional<z.ZodEnum<{
|
7865
|
+
in: "in";
|
7866
|
+
"not in": "not in";
|
7867
|
+
}>>;
|
7868
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
7869
|
+
}, z.core.$strip>]>>]>;
|
7870
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7871
|
+
left: "left";
|
7872
|
+
top: "top";
|
7873
|
+
topLeft: "topLeft";
|
7874
|
+
topRight: "topRight";
|
7875
|
+
right: "right";
|
7876
|
+
bottom: "bottom";
|
7877
|
+
bottomLeft: "bottomLeft";
|
7878
|
+
bottomRight: "bottomRight";
|
7879
|
+
}>>>;
|
7880
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
7881
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7882
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7883
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7884
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7885
|
+
left: "left";
|
7886
|
+
right: "right";
|
7887
|
+
center: "center";
|
7888
|
+
}>>>;
|
7889
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7890
|
+
top: "top";
|
7891
|
+
bottom: "bottom";
|
7892
|
+
middle: "middle";
|
7893
|
+
}>>>;
|
7894
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7895
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7896
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
7897
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7898
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7899
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
7900
|
+
areaColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7901
|
+
areaColorOpacity: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7902
|
+
areaBorderColor: z.ZodOptional<z.ZodNumber>;
|
7903
|
+
areaBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7904
|
+
areaBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7905
|
+
outerPadding: z.ZodOptional<z.ZodNumber>;
|
7906
|
+
}, z.core.$strip>>;
|
7907
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7908
|
+
"zh-CN": "zh-CN";
|
7909
|
+
"en-US": "en-US";
|
7910
|
+
}>>>;
|
7911
|
+
}, z.core.$strip>, z.ZodObject<{
|
7912
|
+
chartType: z.ZodLiteral<"donut">;
|
7913
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
7914
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
7915
|
+
id: z.ZodString;
|
7916
|
+
alias: z.ZodOptional<z.ZodString>;
|
7917
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7918
|
+
location: z.ZodEnum<{
|
7919
|
+
dimension: "dimension";
|
7920
|
+
rowDimension: "rowDimension";
|
7921
|
+
columnDimension: "columnDimension";
|
7922
|
+
}>;
|
7923
|
+
}, z.core.$strip>>>>;
|
7924
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
7925
|
+
id: z.ZodString;
|
7926
|
+
alias: z.ZodOptional<z.ZodString>;
|
7927
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7928
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
7929
|
+
id: z.ZodString;
|
7930
|
+
alias: z.ZodOptional<z.ZodString>;
|
7931
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7932
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7933
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7934
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7935
|
+
number: "number";
|
7936
|
+
percent: "percent";
|
7937
|
+
permille: "permille";
|
7938
|
+
}>>>;
|
7939
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7940
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7941
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7942
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7943
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7944
|
+
round: "round";
|
7945
|
+
floor: "floor";
|
7946
|
+
ceil: "ceil";
|
7947
|
+
}>>>;
|
7948
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7949
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7950
|
+
}, z.core.$strip>>>>;
|
7951
|
+
}, z.core.$strip>]>>>;
|
7952
|
+
}, z.core.$strip>, z.ZodObject<{
|
7953
|
+
id: z.ZodString;
|
7954
|
+
alias: z.ZodOptional<z.ZodString>;
|
7955
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7956
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7957
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
7958
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7959
|
+
number: "number";
|
7960
|
+
percent: "percent";
|
7961
|
+
permille: "permille";
|
7962
|
+
}>>>;
|
7963
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7964
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7965
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7966
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7967
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7968
|
+
round: "round";
|
7969
|
+
floor: "floor";
|
7970
|
+
ceil: "ceil";
|
7971
|
+
}>>>;
|
7972
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7973
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
7974
|
+
}, z.core.$strip>>>>;
|
7975
|
+
}, z.core.$strip>]>>>>;
|
7976
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7977
|
+
color: z.ZodOptional<z.ZodObject<{
|
7978
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
7979
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
7980
|
+
}, z.core.$strip>>;
|
7981
|
+
label: z.ZodOptional<z.ZodObject<{
|
7982
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7983
|
+
}, z.core.$strip>>;
|
7984
|
+
legend: z.ZodOptional<z.ZodObject<{
|
7985
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7986
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7987
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
7988
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
7989
|
+
circle: "circle";
|
7990
|
+
cross: "cross";
|
7991
|
+
diamond: "diamond";
|
7992
|
+
square: "square";
|
7993
|
+
arrow: "arrow";
|
7994
|
+
arrow2Left: "arrow2Left";
|
7995
|
+
arrow2Right: "arrow2Right";
|
7996
|
+
wedge: "wedge";
|
7997
|
+
thinTriangle: "thinTriangle";
|
7998
|
+
triangle: "triangle";
|
7999
|
+
triangleUp: "triangleUp";
|
8000
|
+
triangleDown: "triangleDown";
|
8001
|
+
triangleRight: "triangleRight";
|
8002
|
+
triangleLeft: "triangleLeft";
|
8003
|
+
stroke: "stroke";
|
8004
|
+
star: "star";
|
8005
|
+
wye: "wye";
|
8006
|
+
rect: "rect";
|
8007
|
+
arrowLeft: "arrowLeft";
|
8008
|
+
arrowRight: "arrowRight";
|
8009
|
+
rectRound: "rectRound";
|
8010
|
+
roundLine: "roundLine";
|
8011
|
+
}>>>;
|
8012
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8013
|
+
left: "left";
|
8014
|
+
leftTop: "leftTop";
|
8015
|
+
leftBottom: "leftBottom";
|
8016
|
+
lt: "lt";
|
8017
|
+
lb: "lb";
|
8018
|
+
top: "top";
|
8019
|
+
topLeft: "topLeft";
|
8020
|
+
topRight: "topRight";
|
8021
|
+
tl: "tl";
|
8022
|
+
tr: "tr";
|
8023
|
+
right: "right";
|
8024
|
+
rightTop: "rightTop";
|
8025
|
+
rightBottom: "rightBottom";
|
8026
|
+
rt: "rt";
|
8027
|
+
rb: "rb";
|
8028
|
+
bottom: "bottom";
|
8029
|
+
bottomLeft: "bottomLeft";
|
8030
|
+
bottomRight: "bottomRight";
|
8031
|
+
bl: "bl";
|
8032
|
+
br: "br";
|
8033
|
+
}>>>;
|
8034
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8035
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8036
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
8037
|
+
}, z.core.$strip>>;
|
8038
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
8039
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8040
|
+
}, z.core.$strip>>;
|
8041
|
+
theme: z.ZodOptional<z.ZodString>;
|
8042
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8043
|
+
"zh-CN": "zh-CN";
|
8044
|
+
"en-US": "en-US";
|
8045
|
+
}>>>;
|
8046
|
+
}, z.core.$strip>, z.ZodObject<{
|
8047
|
+
chartType: z.ZodLiteral<"funnel">;
|
8048
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
8049
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
8050
|
+
id: z.ZodString;
|
8051
|
+
alias: z.ZodOptional<z.ZodString>;
|
8052
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8053
|
+
location: z.ZodEnum<{
|
8054
|
+
dimension: "dimension";
|
8055
|
+
rowDimension: "rowDimension";
|
8056
|
+
columnDimension: "columnDimension";
|
8057
|
+
}>;
|
8058
|
+
}, z.core.$strip>>>>;
|
8059
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
8060
|
+
id: z.ZodString;
|
8061
|
+
alias: z.ZodOptional<z.ZodString>;
|
8062
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8063
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
8064
|
+
id: z.ZodString;
|
8065
|
+
alias: z.ZodOptional<z.ZodString>;
|
8066
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8067
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8068
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
8069
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8070
|
+
number: "number";
|
8071
|
+
percent: "percent";
|
8072
|
+
permille: "permille";
|
8073
|
+
}>>>;
|
8074
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8075
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8076
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8077
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8078
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8079
|
+
round: "round";
|
8080
|
+
floor: "floor";
|
8081
|
+
ceil: "ceil";
|
8082
|
+
}>>>;
|
8083
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8084
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8085
|
+
}, z.core.$strip>>>>;
|
8086
|
+
}, z.core.$strip>]>>>;
|
8087
|
+
}, z.core.$strip>, z.ZodObject<{
|
8088
|
+
id: z.ZodString;
|
8089
|
+
alias: z.ZodOptional<z.ZodString>;
|
8090
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8091
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8092
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
8093
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8094
|
+
number: "number";
|
8095
|
+
percent: "percent";
|
8096
|
+
permille: "permille";
|
8097
|
+
}>>>;
|
8098
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8099
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8100
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8101
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8102
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8103
|
+
round: "round";
|
8104
|
+
floor: "floor";
|
8105
|
+
ceil: "ceil";
|
8106
|
+
}>>>;
|
8107
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8108
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8109
|
+
}, z.core.$strip>>>>;
|
8110
|
+
}, z.core.$strip>]>>>>;
|
8111
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
8112
|
+
color: z.ZodOptional<z.ZodObject<{
|
8113
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
8114
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
8115
|
+
}, z.core.$strip>>;
|
8116
|
+
label: z.ZodOptional<z.ZodObject<{
|
8117
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8118
|
+
}, z.core.$strip>>;
|
8119
|
+
legend: z.ZodOptional<z.ZodObject<{
|
8120
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8121
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8122
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8123
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8124
|
+
circle: "circle";
|
8125
|
+
cross: "cross";
|
8126
|
+
diamond: "diamond";
|
8127
|
+
square: "square";
|
8128
|
+
arrow: "arrow";
|
8129
|
+
arrow2Left: "arrow2Left";
|
8130
|
+
arrow2Right: "arrow2Right";
|
8131
|
+
wedge: "wedge";
|
8132
|
+
thinTriangle: "thinTriangle";
|
8133
|
+
triangle: "triangle";
|
8134
|
+
triangleUp: "triangleUp";
|
8135
|
+
triangleDown: "triangleDown";
|
8136
|
+
triangleRight: "triangleRight";
|
8137
|
+
triangleLeft: "triangleLeft";
|
8138
|
+
stroke: "stroke";
|
8139
|
+
star: "star";
|
8140
|
+
wye: "wye";
|
8141
|
+
rect: "rect";
|
8142
|
+
arrowLeft: "arrowLeft";
|
8143
|
+
arrowRight: "arrowRight";
|
8144
|
+
rectRound: "rectRound";
|
8145
|
+
roundLine: "roundLine";
|
8146
|
+
}>>>;
|
8147
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8148
|
+
left: "left";
|
8149
|
+
leftTop: "leftTop";
|
8150
|
+
leftBottom: "leftBottom";
|
8151
|
+
lt: "lt";
|
8152
|
+
lb: "lb";
|
8153
|
+
top: "top";
|
8154
|
+
topLeft: "topLeft";
|
8155
|
+
topRight: "topRight";
|
8156
|
+
tl: "tl";
|
8157
|
+
tr: "tr";
|
8158
|
+
right: "right";
|
8159
|
+
rightTop: "rightTop";
|
8160
|
+
rightBottom: "rightBottom";
|
8161
|
+
rt: "rt";
|
8162
|
+
rb: "rb";
|
8163
|
+
bottom: "bottom";
|
8164
|
+
bottomLeft: "bottomLeft";
|
8165
|
+
bottomRight: "bottomRight";
|
8166
|
+
bl: "bl";
|
8167
|
+
br: "br";
|
8168
|
+
}>>>;
|
8169
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
8170
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
8171
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
8172
|
+
}, z.core.$strip>>;
|
8173
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
8174
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8175
|
+
}, z.core.$strip>>;
|
8176
|
+
theme: z.ZodOptional<z.ZodString>;
|
8177
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
8178
|
+
"zh-CN": "zh-CN";
|
8179
|
+
"en-US": "en-US";
|
8180
|
+
}>>>;
|
6929
8181
|
}, z.core.$strip>]>;
|
8182
|
+
//# sourceMappingURL=vseed.d.ts.map
|