@visactor/vchart-types 1.13.1 → 1.13.2
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/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/animation/utils.d.ts +2 -2
- package/types/chart/base/base-chart.d.ts +1 -2
- package/types/chart/common/interface.d.ts +5 -4
- package/types/chart/gauge/interface.d.ts +2 -2
- package/types/chart/interface/common.d.ts +2 -2
- package/types/chart/polar/interface.d.ts +1 -1
- package/types/chart/sequence/interface.d.ts +2 -1
- package/types/compile/compilable-base.d.ts +2 -3
- package/types/compile/compiler.d.ts +8 -8
- package/types/compile/interface/compilable-item.d.ts +63 -5
- package/types/compile/interface/compiler.d.ts +4 -20
- package/types/compile/mark/compilable-mark.d.ts +4 -5
- package/types/compile/mark/interface.d.ts +19 -7
- package/types/compile/mark/mark-data.d.ts +2 -2
- package/types/compile/mark/mark-state-manager.d.ts +2 -2
- package/types/component/axis/base-axis.d.ts +1 -1
- package/types/component/axis/interface/common.d.ts +2 -2
- package/types/component/axis/polar/interface/common.d.ts +1 -1
- package/types/component/crosshair/interface/cartesian.d.ts +1 -1
- package/types/component/crosshair/interface/common.d.ts +1 -1
- package/types/component/crosshair/interface/polar.d.ts +1 -1
- package/types/component/crosshair/interface/theme.d.ts +1 -1
- package/types/component/data-zoom/data-zoom/interface.d.ts +1 -2
- package/types/component/data-zoom/scroll-bar/interface.d.ts +1 -2
- package/types/component/interface/theme.d.ts +13 -9
- package/types/component/label/interface.d.ts +14 -2
- package/types/component/label/label.d.ts +2 -15
- package/types/component/label/util.d.ts +1 -2
- package/types/component/legend/interface.d.ts +5 -2
- package/types/component/legend/util.d.ts +2 -2
- package/types/component/marker/base-marker.d.ts +1 -1
- package/types/component/marker/interface.d.ts +3 -4
- package/types/component/marker/mark-line/interface/spec.d.ts +1 -1
- package/types/component/marker/mark-point/interface/theme.d.ts +1 -1
- package/types/component/player/interface/theme.d.ts +1 -2
- package/types/component/poptip/interface.d.ts +1 -1
- package/types/component/title/interface/theme.d.ts +1 -1
- package/types/component/tooltip/interface/theme.d.ts +1 -1
- package/types/core/factory.d.ts +1 -1
- package/types/core/interface.d.ts +6 -7
- package/types/core/vchart.d.ts +3 -3
- package/types/data/transforms/aggregation.d.ts +2 -29
- package/types/data/transforms/dimension-statistics.d.ts +1 -13
- package/types/data/transforms/hierarchy-dimension-statistics.d.ts +1 -1
- package/types/data/transforms/interface.d.ts +47 -0
- package/types/data/transforms/regression.d.ts +1 -4
- package/types/event/events/dimension/interface.d.ts +1 -1
- package/types/event/interface.d.ts +1 -2
- package/types/interaction/interface.d.ts +1 -5
- package/types/mark/arc-3d.d.ts +1 -2
- package/types/mark/arc.d.ts +1 -2
- package/types/mark/area.d.ts +1 -2
- package/types/mark/box-plot.d.ts +1 -2
- package/types/mark/cell.d.ts +1 -2
- package/types/mark/component.d.ts +1 -2
- package/types/mark/group.d.ts +1 -9
- package/types/mark/image.d.ts +1 -2
- package/types/mark/interface/common.d.ts +1 -1
- package/types/mark/interface/index.d.ts +1 -0
- package/types/mark/interface/mark.d.ts +44 -0
- package/types/mark/label.d.ts +2 -11
- package/types/mark/line.d.ts +1 -2
- package/types/mark/link-path.d.ts +1 -2
- package/types/mark/path.d.ts +1 -2
- package/types/mark/polygon/polygon.d.ts +1 -2
- package/types/mark/polygon/pyramid-3d.d.ts +1 -2
- package/types/mark/rect-3d.d.ts +1 -2
- package/types/mark/rect.d.ts +1 -2
- package/types/mark/ripple.d.ts +1 -2
- package/types/mark/rule.d.ts +1 -2
- package/types/mark/symbol.d.ts +1 -2
- package/types/mark/text.d.ts +2 -8
- package/types/model/interface.d.ts +5 -5
- package/types/plugin/chart/interface.d.ts +1 -2
- package/types/plugin/chart/media-query/interface/common.d.ts +2 -2
- package/types/plugin/components/tooltip-handler/base.d.ts +3 -3
- package/types/region/interface.d.ts +1 -2
- package/types/region/region.d.ts +1 -2
- package/types/scale/global-scale.d.ts +1 -1
- package/types/scale/interface.d.ts +1 -1
- package/types/series/area/animation.d.ts +1 -5
- package/types/series/area/area.d.ts +1 -2
- package/types/series/area/interface.d.ts +7 -4
- package/types/series/bar/animation.d.ts +1 -8
- package/types/series/bar/bar.d.ts +1 -3
- package/types/series/bar/interface.d.ts +10 -4
- package/types/series/base/base-series.d.ts +2 -3
- package/types/series/box-plot/box-plot.d.ts +1 -1
- package/types/series/cartesian/cartesian.d.ts +2 -2
- package/types/series/cartesian/interface.d.ts +1 -1
- package/types/series/circle-packing/animation.d.ts +1 -2
- package/types/series/circle-packing/circle-packing.d.ts +1 -1
- package/types/series/circle-packing/interface.d.ts +2 -1
- package/types/series/correlation/animation.d.ts +1 -5
- package/types/series/correlation/correlation.d.ts +1 -2
- package/types/series/correlation/interface.d.ts +7 -4
- package/types/series/dot/dot.d.ts +1 -1
- package/types/series/funnel/3d/funnel-3d.d.ts +1 -1
- package/types/series/funnel/funnel.d.ts +1 -5
- package/types/series/funnel/interface.d.ts +1 -1
- package/types/series/gauge/gauge.d.ts +2 -0
- package/types/series/gauge/interface.d.ts +1 -2
- package/types/series/heatmap/animation.d.ts +1 -1
- package/types/series/heatmap/heatmap.d.ts +1 -3
- package/types/series/heatmap/interface.d.ts +2 -2
- package/types/series/index.d.ts +7 -3
- package/types/series/interface/common.d.ts +2 -3
- package/types/series/interface/series.d.ts +6 -9
- package/types/series/interface/theme.d.ts +1 -1
- package/types/series/line/animation.d.ts +1 -5
- package/types/series/line/interface.d.ts +7 -4
- package/types/series/link/link.d.ts +1 -1
- package/types/series/liquid/animation.d.ts +1 -11
- package/types/series/liquid/interface.d.ts +12 -2
- package/types/series/map/interface.d.ts +1 -1
- package/types/series/map/map.d.ts +1 -2
- package/types/series/mixin/interface.d.ts +14 -0
- package/types/series/mixin/line-mixin.d.ts +3 -18
- package/types/series/pictogram/pictogram.d.ts +8 -7
- package/types/series/pie/3d/pie-3d.d.ts +1 -1
- package/types/series/pie/animation/animation.d.ts +1 -5
- package/types/series/pie/animation/centerOffset.d.ts +1 -4
- package/types/series/pie/interface.d.ts +9 -2
- package/types/series/pie/pie.d.ts +1 -4
- package/types/series/polar/progress-like/animation.d.ts +1 -4
- package/types/series/polar/progress-like/interface.d.ts +4 -0
- package/types/series/polar/progress-like/progress-like.d.ts +1 -2
- package/types/series/progress/circular/interface.d.ts +1 -2
- package/types/series/progress/linear/animation.d.ts +1 -5
- package/types/series/progress/linear/interface.d.ts +4 -1
- package/types/series/radar/animation.d.ts +2 -8
- package/types/series/radar/interface.d.ts +11 -4
- package/types/series/range-column/animation.d.ts +1 -5
- package/types/series/range-column/interface.d.ts +6 -2
- package/types/series/range-column/range-column.d.ts +1 -1
- package/types/series/rose/animation.d.ts +1 -5
- package/types/series/rose/interface.d.ts +7 -3
- package/types/series/rose/rose.d.ts +1 -3
- package/types/series/sankey/animation.d.ts +1 -7
- package/types/series/sankey/interface.d.ts +7 -2
- package/types/series/sankey/sankey.d.ts +2 -3
- package/types/series/scatter/animation.d.ts +1 -5
- package/types/series/scatter/interface.d.ts +7 -3
- package/types/series/scatter/scatter.d.ts +1 -2
- package/types/series/sunburst/interface.d.ts +1 -1
- package/types/series/sunburst/sunburst.d.ts +1 -1
- package/types/series/treemap/animation.d.ts +1 -2
- package/types/series/treemap/interface.d.ts +3 -2
- package/types/series/treemap/tooltip-helper.d.ts +1 -1
- package/types/series/treemap/treemap.d.ts +2 -3
- package/types/series/util/label-mark.d.ts +1 -1
- package/types/series/util/utils.d.ts +1 -1
- package/types/series/venn/animation.d.ts +1 -2
- package/types/series/venn/interface.d.ts +3 -2
- package/types/series/venn/venn.d.ts +3 -4
- package/types/series/waterfall/animation.d.ts +3 -3
- package/types/series/waterfall/interface.d.ts +3 -3
- package/types/series/waterfall/waterfall.d.ts +2 -4
- package/types/series/word-cloud/animation.d.ts +1 -8
- package/types/series/word-cloud/base.d.ts +1 -3
- package/types/series/word-cloud/interface.d.ts +9 -1
- package/types/theme/interface.d.ts +1 -1
- package/types/typings/params.d.ts +1 -1
- package/types/typings/spec/chart.d.ts +26 -26
- package/types/typings/spec/common.d.ts +10 -9
- package/types/typings/spec/index.d.ts +1 -1
- package/types/typings/spec/media-query.d.ts +3 -2
- package/types/typings/visual.d.ts +3 -3
- package/types/util/data.d.ts +1 -1