@visactor/vchart 1.2.0-beta.7 → 1.2.0
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/build/index.js +18 -9
- package/build/index.min.js +1 -1
- package/cjs/component/axis/polar/axis.js +4 -3
- package/cjs/component/axis/polar/axis.js.map +1 -1
- package/cjs/component/index.js +1 -2
- package/cjs/constant/hierarchy.js +2 -1
- package/cjs/core/factory.js +1 -2
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/data/initialize.js +2 -1
- package/cjs/interaction/interaction.js +2 -1
- package/cjs/layout/base-layout.js +1 -2
- package/cjs/mark/arc-3d.js +1 -1
- package/cjs/mark/arc.js +1 -1
- package/cjs/mark/area.js +1 -1
- package/cjs/mark/box-plot.js +1 -1
- package/cjs/mark/cell.js +1 -1
- package/cjs/plugin/interface.js +1 -1
- package/cjs/region/interface.js +1 -1
- package/cjs/region/region.js +1 -1
- package/cjs/scale/color-ordinal-scale.js +1 -1
- package/cjs/scale/global-scale.js +1 -1
- package/cjs/typings/spec/common.js.map +1 -1
- package/esm/component/axis/polar/axis.js +4 -2
- package/esm/component/axis/polar/axis.js.map +1 -1
- package/esm/component/index.js +1 -2
- package/esm/constant/hierarchy.js +2 -1
- package/esm/core/factory.js +1 -2
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/data/initialize.js +2 -1
- package/esm/interaction/interaction.js +2 -1
- package/esm/layout/base-layout.js +1 -2
- package/esm/mark/arc-3d.js +1 -1
- package/esm/mark/arc.js +1 -1
- package/esm/mark/area.js +1 -1
- package/esm/mark/box-plot.js +1 -1
- package/esm/mark/cell.js +1 -1
- package/esm/plugin/interface.js +1 -1
- package/esm/region/interface.js +1 -1
- package/esm/region/region.js +1 -1
- package/esm/scale/color-ordinal-scale.js +1 -1
- package/esm/scale/global-scale.js +1 -1
- package/esm/typings/spec/common.js.map +1 -1
- package/package.json +5 -7
- package/build/es5/animation/animate-manager.d.ts +0 -12
- package/build/es5/animation/config.d.ts +0 -25
- package/build/es5/animation/interface.d.ts +0 -29
- package/build/es5/animation/spec.d.ts +0 -24
- package/build/es5/animation/utils.d.ts +0 -19
- package/build/es5/chart/area/area.d.ts +0 -10
- package/build/es5/chart/area/index.d.ts +0 -2
- package/build/es5/chart/area/interface.d.ts +0 -7
- package/build/es5/chart/bar/bar-3d.d.ts +0 -8
- package/build/es5/chart/bar/bar.d.ts +0 -9
- package/build/es5/chart/bar/index.d.ts +0 -3
- package/build/es5/chart/bar/interface.d.ts +0 -11
- package/build/es5/chart/base-chart.d.ts +0 -146
- package/build/es5/chart/box-plot/box-plot.d.ts +0 -10
- package/build/es5/chart/box-plot/index.d.ts +0 -2
- package/build/es5/chart/box-plot/interface.d.ts +0 -7
- package/build/es5/chart/cartesian/cartesian.d.ts +0 -8
- package/build/es5/chart/cartesian/index.d.ts +0 -2
- package/build/es5/chart/cartesian/interface.d.ts +0 -15
- package/build/es5/chart/circle-packing/circle-packing.d.ts +0 -11
- package/build/es5/chart/circle-packing/index.d.ts +0 -2
- package/build/es5/chart/circle-packing/interface.d.ts +0 -6
- package/build/es5/chart/common/common.d.ts +0 -6
- package/build/es5/chart/common/index.d.ts +0 -2
- package/build/es5/chart/common/interface.d.ts +0 -40
- package/build/es5/chart/funnel/base.d.ts +0 -9
- package/build/es5/chart/funnel/funnel-3d.d.ts +0 -7
- package/build/es5/chart/funnel/funnel.d.ts +0 -7
- package/build/es5/chart/funnel/index.d.ts +0 -3
- package/build/es5/chart/funnel/interface.d.ts +0 -9
- package/build/es5/chart/gauge/gauge.d.ts +0 -11
- package/build/es5/chart/gauge/index.d.ts +0 -2
- package/build/es5/chart/gauge/interface.d.ts +0 -10
- package/build/es5/chart/heatmap/heatmap.d.ts +0 -8
- package/build/es5/chart/heatmap/index.d.ts +0 -2
- package/build/es5/chart/heatmap/interface.d.ts +0 -7
- package/build/es5/chart/histogram/base.d.ts +0 -5
- package/build/es5/chart/histogram/histogram-3d.d.ts +0 -7
- package/build/es5/chart/histogram/histogram.d.ts +0 -8
- package/build/es5/chart/histogram/index.d.ts +0 -3
- package/build/es5/chart/histogram/interface.d.ts +0 -9
- package/build/es5/chart/index.d.ts +0 -57
- package/build/es5/chart/interface/chart.d.ts +0 -81
- package/build/es5/chart/interface/common.d.ts +0 -32
- package/build/es5/chart/interface/index.d.ts +0 -3
- package/build/es5/chart/interface/type.d.ts +0 -34
- package/build/es5/chart/line/index.d.ts +0 -2
- package/build/es5/chart/line/interface.d.ts +0 -7
- package/build/es5/chart/line/line.d.ts +0 -10
- package/build/es5/chart/map/index.d.ts +0 -2
- package/build/es5/chart/map/interface.d.ts +0 -6
- package/build/es5/chart/map/map.d.ts +0 -12
- package/build/es5/chart/pie/base.d.ts +0 -5
- package/build/es5/chart/pie/index.d.ts +0 -3
- package/build/es5/chart/pie/interface.d.ts +0 -11
- package/build/es5/chart/pie/pie-3d.d.ts +0 -8
- package/build/es5/chart/pie/pie.d.ts +0 -7
- package/build/es5/chart/polar/index.d.ts +0 -4
- package/build/es5/chart/polar/interface.d.ts +0 -7
- package/build/es5/chart/polar/polar.d.ts +0 -9
- package/build/es5/chart/polar/progress-like.d.ts +0 -7
- package/build/es5/chart/polar/rose-like.d.ts +0 -6
- package/build/es5/chart/progress/circular/circular.d.ts +0 -9
- package/build/es5/chart/progress/circular/index.d.ts +0 -2
- package/build/es5/chart/progress/circular/interface.d.ts +0 -7
- package/build/es5/chart/progress/interface.d.ts +0 -8
- package/build/es5/chart/progress/linear/index.d.ts +0 -2
- package/build/es5/chart/progress/linear/interface.d.ts +0 -9
- package/build/es5/chart/progress/linear/linear.d.ts +0 -11
- package/build/es5/chart/radar/index.d.ts +0 -2
- package/build/es5/chart/radar/interface.d.ts +0 -7
- package/build/es5/chart/radar/radar.d.ts +0 -9
- package/build/es5/chart/range-area/index.d.ts +0 -2
- package/build/es5/chart/range-area/interface.d.ts +0 -7
- package/build/es5/chart/range-area/range-area.d.ts +0 -9
- package/build/es5/chart/range-column/index.d.ts +0 -3
- package/build/es5/chart/range-column/interface.d.ts +0 -11
- package/build/es5/chart/range-column/range-column-3d.d.ts +0 -8
- package/build/es5/chart/range-column/range-column.d.ts +0 -9
- package/build/es5/chart/rose/index.d.ts +0 -2
- package/build/es5/chart/rose/interface.d.ts +0 -7
- package/build/es5/chart/rose/rose.d.ts +0 -9
- package/build/es5/chart/sankey/index.d.ts +0 -2
- package/build/es5/chart/sankey/interface.d.ts +0 -6
- package/build/es5/chart/sankey/sankey.d.ts +0 -10
- package/build/es5/chart/scatter/index.d.ts +0 -2
- package/build/es5/chart/scatter/interface.d.ts +0 -7
- package/build/es5/chart/scatter/scatter.d.ts +0 -9
- package/build/es5/chart/sequence/index.d.ts +0 -2
- package/build/es5/chart/sequence/interface.d.ts +0 -24
- package/build/es5/chart/sequence/sequence.d.ts +0 -9
- package/build/es5/chart/stack.d.ts +0 -14
- package/build/es5/chart/sunburst/index.d.ts +0 -2
- package/build/es5/chart/sunburst/interface.d.ts +0 -6
- package/build/es5/chart/sunburst/sunburst.d.ts +0 -11
- package/build/es5/chart/treemap/index.d.ts +0 -2
- package/build/es5/chart/treemap/interface.d.ts +0 -6
- package/build/es5/chart/treemap/treemap.d.ts +0 -10
- package/build/es5/chart/util.d.ts +0 -2
- package/build/es5/chart/waterfall/index.d.ts +0 -2
- package/build/es5/chart/waterfall/interface.d.ts +0 -7
- package/build/es5/chart/waterfall/waterfall.d.ts +0 -10
- package/build/es5/chart/word-cloud/base.d.ts +0 -6
- package/build/es5/chart/word-cloud/index.d.ts +0 -3
- package/build/es5/chart/word-cloud/interface.d.ts +0 -10
- package/build/es5/chart/word-cloud/word-cloud-3d.d.ts +0 -9
- package/build/es5/chart/word-cloud/word-cloud.d.ts +0 -9
- package/build/es5/compile/compilable-base.d.ts +0 -11
- package/build/es5/compile/compiler.d.ts +0 -56
- package/build/es5/compile/data/compilable-data.d.ts +0 -23
- package/build/es5/compile/data/index.d.ts +0 -2
- package/build/es5/compile/data/interface.d.ts +0 -8
- package/build/es5/compile/grammar-item.d.ts +0 -24
- package/build/es5/compile/interface/compilable-item.d.ts +0 -35
- package/build/es5/compile/interface/compiler.d.ts +0 -49
- package/build/es5/compile/interface/index.d.ts +0 -2
- package/build/es5/compile/mark/compilable-mark.d.ts +0 -104
- package/build/es5/compile/mark/index.d.ts +0 -3
- package/build/es5/compile/mark/interface.d.ts +0 -149
- package/build/es5/compile/mark/mark-data.d.ts +0 -9
- package/build/es5/compile/mark/mark-state-manager.d.ts +0 -26
- package/build/es5/compile/mark/util.d.ts +0 -6
- package/build/es5/compile/signal/compilable-signal.d.ts +0 -21
- package/build/es5/compile/signal/index.d.ts +0 -4
- package/build/es5/compile/signal/interface.d.ts +0 -12
- package/build/es5/compile/signal/signal-manager.d.ts +0 -11
- package/build/es5/compile/signal/state-manager.d.ts +0 -12
- package/build/es5/compile/util.d.ts +0 -2
- package/build/es5/component/axis/base-axis.d.ts +0 -155
- package/build/es5/component/axis/cartesian/axis.d.ts +0 -96
- package/build/es5/component/axis/cartesian/band-axis.d.ts +0 -39
- package/build/es5/component/axis/cartesian/config.d.ts +0 -2
- package/build/es5/component/axis/cartesian/index.d.ts +0 -6
- package/build/es5/component/axis/cartesian/interface/common.d.ts +0 -50
- package/build/es5/component/axis/cartesian/interface/index.d.ts +0 -3
- package/build/es5/component/axis/cartesian/interface/spec.d.ts +0 -36
- package/build/es5/component/axis/cartesian/interface/theme.d.ts +0 -21
- package/build/es5/component/axis/cartesian/linear-axis.d.ts +0 -27
- package/build/es5/component/axis/cartesian/log-axis.d.ts +0 -15
- package/build/es5/component/axis/cartesian/time-axis.d.ts +0 -20
- package/build/es5/component/axis/cartesian/util/common.d.ts +0 -10
- package/build/es5/component/axis/cartesian/util/index.d.ts +0 -2
- package/build/es5/component/axis/cartesian/util/time.d.ts +0 -80
- package/build/es5/component/axis/index.d.ts +0 -3
- package/build/es5/component/axis/interface.d.ts +0 -126
- package/build/es5/component/axis/mixin/band-axis-mixin.d.ts +0 -37
- package/build/es5/component/axis/mixin/linear-axis-mixin.d.ts +0 -59
- package/build/es5/component/axis/polar/axis.d.ts +0 -80
- package/build/es5/component/axis/polar/band-axis.d.ts +0 -31
- package/build/es5/component/axis/polar/config.d.ts +0 -2
- package/build/es5/component/axis/polar/index.d.ts +0 -4
- package/build/es5/component/axis/polar/interface/common.d.ts +0 -31
- package/build/es5/component/axis/polar/interface/index.d.ts +0 -4
- package/build/es5/component/axis/polar/interface/spec.d.ts +0 -16
- package/build/es5/component/axis/polar/interface/theme.d.ts +0 -11
- package/build/es5/component/axis/polar/linear-axis.d.ts +0 -23
- package/build/es5/component/axis/utils.d.ts +0 -28
- package/build/es5/component/base/base-component.d.ts +0 -34
- package/build/es5/component/base/index.d.ts +0 -1
- package/build/es5/component/base/util.d.ts +0 -3
- package/build/es5/component/brush/brush.d.ts +0 -66
- package/build/es5/component/brush/index.d.ts +0 -2
- package/build/es5/component/brush/interface.d.ts +0 -47
- package/build/es5/component/common/trigger/config.d.ts +0 -52
- package/build/es5/component/common/trigger/desktop.d.ts +0 -9
- package/build/es5/component/common/trigger/interface.d.ts +0 -8
- package/build/es5/component/common/trigger/mobile.d.ts +0 -10
- package/build/es5/component/crosshair/base.d.ts +0 -77
- package/build/es5/component/crosshair/cartesian.d.ts +0 -65
- package/build/es5/component/crosshair/config.d.ts +0 -32
- package/build/es5/component/crosshair/index.d.ts +0 -3
- package/build/es5/component/crosshair/interface/index.d.ts +0 -2
- package/build/es5/component/crosshair/interface/spec.d.ts +0 -70
- package/build/es5/component/crosshair/interface/theme.d.ts +0 -7
- package/build/es5/component/crosshair/polar.d.ts +0 -76
- package/build/es5/component/crosshair/util.d.ts +0 -5
- package/build/es5/component/custom-mark/custom-mark.d.ts +0 -30
- package/build/es5/component/custom-mark/index.d.ts +0 -1
- package/build/es5/component/data-zoom/data-filter-base-component.d.ts +0 -89
- package/build/es5/component/data-zoom/data-zoom/data-zoom.d.ts +0 -62
- package/build/es5/component/data-zoom/data-zoom/index.d.ts +0 -2
- package/build/es5/component/data-zoom/data-zoom/interface.d.ts +0 -55
- package/build/es5/component/data-zoom/index.d.ts +0 -2
- package/build/es5/component/data-zoom/interface.d.ts +0 -25
- package/build/es5/component/data-zoom/scroll-bar/index.d.ts +0 -2
- package/build/es5/component/data-zoom/scroll-bar/interface.d.ts +0 -20
- package/build/es5/component/data-zoom/scroll-bar/scroll-bar.d.ts +0 -23
- package/build/es5/component/data-zoom/util.d.ts +0 -19
- package/build/es5/component/geo/geo-coordinate.d.ts +0 -53
- package/build/es5/component/geo/index.d.ts +0 -2
- package/build/es5/component/geo/interface.d.ts +0 -27
- package/build/es5/component/geo/projection.d.ts +0 -16
- package/build/es5/component/index.d.ts +0 -39
- package/build/es5/component/indicator/index.d.ts +0 -2
- package/build/es5/component/indicator/indicator.d.ts +0 -38
- package/build/es5/component/indicator/interface.d.ts +0 -31
- package/build/es5/component/indicator/util.d.ts +0 -13
- package/build/es5/component/interface/common.d.ts +0 -34
- package/build/es5/component/interface/index.d.ts +0 -4
- package/build/es5/component/interface/theme.d.ts +0 -40
- package/build/es5/component/interface/tooltip-helper.d.ts +0 -5
- package/build/es5/component/interface/type.d.ts +0 -33
- package/build/es5/component/label/bar.d.ts +0 -9
- package/build/es5/component/label/index.d.ts +0 -2
- package/build/es5/component/label/interface.d.ts +0 -21
- package/build/es5/component/label/label.d.ts +0 -62
- package/build/es5/component/label/symbol.d.ts +0 -9
- package/build/es5/component/label/util.d.ts +0 -9
- package/build/es5/component/legend/base-legend.d.ts +0 -59
- package/build/es5/component/legend/continuous/index.d.ts +0 -2
- package/build/es5/component/legend/continuous/interface.d.ts +0 -58
- package/build/es5/component/legend/continuous/legend.d.ts +0 -27
- package/build/es5/component/legend/continuous/util.d.ts +0 -8
- package/build/es5/component/legend/discrete/index.d.ts +0 -2
- package/build/es5/component/legend/discrete/interface.d.ts +0 -59
- package/build/es5/component/legend/discrete/legend.d.ts +0 -26
- package/build/es5/component/legend/discrete/util.d.ts +0 -3
- package/build/es5/component/legend/index.d.ts +0 -3
- package/build/es5/component/legend/interface.d.ts +0 -39
- package/build/es5/component/legend/util.d.ts +0 -26
- package/build/es5/component/map-label/component.d.ts +0 -52
- package/build/es5/component/map-label/index.d.ts +0 -2
- package/build/es5/component/map-label/interface.d.ts +0 -40
- package/build/es5/component/map-label/layout.d.ts +0 -23
- package/build/es5/component/marker/base-marker.d.ts +0 -46
- package/build/es5/component/marker/interface.d.ts +0 -59
- package/build/es5/component/marker/mark-area/index.d.ts +0 -2
- package/build/es5/component/marker/mark-area/interface/index.d.ts +0 -2
- package/build/es5/component/marker/mark-area/interface/spec.d.ts +0 -26
- package/build/es5/component/marker/mark-area/interface/theme.d.ts +0 -11
- package/build/es5/component/marker/mark-area/mark-area.d.ts +0 -20
- package/build/es5/component/marker/mark-line/index.d.ts +0 -2
- package/build/es5/component/marker/mark-line/interface/index.d.ts +0 -2
- package/build/es5/component/marker/mark-line/interface/spec.d.ts +0 -29
- package/build/es5/component/marker/mark-line/interface/theme.d.ts +0 -13
- package/build/es5/component/marker/mark-line/mark-line.d.ts +0 -20
- package/build/es5/component/marker/mark-point/index.d.ts +0 -2
- package/build/es5/component/marker/mark-point/interface/index.d.ts +0 -2
- package/build/es5/component/marker/mark-point/interface/spec.d.ts +0 -14
- package/build/es5/component/marker/mark-point/interface/theme.d.ts +0 -37
- package/build/es5/component/marker/mark-point/mark-point.d.ts +0 -20
- package/build/es5/component/marker/utils.d.ts +0 -6
- package/build/es5/component/player/index.d.ts +0 -2
- package/build/es5/component/player/interface/index.d.ts +0 -2
- package/build/es5/component/player/interface/spec.d.ts +0 -18
- package/build/es5/component/player/interface/theme.d.ts +0 -32
- package/build/es5/component/player/player.d.ts +0 -53
- package/build/es5/component/player/utils/index.d.ts +0 -1
- package/build/es5/component/player/utils/orient.d.ts +0 -3
- package/build/es5/component/player/utils/transform.d.ts +0 -4
- package/build/es5/component/title/index.d.ts +0 -2
- package/build/es5/component/title/interface/index.d.ts +0 -2
- package/build/es5/component/title/interface/spec.d.ts +0 -45
- package/build/es5/component/title/interface/theme.d.ts +0 -19
- package/build/es5/component/title/title.d.ts +0 -47
- package/build/es5/component/title/utils.d.ts +0 -2
- package/build/es5/component/tooltip/handler/base.d.ts +0 -52
- package/build/es5/component/tooltip/handler/canvas/canvas-tooltip-handler.d.ts +0 -19
- package/build/es5/component/tooltip/handler/canvas/index.d.ts +0 -1
- package/build/es5/component/tooltip/handler/constants.d.ts +0 -17
- package/build/es5/component/tooltip/handler/dom/dom-tooltip-handler.d.ts +0 -25
- package/build/es5/component/tooltip/handler/dom/index.d.ts +0 -1
- package/build/es5/component/tooltip/handler/dom/interface.d.ts +0 -61
- package/build/es5/component/tooltip/handler/dom/model/base-tooltip-model.d.ts +0 -25
- package/build/es5/component/tooltip/handler/dom/model/content-column-model.d.ts +0 -25
- package/build/es5/component/tooltip/handler/dom/model/content-model.d.ts +0 -15
- package/build/es5/component/tooltip/handler/dom/model/interface.d.ts +0 -9
- package/build/es5/component/tooltip/handler/dom/model/shape-model.d.ts +0 -20
- package/build/es5/component/tooltip/handler/dom/model/style-constants.d.ts +0 -8
- package/build/es5/component/tooltip/handler/dom/model/text-model.d.ts +0 -5
- package/build/es5/component/tooltip/handler/dom/model/title-model.d.ts +0 -15
- package/build/es5/component/tooltip/handler/dom/model/tooltip-model.d.ts +0 -21
- package/build/es5/component/tooltip/handler/dom/util.d.ts +0 -6
- package/build/es5/component/tooltip/handler/index.d.ts +0 -2
- package/build/es5/component/tooltip/handler/interface/index.d.ts +0 -1
- package/build/es5/component/tooltip/handler/interface/style.d.ts +0 -27
- package/build/es5/component/tooltip/handler/utils/attribute.d.ts +0 -11
- package/build/es5/component/tooltip/handler/utils/common.d.ts +0 -10
- package/build/es5/component/tooltip/handler/utils/compose.d.ts +0 -5
- package/build/es5/component/tooltip/handler/utils/get-spec.d.ts +0 -5
- package/build/es5/component/tooltip/handler/utils/index.d.ts +0 -7
- package/build/es5/component/tooltip/handler/utils/pattern.d.ts +0 -4
- package/build/es5/component/tooltip/handler/utils/position.d.ts +0 -1
- package/build/es5/component/tooltip/handler/utils/style.d.ts +0 -4
- package/build/es5/component/tooltip/index.d.ts +0 -2
- package/build/es5/component/tooltip/interface/common.d.ts +0 -24
- package/build/es5/component/tooltip/interface/event.d.ts +0 -8
- package/build/es5/component/tooltip/interface/index.d.ts +0 -3
- package/build/es5/component/tooltip/interface/spec.d.ts +0 -28
- package/build/es5/component/tooltip/interface/theme.d.ts +0 -45
- package/build/es5/component/tooltip/processor/base.d.ts +0 -18
- package/build/es5/component/tooltip/processor/dimension-tooltip.d.ts +0 -10
- package/build/es5/component/tooltip/processor/index.d.ts +0 -5
- package/build/es5/component/tooltip/processor/interface.d.ts +0 -16
- package/build/es5/component/tooltip/processor/mark-tooltip.d.ts +0 -10
- package/build/es5/component/tooltip/processor/util.d.ts +0 -4
- package/build/es5/component/tooltip/tooltip.d.ts +0 -57
- package/build/es5/component/tooltip/utils/common.d.ts +0 -5
- package/build/es5/component/tooltip/utils/index.d.ts +0 -2
- package/build/es5/component/tooltip/utils/show-tooltip.d.ts +0 -3
- package/build/es5/constant/base.d.ts +0 -3
- package/build/es5/constant/box-plot.d.ts +0 -10
- package/build/es5/constant/event.d.ts +0 -53
- package/build/es5/constant/funnel.d.ts +0 -14
- package/build/es5/constant/hierarchy.d.ts +0 -3
- package/build/es5/constant/index.d.ts +0 -106
- package/build/es5/constant/label.d.ts +0 -6
- package/build/es5/constant/layout.d.ts +0 -2
- package/build/es5/constant/marker.d.ts +0 -4
- package/build/es5/constant/polar.d.ts +0 -22
- package/build/es5/constant/scatter.d.ts +0 -7
- package/build/es5/constant/scroll-bar.d.ts +0 -1
- package/build/es5/constant/sunburst.d.ts +0 -1
- package/build/es5/constant/waterfall.d.ts +0 -1
- package/build/es5/constant/word-cloud.d.ts +0 -7
- package/build/es5/core/factory.d.ts +0 -39
- package/build/es5/core/index.d.ts +0 -9
- package/build/es5/core/instance-manager.d.ts +0 -10
- package/build/es5/core/interface.d.ts +0 -74
- package/build/es5/core/vchart.d.ts +0 -125
- package/build/es5/data/initialize.d.ts +0 -10
- package/build/es5/data/parser/array.d.ts +0 -2
- package/build/es5/data/parser/scale.d.ts +0 -2
- package/build/es5/data/register.d.ts +0 -3
- package/build/es5/data/transforms/add-property.d.ts +0 -8
- package/build/es5/data/transforms/aggregation.d.ts +0 -28
- package/build/es5/data/transforms/box-plot.d.ts +0 -5
- package/build/es5/data/transforms/circle-packing.d.ts +0 -7
- package/build/es5/data/transforms/copy-data-view.d.ts +0 -5
- package/build/es5/data/transforms/data-key.d.ts +0 -10
- package/build/es5/data/transforms/dimension-data.d.ts +0 -10
- package/build/es5/data/transforms/dimension-statistics.d.ts +0 -41
- package/build/es5/data/transforms/drill.d.ts +0 -14
- package/build/es5/data/transforms/flatten.d.ts +0 -9
- package/build/es5/data/transforms/funnel.d.ts +0 -51
- package/build/es5/data/transforms/hierarchy-dimension-statistics.d.ts +0 -3
- package/build/es5/data/transforms/invalid-travel.d.ts +0 -8
- package/build/es5/data/transforms/legend-data/continuous/continuous.d.ts +0 -4
- package/build/es5/data/transforms/legend-data/continuous/index.d.ts +0 -2
- package/build/es5/data/transforms/legend-data/continuous/interface.d.ts +0 -13
- package/build/es5/data/transforms/legend-data/discrete/discrete.d.ts +0 -4
- package/build/es5/data/transforms/legend-data/discrete/index.d.ts +0 -2
- package/build/es5/data/transforms/legend-data/discrete/interface.d.ts +0 -15
- package/build/es5/data/transforms/lookup.d.ts +0 -12
- package/build/es5/data/transforms/map.d.ts +0 -7
- package/build/es5/data/transforms/obj-flat.d.ts +0 -2
- package/build/es5/data/transforms/pie.d.ts +0 -16
- package/build/es5/data/transforms/regression.d.ts +0 -6
- package/build/es5/data/transforms/sankey-links.d.ts +0 -2
- package/build/es5/data/transforms/sankey-nodes.d.ts +0 -2
- package/build/es5/data/transforms/sankey.d.ts +0 -21
- package/build/es5/data/transforms/stack-split.d.ts +0 -6
- package/build/es5/data/transforms/sunburst.d.ts +0 -7
- package/build/es5/data/transforms/tick-data/config.d.ts +0 -1
- package/build/es5/data/transforms/tick-data/continuous.d.ts +0 -3
- package/build/es5/data/transforms/tick-data/discrete/linear.d.ts +0 -3
- package/build/es5/data/transforms/tick-data/discrete/polar-angle.d.ts +0 -3
- package/build/es5/data/transforms/tick-data/index.d.ts +0 -4
- package/build/es5/data/transforms/tick-data/interface.d.ts +0 -28
- package/build/es5/data/transforms/tick-data/util.d.ts +0 -15
- package/build/es5/data/transforms/treemap.d.ts +0 -11
- package/build/es5/data/transforms/waterfall.d.ts +0 -25
- package/build/es5/event/bubble.d.ts +0 -15
- package/build/es5/event/event-dispatcher.d.ts +0 -25
- package/build/es5/event/event.d.ts +0 -18
- package/build/es5/event/events/dimension/base.d.ts +0 -19
- package/build/es5/event/events/dimension/dimension-click.d.ts +0 -9
- package/build/es5/event/events/dimension/dimension-hover.d.ts +0 -10
- package/build/es5/event/events/dimension/index.d.ts +0 -3
- package/build/es5/event/events/dimension/interface.d.ts +0 -22
- package/build/es5/event/events/dimension/util/cartesian.d.ts +0 -8
- package/build/es5/event/events/dimension/util/common.d.ts +0 -8
- package/build/es5/event/events/dimension/util/index.d.ts +0 -3
- package/build/es5/event/events/dimension/util/polar.d.ts +0 -4
- package/build/es5/event/events/index.d.ts +0 -5
- package/build/es5/event/interface.d.ts +0 -153
- package/build/es5/index.d.ts +0 -10
- package/build/es5/index.js +0 -17
- package/build/es5/interaction/config.d.ts +0 -57
- package/build/es5/interaction/dimension-trigger.d.ts +0 -32
- package/build/es5/interaction/drill/drillable.d.ts +0 -28
- package/build/es5/interaction/drill/index.d.ts +0 -1
- package/build/es5/interaction/interaction.d.ts +0 -20
- package/build/es5/interaction/interface.d.ts +0 -49
- package/build/es5/interaction/trigger.d.ts +0 -38
- package/build/es5/interaction/zoom/index.d.ts +0 -1
- package/build/es5/interaction/zoom/zoomable.d.ts +0 -72
- package/build/es5/layout/base-layout.d.ts +0 -28
- package/build/es5/layout/grid-layout/grid-layout.d.ts +0 -50
- package/build/es5/layout/index.d.ts +0 -6
- package/build/es5/layout/interface.d.ts +0 -45
- package/build/es5/layout/label/arc-label.d.ts +0 -42
- package/build/es5/layout/layout3d/index.d.ts +0 -23
- package/build/es5/mark/arc-3d.d.ts +0 -9
- package/build/es5/mark/arc.d.ts +0 -20
- package/build/es5/mark/area.d.ts +0 -11
- package/build/es5/mark/base/base-line.d.ts +0 -8
- package/build/es5/mark/base/base-mark.d.ts +0 -38
- package/build/es5/mark/base/index.d.ts +0 -2
- package/build/es5/mark/box-plot.d.ts +0 -12
- package/build/es5/mark/cell.d.ts +0 -10
- package/build/es5/mark/component.d.ts +0 -14
- package/build/es5/mark/group.d.ts +0 -31
- package/build/es5/mark/image.d.ts +0 -10
- package/build/es5/mark/index.d.ts +0 -21
- package/build/es5/mark/interface/common.d.ts +0 -67
- package/build/es5/mark/interface/index.d.ts +0 -2
- package/build/es5/mark/interface/type.d.ts +0 -22
- package/build/es5/mark/line.d.ts +0 -11
- package/build/es5/mark/link-path.d.ts +0 -12
- package/build/es5/mark/mark-set/index.d.ts +0 -21
- package/build/es5/mark/path.d.ts +0 -10
- package/build/es5/mark/polygon/base-polygon.d.ts +0 -6
- package/build/es5/mark/polygon/polygon.d.ts +0 -10
- package/build/es5/mark/polygon/pyramid-3d.d.ts +0 -9
- package/build/es5/mark/progress-arc.d.ts +0 -13
- package/build/es5/mark/rect-3d.d.ts +0 -10
- package/build/es5/mark/rect.d.ts +0 -10
- package/build/es5/mark/rule.d.ts +0 -10
- package/build/es5/mark/symbol.d.ts +0 -12
- package/build/es5/mark/text.d.ts +0 -10
- package/build/es5/mark/utils/common.d.ts +0 -3
- package/build/es5/mark/utils/index.d.ts +0 -1
- package/build/es5/model/base-model.d.ts +0 -85
- package/build/es5/model/interface.d.ts +0 -176
- package/build/es5/model/layout-item.d.ts +0 -54
- package/build/es5/model/model-state-manager.d.ts +0 -9
- package/build/es5/model/tooltip-helper.d.ts +0 -27
- package/build/es5/plugin/chart/interface.d.ts +0 -6
- package/build/es5/plugin/components/axis-label-overlap-plugin.d.ts +0 -10
- package/build/es5/plugin/components/axis-sync-plugin/axis-sync.d.ts +0 -11
- package/build/es5/plugin/components/axis-sync-plugin/index.d.ts +0 -1
- package/build/es5/plugin/components/axis-sync-plugin/tick-align-transform.d.ts +0 -7
- package/build/es5/plugin/components/axis-sync-plugin/zero-align-transform.d.ts +0 -15
- package/build/es5/plugin/components/basic-plugin.d.ts +0 -9
- package/build/es5/plugin/components/index.d.ts +0 -7
- package/build/es5/plugin/components/interface.d.ts +0 -33
- package/build/es5/plugin/components/plugin-service.d.ts +0 -15
- package/build/es5/plugin/interface.d.ts +0 -4
- package/build/es5/plugin/series/interface.d.ts +0 -9
- package/build/es5/region/interface.d.ts +0 -53
- package/build/es5/region/region.d.ts +0 -70
- package/build/es5/scale/color-ordinal-scale.d.ts +0 -8
- package/build/es5/scale/global-scale.d.ts +0 -37
- package/build/es5/scale/interface.d.ts +0 -19
- package/build/es5/series/area/animation.d.ts +0 -7
- package/build/es5/series/area/area.d.ts +0 -21
- package/build/es5/series/area/interface.d.ts +0 -18
- package/build/es5/series/bar/animation.d.ts +0 -12
- package/build/es5/series/bar/bar-3d.d.ts +0 -11
- package/build/es5/series/bar/bar.d.ts +0 -40
- package/build/es5/series/bar/interface.d.ts +0 -34
- package/build/es5/series/base/base-series.d.ts +0 -177
- package/build/es5/series/base/group.d.ts +0 -11
- package/build/es5/series/base/series-data.d.ts +0 -5
- package/build/es5/series/base/tooltip-helper.d.ts +0 -30
- package/build/es5/series/box-plot/box-plot.d.ts +0 -61
- package/build/es5/series/box-plot/interface.d.ts +0 -23
- package/build/es5/series/box-plot/tooltip-helper.d.ts +0 -12
- package/build/es5/series/cartesian/cartesian.d.ts +0 -90
- package/build/es5/series/cartesian/index.d.ts +0 -2
- package/build/es5/series/cartesian/interface.d.ts +0 -14
- package/build/es5/series/circle-packing/animation.d.ts +0 -7
- package/build/es5/series/circle-packing/circle-packing.d.ts +0 -43
- package/build/es5/series/circle-packing/interface.d.ts +0 -21
- package/build/es5/series/circle-packing/tooltip-helper.d.ts +0 -5
- package/build/es5/series/dot/config.d.ts +0 -4
- package/build/es5/series/dot/dot.d.ts +0 -68
- package/build/es5/series/dot/interface.d.ts +0 -40
- package/build/es5/series/dot/tooltip-helper.d.ts +0 -7
- package/build/es5/series/funnel/funnel-3d.d.ts +0 -18
- package/build/es5/series/funnel/funnel.d.ts +0 -100
- package/build/es5/series/funnel/interface.d.ts +0 -61
- package/build/es5/series/funnel/tooltip-helper.d.ts +0 -9
- package/build/es5/series/gauge/gauge-pointer.d.ts +0 -32
- package/build/es5/series/gauge/gauge.d.ts +0 -25
- package/build/es5/series/gauge/index.d.ts +0 -3
- package/build/es5/series/gauge/interface.d.ts +0 -44
- package/build/es5/series/geo/geo.d.ts +0 -52
- package/build/es5/series/geo/interface.d.ts +0 -4
- package/build/es5/series/heatmap/animation.d.ts +0 -3
- package/build/es5/series/heatmap/heatmap.d.ts +0 -43
- package/build/es5/series/heatmap/interface.d.ts +0 -23
- package/build/es5/series/heatmap/tooltip-helper.d.ts +0 -6
- package/build/es5/series/index.d.ts +0 -66
- package/build/es5/series/interface/common.d.ts +0 -120
- package/build/es5/series/interface/index.d.ts +0 -5
- package/build/es5/series/interface/series.d.ts +0 -168
- package/build/es5/series/interface/theme.d.ts +0 -55
- package/build/es5/series/interface/tooltip-helper.d.ts +0 -13
- package/build/es5/series/interface/type.d.ts +0 -34
- package/build/es5/series/line/animation.d.ts +0 -7
- package/build/es5/series/line/interface.d.ts +0 -25
- package/build/es5/series/line/line.d.ts +0 -19
- package/build/es5/series/link/interface.d.ts +0 -25
- package/build/es5/series/link/link.d.ts +0 -50
- package/build/es5/series/link/tooltip-helper.d.ts +0 -6
- package/build/es5/series/map/geo-source.d.ts +0 -20
- package/build/es5/series/map/interface.d.ts +0 -29
- package/build/es5/series/map/map.d.ts +0 -52
- package/build/es5/series/map/tooltip-helper.d.ts +0 -5
- package/build/es5/series/mixin/line-mixin.d.ts +0 -35
- package/build/es5/series/pie/animation/animation.d.ts +0 -23
- package/build/es5/series/pie/animation/centerOffset.d.ts +0 -6
- package/build/es5/series/pie/interface.d.ts +0 -64
- package/build/es5/series/pie/pie-3d.d.ts +0 -16
- package/build/es5/series/pie/pie.d.ts +0 -79
- package/build/es5/series/polar/animation.d.ts +0 -41
- package/build/es5/series/polar/interface.d.ts +0 -21
- package/build/es5/series/polar/polar.d.ts +0 -62
- package/build/es5/series/polar/progress-like/animation.d.ts +0 -6
- package/build/es5/series/polar/progress-like/index.d.ts +0 -3
- package/build/es5/series/polar/progress-like/interface.d.ts +0 -9
- package/build/es5/series/polar/progress-like/progress-like.d.ts +0 -22
- package/build/es5/series/polar/rose-like/index.d.ts +0 -2
- package/build/es5/series/polar/rose-like/interface.d.ts +0 -8
- package/build/es5/series/polar/rose-like/rose-like.d.ts +0 -14
- package/build/es5/series/progress/circular/circular.d.ts +0 -22
- package/build/es5/series/progress/circular/index.d.ts +0 -1
- package/build/es5/series/progress/circular/interface.d.ts +0 -20
- package/build/es5/series/progress/interface.d.ts +0 -7
- package/build/es5/series/progress/linear/animation.d.ts +0 -9
- package/build/es5/series/progress/linear/index.d.ts +0 -1
- package/build/es5/series/progress/linear/interface.d.ts +0 -26
- package/build/es5/series/progress/linear/linear.d.ts +0 -24
- package/build/es5/series/progress/linear/tooltip-helper.d.ts +0 -7
- package/build/es5/series/radar/animation.d.ts +0 -72
- package/build/es5/series/radar/interface.d.ts +0 -20
- package/build/es5/series/radar/radar.d.ts +0 -22
- package/build/es5/series/range-area/interface.d.ts +0 -6
- package/build/es5/series/range-area/range-area.d.ts +0 -11
- package/build/es5/series/range-area/tooltip-helper.d.ts +0 -7
- package/build/es5/series/range-column/animation.d.ts +0 -9
- package/build/es5/series/range-column/interface.d.ts +0 -56
- package/build/es5/series/range-column/range-column-3d.d.ts +0 -10
- package/build/es5/series/range-column/range-column.d.ts +0 -24
- package/build/es5/series/range-column/tooltip-helper.d.ts +0 -6
- package/build/es5/series/rose/animation.d.ts +0 -12
- package/build/es5/series/rose/interface.d.ts +0 -16
- package/build/es5/series/rose/rose.d.ts +0 -24
- package/build/es5/series/sankey/animation.d.ts +0 -12
- package/build/es5/series/sankey/interface.d.ts +0 -106
- package/build/es5/series/sankey/sankey.d.ts +0 -52
- package/build/es5/series/sankey/tooltip-helper.d.ts +0 -7
- package/build/es5/series/scatter/animation.d.ts +0 -7
- package/build/es5/series/scatter/interface.d.ts +0 -25
- package/build/es5/series/scatter/scatter.d.ts +0 -31
- package/build/es5/series/sunburst/animation/enter.d.ts +0 -3
- package/build/es5/series/sunburst/animation/exit.d.ts +0 -3
- package/build/es5/series/sunburst/animation/index.d.ts +0 -5
- package/build/es5/series/sunburst/animation/interface.d.ts +0 -12
- package/build/es5/series/sunburst/animation/preset.d.ts +0 -3
- package/build/es5/series/sunburst/animation/utils.d.ts +0 -3
- package/build/es5/series/sunburst/interface.d.ts +0 -41
- package/build/es5/series/sunburst/sunburst.d.ts +0 -59
- package/build/es5/series/sunburst/tooltip-helper.d.ts +0 -5
- package/build/es5/series/treemap/animation.d.ts +0 -4
- package/build/es5/series/treemap/interface.d.ts +0 -41
- package/build/es5/series/treemap/tooltip-helper.d.ts +0 -5
- package/build/es5/series/treemap/treemap.d.ts +0 -55
- package/build/es5/series/util/label-mark.d.ts +0 -4
- package/build/es5/series/util/utils.d.ts +0 -2
- package/build/es5/series/waterfall/animation.d.ts +0 -4
- package/build/es5/series/waterfall/interface.d.ts +0 -60
- package/build/es5/series/waterfall/waterfall.d.ts +0 -35
- package/build/es5/series/word-cloud/animation.d.ts +0 -6
- package/build/es5/series/word-cloud/base.d.ts +0 -69
- package/build/es5/series/word-cloud/config.d.ts +0 -16
- package/build/es5/series/word-cloud/interface.d.ts +0 -115
- package/build/es5/series/word-cloud/word-cloud-3d.d.ts +0 -11
- package/build/es5/series/word-cloud/word-cloud.d.ts +0 -7
- package/build/es5/theme/buildin-theme/config.d.ts +0 -2
- package/build/es5/theme/buildin-theme/index.d.ts +0 -5
- package/build/es5/theme/buildin-theme/light/color-scheme.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/axis/cartesian-axis.d.ts +0 -3
- package/build/es5/theme/buildin-theme/light/component/axis/common-axis.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/axis/linear-axis.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/axis/log-axis.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/axis/polar-axis.d.ts +0 -3
- package/build/es5/theme/buildin-theme/light/component/brush.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/crosshair.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/data-zoom.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/index.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/indicator.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/legend/color-legend.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/legend/continuous.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/legend/discrete-legend.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/legend/size-legend.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/map-label.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/mark-area.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/mark-line.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/mark-point.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/player.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/poptip.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/title.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/component/tooltip.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/constants.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/index.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/mark.d.ts +0 -3
- package/build/es5/theme/buildin-theme/light/series/area.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/bar.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/bar3d.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/box-plot.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/circle-packing.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/circular-progress.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/dot.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/funnel.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/funnel3d.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/gauge-pointer.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/gauge.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/heatmap.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/index.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/line.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/linear-progress.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/link.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/map.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/pie.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/pie3d.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/radar.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/rangeColumn.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/rose.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/sankey.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/scatter.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/sunburst.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/treemap.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/waterfall.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/word-cloud.d.ts +0 -2
- package/build/es5/theme/buildin-theme/light/series/word-cloud3d.d.ts +0 -2
- package/build/es5/theme/color-scheme/interface.d.ts +0 -29
- package/build/es5/theme/color-scheme/util.d.ts +0 -8
- package/build/es5/theme/index.d.ts +0 -3
- package/build/es5/theme/interface.d.ts +0 -44
- package/build/es5/theme/theme-manager.d.ts +0 -13
- package/build/es5/typings/common.d.ts +0 -7
- package/build/es5/typings/coordinate.d.ts +0 -9
- package/build/es5/typings/cursor.d.ts +0 -1
- package/build/es5/typings/data.d.ts +0 -1
- package/build/es5/typings/geo.d.ts +0 -3
- package/build/es5/typings/index.d.ts +0 -13
- package/build/es5/typings/interpolate.d.ts +0 -5
- package/build/es5/typings/line-stroke.d.ts +0 -3
- package/build/es5/typings/params.d.ts +0 -17
- package/build/es5/typings/scale.d.ts +0 -33
- package/build/es5/typings/shape.d.ts +0 -27
- package/build/es5/typings/space.d.ts +0 -19
- package/build/es5/typings/spec/chart.d.ts +0 -59
- package/build/es5/typings/spec/common.d.ts +0 -250
- package/build/es5/typings/spec/index.d.ts +0 -4
- package/build/es5/typings/tooltip/common.d.ts +0 -8
- package/build/es5/typings/tooltip/handler.d.ts +0 -8
- package/build/es5/typings/tooltip/index.d.ts +0 -6
- package/build/es5/typings/tooltip/line.d.ts +0 -15
- package/build/es5/typings/tooltip/position.d.ts +0 -19
- package/build/es5/typings/tooltip/shape.d.ts +0 -14
- package/build/es5/typings/tooltip/tooltip.d.ts +0 -24
- package/build/es5/typings/visual.d.ts +0 -293
- package/build/es5/util/array.d.ts +0 -3
- package/build/es5/util/color.d.ts +0 -3
- package/build/es5/util/data.d.ts +0 -21
- package/build/es5/util/debug.d.ts +0 -9
- package/build/es5/util/env.d.ts +0 -7
- package/build/es5/util/hierarchy.d.ts +0 -3
- package/build/es5/util/id.d.ts +0 -2
- package/build/es5/util/image.d.ts +0 -4
- package/build/es5/util/index.d.ts +0 -22
- package/build/es5/util/math.d.ts +0 -41
- package/build/es5/util/model.d.ts +0 -4
- package/build/es5/util/object.d.ts +0 -5
- package/build/es5/util/scale.d.ts +0 -25
- package/build/es5/util/space.d.ts +0 -19
- package/build/es5/util/spec.d.ts +0 -10
- package/build/es5/util/style.d.ts +0 -4
- package/build/es5/util/text.d.ts +0 -9
- package/build/es5/util/type.d.ts +0 -7
- package/build/es5/vchart-all.d.ts +0 -2
- package/build/es5/vchart-simple.d.ts +0 -2
- package/build/tsconfig.tsbuildinfo +0 -1
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
-
export declare class BarChart extends CartesianChart {
|
|
3
|
-
static readonly type: string;
|
|
4
|
-
static readonly view: string;
|
|
5
|
-
readonly type: string;
|
|
6
|
-
readonly seriesType: string;
|
|
7
|
-
protected _getDefaultSeriesSpec(spec: any): any;
|
|
8
|
-
transformSpec(spec: any): void;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IBarSeriesSpec, IBar3dSeriesSpec } from '../../series/bar/interface';
|
|
2
|
-
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
3
|
-
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
-
export interface IBarChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IBarSeriesSpec> {
|
|
5
|
-
type: 'bar';
|
|
6
|
-
series?: IBarSeriesSpec[];
|
|
7
|
-
}
|
|
8
|
-
export interface IBar3dChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IBar3dSeriesSpec> {
|
|
9
|
-
type: 'bar3d';
|
|
10
|
-
series?: IBar3dSeriesSpec[];
|
|
11
|
-
}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
import type { ISeriesSpec, Datum, IMarkStateSpec, IRegionQuerier, MaybeArray, IPadding, IRect, StringOrNumber, IChartSpec } from '../typings';
|
|
2
|
-
import type { LayoutCallBack } from '../layout/interface';
|
|
3
|
-
import type { ILayoutModelState, ILayoutOrientPadding, ILayoutRect, IModel, IModelOption, IUpdateSpecResult } from '../model/interface';
|
|
4
|
-
import type { IChart, IChartLayoutOption, IChartRenderOption, IChartOption, IChartEvaluateOption, ILayoutParams, DimensionIndexOption } from './interface';
|
|
5
|
-
import type { ISeries } from '../series/interface';
|
|
6
|
-
import type { IRegion } from '../region/interface';
|
|
7
|
-
import type { IComponent } from '../component/interface';
|
|
8
|
-
import { type IMark } from '../mark/interface';
|
|
9
|
-
import type { IEvent } from '../event/interface';
|
|
10
|
-
import type { DataView } from '@visactor/vdataset';
|
|
11
|
-
import type { DataSet } from '@visactor/vdataset/es/data-set';
|
|
12
|
-
import { Stack } from './stack';
|
|
13
|
-
import type { ITheme } from '../theme/interface';
|
|
14
|
-
import type { IParserOptions } from '@visactor/vdataset/es/parser';
|
|
15
|
-
import type { IBoundsLike } from '@visactor/vutils';
|
|
16
|
-
import type { IMorphConfig, IMark as IVGrammarMark, IView } from '@visactor/vgrammar';
|
|
17
|
-
import { CompilableBase } from '../compile/compilable-base';
|
|
18
|
-
import type { IGlobalScale } from '../scale/interface';
|
|
19
|
-
import type { IRectMark } from '../mark/rect';
|
|
20
|
-
export declare class BaseChart extends CompilableBase implements IChart {
|
|
21
|
-
readonly type: string;
|
|
22
|
-
readonly id: number;
|
|
23
|
-
protected _spec: any;
|
|
24
|
-
getSpec(): any;
|
|
25
|
-
setSpec(s: any): void;
|
|
26
|
-
getOption(): IChartOption;
|
|
27
|
-
protected _theme: ITheme;
|
|
28
|
-
protected _regions: IRegion[];
|
|
29
|
-
protected _series: ISeries[];
|
|
30
|
-
protected _components: IComponent[];
|
|
31
|
-
protected _layoutFunc: LayoutCallBack;
|
|
32
|
-
protected _layoutRect: IRect;
|
|
33
|
-
getLayoutRect(): IRect;
|
|
34
|
-
protected _viewRect: ILayoutRect;
|
|
35
|
-
getViewRect(): ILayoutRect;
|
|
36
|
-
protected _viewBox: IBoundsLike;
|
|
37
|
-
protected _modelOption: IModelOption;
|
|
38
|
-
protected _globalScale: IGlobalScale;
|
|
39
|
-
protected _idMap: Map<number, IModel | IMark>;
|
|
40
|
-
protected _event: IEvent;
|
|
41
|
-
getEvent(): IEvent;
|
|
42
|
-
protected _dataSet: DataSet;
|
|
43
|
-
protected _option: IChartOption;
|
|
44
|
-
protected _layoutTag: boolean;
|
|
45
|
-
getLayoutTag(): boolean;
|
|
46
|
-
setLayoutTag(tag: boolean, morphConfig?: IMorphConfig): boolean;
|
|
47
|
-
readonly state: ILayoutModelState;
|
|
48
|
-
protected _stack: Stack;
|
|
49
|
-
padding: IPadding;
|
|
50
|
-
protected _paddingSpec: ILayoutOrientPadding;
|
|
51
|
-
protected _canvasRect: ILayoutRect;
|
|
52
|
-
protected _backgroundMark: IRectMark;
|
|
53
|
-
constructor(spec: any, option: IChartOption);
|
|
54
|
-
created(): void;
|
|
55
|
-
transformSpec(spec: any): void;
|
|
56
|
-
init(options?: any): void;
|
|
57
|
-
onResize(width: number, height: number): void;
|
|
58
|
-
updateViewBox(viewBox: IBoundsLike): void;
|
|
59
|
-
createBackground(bg: IChartSpec['background']): void;
|
|
60
|
-
createRegion(regionSpec: any[]): void;
|
|
61
|
-
initRegion(): void;
|
|
62
|
-
createSeries(seriesSpec: ISeriesSpec[]): void;
|
|
63
|
-
initSeries(): void;
|
|
64
|
-
getAllSeries: () => ISeries[];
|
|
65
|
-
getSeriesById(id: number): ISeries | undefined;
|
|
66
|
-
private _createComponent;
|
|
67
|
-
createComponent(spec: any): void;
|
|
68
|
-
initComponent(): void;
|
|
69
|
-
getAllComponents(): IComponent[];
|
|
70
|
-
getAllModels(): IModel[];
|
|
71
|
-
createLayout(): void;
|
|
72
|
-
setLayout(layout: LayoutCallBack): void;
|
|
73
|
-
private _initLayoutFunc;
|
|
74
|
-
layout(params: ILayoutParams): void;
|
|
75
|
-
onLayoutStart(option: IChartLayoutOption): void;
|
|
76
|
-
onLayoutEnd(option: IChartLayoutOption): void;
|
|
77
|
-
onEvaluateEnd(option: IChartEvaluateOption): void;
|
|
78
|
-
getLayoutElements(): (IRegion | ISeries | IComponent)[];
|
|
79
|
-
getRegionsInIndex: (index?: number[]) => IRegion[];
|
|
80
|
-
getAllRegions: () => IRegion[];
|
|
81
|
-
getRegionsInIds: (ids: number[]) => IRegion[];
|
|
82
|
-
getRegionsInQuerier: (region?: MaybeArray<IRegionQuerier>) => IRegion[];
|
|
83
|
-
getRegionsInUserId: (userId: StringOrNumber) => IRegion | undefined;
|
|
84
|
-
getRegionsInUserIdOrIndex: (user_ids?: StringOrNumber[], index?: number[]) => IRegion[];
|
|
85
|
-
getComponents: () => IComponent[];
|
|
86
|
-
getSeriesInIndex: (index?: number[]) => ISeries[];
|
|
87
|
-
getSeriesInIds: (ids?: number[]) => ISeries[];
|
|
88
|
-
getSeriesInUserId: (userId: StringOrNumber) => ISeries | undefined;
|
|
89
|
-
getSeriesInUserIdOrIndex: (user_ids?: StringOrNumber[], index?: number[]) => ISeries[];
|
|
90
|
-
getComponentByIndex: (key: string, index: number) => IComponent;
|
|
91
|
-
getComponentsByKey: (key: string) => IComponent[];
|
|
92
|
-
getComponentByUserId: (userId: StringOrNumber) => IComponent;
|
|
93
|
-
getModelById(id: number): IModel | undefined;
|
|
94
|
-
getModelByUserId(userId: StringOrNumber): IModel | undefined;
|
|
95
|
-
getAllMarks(): IMark[];
|
|
96
|
-
getMarkById(id: number): IMark | undefined;
|
|
97
|
-
updateParseData(id: string, data: Datum[], options?: IParserOptions): void;
|
|
98
|
-
updateData(id: StringOrNumber, data: unknown, updateGlobalScale?: boolean, options?: IParserOptions): void;
|
|
99
|
-
onRender(option: IChartRenderOption): void;
|
|
100
|
-
getCanvasRect(): Omit<IRect, 'x' | 'y'>;
|
|
101
|
-
getSeriesData(id: StringOrNumber | undefined, index: number | undefined): DataView | undefined;
|
|
102
|
-
private _transformSpecScale;
|
|
103
|
-
createGlobalScale(): void;
|
|
104
|
-
updateGlobalScaleDomain(): void;
|
|
105
|
-
updateGlobalScale(result: IUpdateSpecResult): void;
|
|
106
|
-
updateGlobalScaleTheme(): void;
|
|
107
|
-
updateSpec(spec: any, morphConfig?: IMorphConfig): {
|
|
108
|
-
change: boolean;
|
|
109
|
-
reMake: boolean;
|
|
110
|
-
reRender: boolean;
|
|
111
|
-
reSize: boolean;
|
|
112
|
-
reCompile: boolean;
|
|
113
|
-
};
|
|
114
|
-
updateDataSpec(result: IUpdateSpecResult): void;
|
|
115
|
-
updateRegionSpec(result: IUpdateSpecResult): void;
|
|
116
|
-
updateComponentSpec(result: IUpdateSpecResult): void;
|
|
117
|
-
updateSeriesSpec(result: IUpdateSpecResult): void;
|
|
118
|
-
getCanvas(): HTMLCanvasElement;
|
|
119
|
-
protected isValidSeries(seriesType: string): boolean;
|
|
120
|
-
protected _getDefaultSeriesSpec(spec: any): any;
|
|
121
|
-
private _mergeUpdateResult;
|
|
122
|
-
private _updateLayoutRect;
|
|
123
|
-
getCurrentTheme(): ITheme;
|
|
124
|
-
setCurrentTheme(theme: ITheme): void;
|
|
125
|
-
protected setRegionTheme(): void;
|
|
126
|
-
protected setComponentTheme(theme: ITheme): void;
|
|
127
|
-
protected setSeriesTheme(theme: ITheme): void;
|
|
128
|
-
compile(): void;
|
|
129
|
-
afterCompile(): void;
|
|
130
|
-
compileLayout(): void;
|
|
131
|
-
compileBackground(): void;
|
|
132
|
-
compileRegions(): void;
|
|
133
|
-
compileSeries(): void;
|
|
134
|
-
compileComponents(): void;
|
|
135
|
-
release(): void;
|
|
136
|
-
onLayout(srView: IView): void;
|
|
137
|
-
checkUpdate(mark: IVGrammarMark, model: IModel, sceneRoot: IVGrammarMark): void;
|
|
138
|
-
updateState(state: Record<string, Omit<IMarkStateSpec<unknown>, 'style'>>, filter?: (series: ISeries, mark: IMark, stateKey: string) => boolean): void;
|
|
139
|
-
setSelected(datum: MaybeArray<any> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier): void;
|
|
140
|
-
setHovered(datum: MaybeArray<Datum> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier): void;
|
|
141
|
-
initEvent(): void;
|
|
142
|
-
protected _enableMarkAnimation(states: string | string[]): void;
|
|
143
|
-
protected _disableMarkAnimation(states: string | string[]): void;
|
|
144
|
-
protected _setStateInDatum(stateKey: string, checkReverse: boolean, datum: MaybeArray<Datum> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier): void;
|
|
145
|
-
setDimensionIndex(value: StringOrNumber, opt: DimensionIndexOption): void;
|
|
146
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
-
import type { IBoxPlotChartSpec } from './interface';
|
|
3
|
-
export declare class BoxPlotChart extends CartesianChart {
|
|
4
|
-
static readonly type: string;
|
|
5
|
-
static readonly view: string;
|
|
6
|
-
readonly type: string;
|
|
7
|
-
readonly seriesType: string;
|
|
8
|
-
protected _getDefaultSeriesSpec(spec: IBoxPlotChartSpec): any;
|
|
9
|
-
transformSpec(spec: IBoxPlotChartSpec): void;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IBoxPlotSeriesSpec } from '../../series/box-plot/interface';
|
|
2
|
-
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
3
|
-
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
4
|
-
export interface IBoxPlotChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IBoxPlotSeriesSpec> {
|
|
5
|
-
type: 'boxPlot';
|
|
6
|
-
series?: IBoxPlotSeriesSpec[];
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { BaseChart } from '../base-chart';
|
|
2
|
-
export declare class CartesianChart extends BaseChart {
|
|
3
|
-
readonly seriesType: string;
|
|
4
|
-
protected isValidSeries(type: string): boolean;
|
|
5
|
-
protected needAxes(): boolean;
|
|
6
|
-
protected _getDefaultSeriesSpec(spec: any): any;
|
|
7
|
-
transformSpec(spec: any): void;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IChartSpec } from '../../typings/spec/common';
|
|
2
|
-
import type { ICartesianAxisSpec } from '../../component/axis/cartesian/interface';
|
|
3
|
-
import type { ICartesianCrosshairSpec } from '../../component/crosshair/interface';
|
|
4
|
-
import type { IMarkLineSpec } from '../../component/marker/mark-line/interface';
|
|
5
|
-
import type { IMarkAreaSpec } from '../../component/marker/mark-area/interface';
|
|
6
|
-
import type { IMarkPointSpec } from '../../component/marker/mark-point/interface';
|
|
7
|
-
import type { DirectionType } from '../../typings';
|
|
8
|
-
export interface ICartesianChartSpec extends IChartSpec {
|
|
9
|
-
direction?: DirectionType;
|
|
10
|
-
axes?: ICartesianAxisSpec[];
|
|
11
|
-
crosshair?: ICartesianCrosshairSpec | ICartesianCrosshairSpec[];
|
|
12
|
-
markLine?: IMarkLineSpec;
|
|
13
|
-
markArea?: IMarkAreaSpec;
|
|
14
|
-
markPoint?: IMarkPointSpec;
|
|
15
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ICirclePackingSeriesSpec } from '../../series/circle-packing/interface';
|
|
2
|
-
import { BaseChart } from '../base-chart';
|
|
3
|
-
import type { ICirclePackingChartSpec } from './interface';
|
|
4
|
-
export declare class CirclePackingChart extends BaseChart {
|
|
5
|
-
static readonly type: string;
|
|
6
|
-
static readonly view: string;
|
|
7
|
-
readonly type: string;
|
|
8
|
-
readonly seriesType: string;
|
|
9
|
-
protected getDefaultSeriesSpec(spec: ICirclePackingChartSpec): ICirclePackingSeriesSpec;
|
|
10
|
-
transformSpec(spec: ICirclePackingChartSpec): void;
|
|
11
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { ICirclePackingSeriesSpec } from '../../series/circle-packing/interface';
|
|
2
|
-
import type { IChartExtendsSeriesSpec, IChartSpec } from '../../typings/spec/common';
|
|
3
|
-
export interface ICirclePackingChartSpec extends IChartSpec, IChartExtendsSeriesSpec<ICirclePackingSeriesSpec> {
|
|
4
|
-
type: 'circlePacking';
|
|
5
|
-
series?: ICirclePackingSeriesSpec[];
|
|
6
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { ILineSeriesSpec } from '../../series/line/interface';
|
|
2
|
-
import type { IAreaSeriesSpec } from '../../series/area/interface';
|
|
3
|
-
import type { IChartSpec } from '../../typings/spec/common';
|
|
4
|
-
import type { IBar3dSeriesSpec, IBarSeriesSpec } from '../../series/bar/interface';
|
|
5
|
-
import type { IRangeColumnChartSpec } from '../range-column';
|
|
6
|
-
import type { IRangeAreaChartSpec } from '../range-area';
|
|
7
|
-
import type { IDotSeriesSpec } from '../../series/dot/interface';
|
|
8
|
-
import type { IMapSeriesSpec } from '../../series/map/interface';
|
|
9
|
-
import type { IPie3dSeriesSpec, IPieSeriesSpec } from '../../series/pie/interface';
|
|
10
|
-
import type { ILinkSeriesSpec } from '../../series/link/interface';
|
|
11
|
-
import type { IRadarSeriesSpec } from '../../series/radar/interface';
|
|
12
|
-
import type { IRoseSeriesSpec } from '../../series/rose/interface';
|
|
13
|
-
import type { IScatterSeriesSpec } from '../../series/scatter/interface';
|
|
14
|
-
import type { IWordCloud3dSeriesSpec, IWordCloudSeriesSpec } from '../../series/word-cloud/interface';
|
|
15
|
-
import type { IGaugePointerSeriesSpec, IGaugeSeriesSpec } from '../../series/gauge';
|
|
16
|
-
import type { IBoxPlotSeriesSpec } from '../../series/box-plot/interface';
|
|
17
|
-
import type { ICirclePackingSeriesSpec } from '../../series/circle-packing/interface';
|
|
18
|
-
import type { IFunnelSeriesSpec, IFunnel3dSeriesSpec } from '../../series/funnel/interface';
|
|
19
|
-
import type { IHeatmapSeriesSpec } from '../../series/heatmap/interface';
|
|
20
|
-
import type { ICircularProgressSeriesSpec } from '../../series/progress/circular/interface';
|
|
21
|
-
import type { ILinearProgressSeriesSpec } from '../../series/progress/linear/interface';
|
|
22
|
-
import type { ISankeySeriesSpec } from '../../series/sankey/interface';
|
|
23
|
-
import type { ISunburstSeriesSpec } from '../../series/sunburst/interface';
|
|
24
|
-
import type { ITreemapSeriesSpec } from '../../series/treemap/interface';
|
|
25
|
-
import type { IWaterfallSeriesSpec } from '../../series/waterfall/interface';
|
|
26
|
-
import type { ICartesianAxisSpec, IPolarAxisSpec } from '../../component';
|
|
27
|
-
import type { ICartesianCrosshairSpec, IPolarCrosshairSpec } from '../../component/crosshair/interface';
|
|
28
|
-
import type { IMarkLineSpec } from '../../component/marker/mark-line/interface';
|
|
29
|
-
import type { IMarkAreaSpec } from '../../component/marker/mark-area/interface';
|
|
30
|
-
import type { IMarkPointSpec } from '../../component/marker/mark-point/interface';
|
|
31
|
-
export interface ICommonChartSpec extends Omit<IChartSpec, 'series'> {
|
|
32
|
-
type: 'common';
|
|
33
|
-
seriesField?: string;
|
|
34
|
-
series?: (IAreaSeriesSpec | ILineSeriesSpec | IBar3dSeriesSpec | IBarSeriesSpec | IRangeColumnChartSpec | IRangeAreaChartSpec | IDotSeriesSpec | IMapSeriesSpec | IPie3dSeriesSpec | IPieSeriesSpec | ILinkSeriesSpec | IRadarSeriesSpec | IRoseSeriesSpec | IScatterSeriesSpec | ICircularProgressSeriesSpec | ILinearProgressSeriesSpec | IWordCloudSeriesSpec | IWordCloud3dSeriesSpec | IFunnelSeriesSpec | IFunnel3dSeriesSpec | IBoxPlotSeriesSpec | IGaugeSeriesSpec | ISankeySeriesSpec | ITreemapSeriesSpec | ISunburstSeriesSpec | ICirclePackingSeriesSpec | IWaterfallSeriesSpec | IHeatmapSeriesSpec | IGaugePointerSeriesSpec)[];
|
|
35
|
-
axes?: ICartesianAxisSpec[] | IPolarAxisSpec[];
|
|
36
|
-
crosshair?: ICartesianCrosshairSpec | ICartesianCrosshairSpec[] | IPolarCrosshairSpec | IPolarCrosshairSpec[];
|
|
37
|
-
markLine?: IMarkLineSpec;
|
|
38
|
-
markArea?: IMarkAreaSpec;
|
|
39
|
-
markPoint?: IMarkPointSpec;
|
|
40
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IFunnelSeriesSpec } from '../../series/funnel/interface';
|
|
2
|
-
import type { IFunnelChartSpec } from './interface';
|
|
3
|
-
import { BaseChart } from '../base-chart';
|
|
4
|
-
export declare class BaseFunnelChart extends BaseChart {
|
|
5
|
-
seriesType: string;
|
|
6
|
-
protected needAxes(): boolean;
|
|
7
|
-
protected _getDefaultSeriesSpec(spec: IFunnelChartSpec): IFunnelSeriesSpec;
|
|
8
|
-
transformSpec(spec: IFunnelChartSpec): void;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IChartExtendsSeriesSpec } from '../..';
|
|
2
|
-
import type { IFunnelSeriesSpec, IFunnel3dSeriesSpec } from '../../series/funnel/interface';
|
|
3
|
-
import type { IChartSpec } from '../../typings/spec';
|
|
4
|
-
export interface IFunnelChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IFunnelSeriesSpec> {
|
|
5
|
-
type: 'funnel';
|
|
6
|
-
}
|
|
7
|
-
export interface IFunnel3dChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IFunnel3dSeriesSpec> {
|
|
8
|
-
type: 'funnel3d';
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ProgressLikeChart } from '../polar/progress-like';
|
|
2
|
-
export declare class GaugeChart extends ProgressLikeChart {
|
|
3
|
-
static readonly type: string;
|
|
4
|
-
static readonly view: string;
|
|
5
|
-
readonly type: string;
|
|
6
|
-
readonly seriesType: string;
|
|
7
|
-
protected _getDefaultSeriesSpec(spec: any): any;
|
|
8
|
-
protected _getDefaultCircularProgressSeriesSpec(spec: any): any;
|
|
9
|
-
transformSpec(spec: any): void;
|
|
10
|
-
protected _transformGaugeAxisSpec(spec: any): void;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { IChartSpec } from '../../typings/spec/common';
|
|
2
|
-
import type { IPolarAxisSpec } from '../../component/axis/polar/interface';
|
|
3
|
-
import type { IGaugePointerSeriesSpec, IGaugeSeriesSpec } from '../../series/gauge';
|
|
4
|
-
import type { ILinearAxisSpec } from '../../component/axis/interface';
|
|
5
|
-
import type { ICircularProgressSeriesSpec } from '../../series/progress/circular/interface';
|
|
6
|
-
export interface IGaugeChartSpec extends IChartSpec, Omit<IGaugePointerSeriesSpec, 'data' | 'type' | 'morph'> {
|
|
7
|
-
type: 'gauge';
|
|
8
|
-
gauge?: Omit<IGaugeSeriesSpec, 'data'> | Omit<ICircularProgressSeriesSpec, 'data'>;
|
|
9
|
-
axes?: (IPolarAxisSpec | ILinearAxisSpec)[];
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
-
export declare class HeatmapChart extends CartesianChart {
|
|
3
|
-
static readonly type: string;
|
|
4
|
-
static readonly view: string;
|
|
5
|
-
readonly type: string;
|
|
6
|
-
readonly seriesType: string;
|
|
7
|
-
protected _getDefaultSeriesSpec(spec: any): any;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IHeatmapSeriesSpec } from '../../series/heatmap/interface';
|
|
2
|
-
import type { IChartExtendsSeriesSpec } from '../../typings/spec';
|
|
3
|
-
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
-
export interface IHeatmapChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IHeatmapSeriesSpec> {
|
|
5
|
-
type: 'heatmap';
|
|
6
|
-
series?: IHeatmapSeriesSpec[];
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { BaseHistogramChart } from './base';
|
|
2
|
-
export declare class HistogramChart extends BaseHistogramChart {
|
|
3
|
-
static readonly type: string;
|
|
4
|
-
static readonly view: string;
|
|
5
|
-
readonly type: string;
|
|
6
|
-
readonly seriesType: string;
|
|
7
|
-
transformSpec(spec: any): void;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IBarSeriesSpec, IBar3dSeriesSpec } from '../../series/bar/interface';
|
|
2
|
-
import type { IChartExtendsSeriesSpec } from '../../typings';
|
|
3
|
-
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
-
export interface IHistogramChartSpec extends ICartesianChartSpec, Omit<IChartExtendsSeriesSpec<IBarSeriesSpec>, 'type'> {
|
|
5
|
-
type: 'histogram';
|
|
6
|
-
}
|
|
7
|
-
export interface IHistogram3dChartSpec extends ICartesianChartSpec, Omit<IChartExtendsSeriesSpec<IBar3dSeriesSpec>, 'type'> {
|
|
8
|
-
type: 'histogram3d';
|
|
9
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import type { IAreaChartSpec } from './area';
|
|
2
|
-
import { AreaChart } from './area';
|
|
3
|
-
import type { IBarChartSpec, IBar3dChartSpec } from './bar';
|
|
4
|
-
import { BarChart, Bar3dChart } from './bar';
|
|
5
|
-
import type { IBoxPlotChartSpec } from './box-plot';
|
|
6
|
-
import { BoxPlotChart } from './box-plot';
|
|
7
|
-
import type { ICirclePackingChartSpec } from './circle-packing';
|
|
8
|
-
import { CirclePackingChart } from './circle-packing';
|
|
9
|
-
import type { ICommonChartSpec } from './common';
|
|
10
|
-
import { CommonChart } from './common';
|
|
11
|
-
import type { IFunnelChartSpec, IFunnel3dChartSpec } from './funnel';
|
|
12
|
-
import { FunnelChart, Funnel3dChart } from './funnel';
|
|
13
|
-
import type { IGaugeChartSpec } from './gauge';
|
|
14
|
-
import { GaugeChart } from './gauge';
|
|
15
|
-
import type { IHeatmapChartSpec } from './heatmap';
|
|
16
|
-
import { HeatmapChart } from './heatmap';
|
|
17
|
-
import type { IHistogramChartSpec, IHistogram3dChartSpec } from './histogram';
|
|
18
|
-
import { HistogramChart, Histogram3dChart } from './histogram';
|
|
19
|
-
import type { ILineChartSpec } from './line';
|
|
20
|
-
import { LineChart } from './line';
|
|
21
|
-
import type { IMapChartSpec } from './map';
|
|
22
|
-
import { MapChart } from './map';
|
|
23
|
-
import type { IPieChartSpec, IPie3dChartSpec } from './pie';
|
|
24
|
-
import { PieChart, Pie3dChart } from './pie';
|
|
25
|
-
import type { ICircularProgressChartSpec } from './progress/circular';
|
|
26
|
-
import { CircularProgressChart } from './progress/circular';
|
|
27
|
-
import type { ILinearProgressChartSpec } from './progress/linear';
|
|
28
|
-
import { LinearProgressChart } from './progress/linear';
|
|
29
|
-
import type { IRadarChartSpec } from './radar';
|
|
30
|
-
import { RadarChart } from './radar';
|
|
31
|
-
import type { IRangeAreaChartSpec } from './range-area';
|
|
32
|
-
import { RangeAreaChart } from './range-area';
|
|
33
|
-
import type { IRangeColumnChartSpec, IRangeColumn3dChartSpec } from './range-column';
|
|
34
|
-
import { RangeColumnChart, RangeColumn3dChart } from './range-column';
|
|
35
|
-
import type { IRoseChartSpec } from './rose';
|
|
36
|
-
import { RoseChart } from './rose';
|
|
37
|
-
import type { ISankeyChartSpec } from './sankey';
|
|
38
|
-
import { SankeyChart } from './sankey';
|
|
39
|
-
import type { IScatterChartSpec } from './scatter';
|
|
40
|
-
import { ScatterChart } from './scatter';
|
|
41
|
-
import type { ISequenceChartSpec } from './sequence';
|
|
42
|
-
import { SequenceChart } from './sequence';
|
|
43
|
-
import type { ISunburstChartSpec } from './sunburst';
|
|
44
|
-
import { SunburstChart } from './sunburst';
|
|
45
|
-
import type { ITreemapChartSpec } from './treemap';
|
|
46
|
-
import { TreeMapChart } from './treemap';
|
|
47
|
-
import type { IWaterfallChartSpec } from './waterfall';
|
|
48
|
-
import { WaterfallChart } from './waterfall';
|
|
49
|
-
import type { IWordCloudChartSpec, IWordCloud3dChartSpec } from './word-cloud';
|
|
50
|
-
import { WordCloudChart, WordCloud3dChart } from './word-cloud';
|
|
51
|
-
import { BaseChart } from './base-chart';
|
|
52
|
-
import type { ICartesianChartSpec } from './cartesian';
|
|
53
|
-
import { CartesianChart } from './cartesian';
|
|
54
|
-
import type { IPolarChartSpec } from './polar';
|
|
55
|
-
import { PolarChart, RoseLikeChart, ProgressLikeChart } from './polar';
|
|
56
|
-
export { AreaChart, BarChart, Bar3dChart, BoxPlotChart, CirclePackingChart, CommonChart, FunnelChart, Funnel3dChart, GaugeChart, HeatmapChart, HistogramChart, Histogram3dChart, LineChart, MapChart, PieChart, Pie3dChart, CircularProgressChart, LinearProgressChart, RadarChart, RangeColumnChart, RangeColumn3dChart, RangeAreaChart, RoseChart, SankeyChart, ScatterChart, SunburstChart, SequenceChart, WaterfallChart, WordCloudChart, WordCloud3dChart, TreeMapChart, BaseChart, PolarChart, ProgressLikeChart, RoseLikeChart, CartesianChart };
|
|
57
|
-
export type { IAreaChartSpec, IBarChartSpec, IBar3dChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IFunnel3dChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, IHistogram3dChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, IPie3dChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeColumn3dChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, IWordCloud3dChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec };
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import type { IEvent } from './../../event/interface';
|
|
2
|
-
import type { LayoutCallBack } from '../../layout/interface';
|
|
3
|
-
import type { IMorphConfig, IView } from '@visactor/vgrammar';
|
|
4
|
-
import type { IParserOptions } from '@visactor/vdataset/es/parser';
|
|
5
|
-
import type { IComponent } from '../../component/interface';
|
|
6
|
-
import type { IMark } from '../../mark/interface';
|
|
7
|
-
import type { ILayoutRect, IModel, IUpdateSpecResult } from '../../model/interface';
|
|
8
|
-
import type { IRegion } from '../../region/interface';
|
|
9
|
-
import type { ISeries } from '../../series/interface';
|
|
10
|
-
import type { ITheme } from '../../theme';
|
|
11
|
-
import type { IChartEvaluateOption, IChartInitOption, IChartLayoutOption, IChartOption, IChartRenderOption, ILayoutParams } from './common';
|
|
12
|
-
import type { IBoundsLike, IPadding } from '@visactor/vutils';
|
|
13
|
-
import type { ICompilable } from '../../compile/interface';
|
|
14
|
-
import type { IRegionQuerier, MaybeArray, Datum, IMarkStateSpec, StringOrNumber, IShowTooltipOption } from '../../typings';
|
|
15
|
-
import type { DataView } from '@visactor/vdataset';
|
|
16
|
-
export type DimensionIndexOption = {
|
|
17
|
-
filter?: (cmp: IComponent) => boolean;
|
|
18
|
-
tooltip?: boolean;
|
|
19
|
-
showTooltipOption?: IShowTooltipOption;
|
|
20
|
-
crosshair?: boolean;
|
|
21
|
-
};
|
|
22
|
-
export interface IChart extends ICompilable {
|
|
23
|
-
padding: IPadding;
|
|
24
|
-
readonly type: string;
|
|
25
|
-
getSpec: () => any;
|
|
26
|
-
setSpec: (s: any) => void;
|
|
27
|
-
getCanvasRect: () => ILayoutRect;
|
|
28
|
-
getOption: () => IChartOption;
|
|
29
|
-
getEvent: () => IEvent;
|
|
30
|
-
setLayout: (layout: LayoutCallBack) => void;
|
|
31
|
-
layout: (context: ILayoutParams) => void;
|
|
32
|
-
getLayoutTag: () => boolean;
|
|
33
|
-
setLayoutTag: (tag: boolean) => boolean;
|
|
34
|
-
updateParseData: (id: string, data: Datum[], options?: IParserOptions) => void;
|
|
35
|
-
updateData: (id: StringOrNumber, data: unknown, updateGlobalScale?: boolean, options?: IParserOptions) => void;
|
|
36
|
-
updateGlobalScaleDomain: () => void;
|
|
37
|
-
created: () => void;
|
|
38
|
-
transformSpec: (spec: any) => void;
|
|
39
|
-
init: (option: IChartInitOption) => void;
|
|
40
|
-
onLayoutStart: (ctx: IChartLayoutOption) => void;
|
|
41
|
-
onLayoutEnd: (ctx: IChartLayoutOption) => void;
|
|
42
|
-
onEvaluateEnd: (ctx: IChartEvaluateOption) => void;
|
|
43
|
-
onRender: (ctx: IChartRenderOption) => void;
|
|
44
|
-
onResize: (width: number, height: number) => void;
|
|
45
|
-
onLayout: (view: IView) => void;
|
|
46
|
-
getAllSeries: () => ISeries[];
|
|
47
|
-
getRegionsInIndex: (index?: number[]) => IRegion[];
|
|
48
|
-
getRegionsInIds: (ids: number[]) => IRegion[];
|
|
49
|
-
getAllRegions: () => IRegion[];
|
|
50
|
-
getRegionsInUserIdOrIndex: (user_ids?: StringOrNumber[], index?: number[]) => IRegion[];
|
|
51
|
-
getRegionsInQuerier: (query: MaybeArray<IRegionQuerier>) => IRegion[];
|
|
52
|
-
getSeriesInIndex: (index?: number[]) => ISeries[];
|
|
53
|
-
getSeriesInIds: (ids?: number[]) => ISeries[];
|
|
54
|
-
getSeriesInUserIdOrIndex: (user_ids?: StringOrNumber[], index?: number[]) => ISeries[];
|
|
55
|
-
getSeriesInUserId: (userId: StringOrNumber) => ISeries | undefined;
|
|
56
|
-
getComponentByIndex: (key: string, index: number) => IComponent | undefined;
|
|
57
|
-
getComponentByUserId: (userId: StringOrNumber) => IComponent | undefined;
|
|
58
|
-
getComponentsByKey: (key: string) => IComponent[];
|
|
59
|
-
getAllComponents: () => IComponent[];
|
|
60
|
-
getModelById: (id: number) => IModel | undefined;
|
|
61
|
-
getModelByUserId: (userId: StringOrNumber) => IModel | undefined;
|
|
62
|
-
getAllModels: () => IModel[];
|
|
63
|
-
getMarkById: (id: number) => IMark | undefined;
|
|
64
|
-
getAllMarks: () => IMark[];
|
|
65
|
-
updateSpec: (spec: any, morphConfig?: IMorphConfig) => IUpdateSpecResult;
|
|
66
|
-
updateState: (state: Record<string, Omit<IMarkStateSpec<unknown>, 'style'>>, filter?: (series: ISeries, mark: IMark, stateKey: string) => boolean) => void;
|
|
67
|
-
setSelected: (datum: MaybeArray<any> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier) => void;
|
|
68
|
-
setHovered: (datum: MaybeArray<Datum> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier) => void;
|
|
69
|
-
updateViewBox: (viewBox: IBoundsLike) => void;
|
|
70
|
-
getCanvas: () => HTMLCanvasElement | undefined;
|
|
71
|
-
getCurrentTheme: () => ITheme;
|
|
72
|
-
setCurrentTheme: (theme: ITheme, noRender?: boolean) => void;
|
|
73
|
-
getSeriesData: (id: StringOrNumber | undefined, index: number | undefined) => DataView | undefined;
|
|
74
|
-
setDimensionIndex: (value: StringOrNumber, opt: DimensionIndexOption) => void;
|
|
75
|
-
}
|
|
76
|
-
export interface IChartConstructor {
|
|
77
|
-
readonly type: string;
|
|
78
|
-
readonly series?: string | string[];
|
|
79
|
-
readonly view: string;
|
|
80
|
-
new (spec: any, options: IChartOption): IChart;
|
|
81
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { LayoutCallBack } from '../../layout/interface';
|
|
2
|
-
import type { IRenderOption } from '../../compile/interface';
|
|
3
|
-
import type { IModelOption } from '../../model/interface';
|
|
4
|
-
import type { IView } from '@visactor/vgrammar';
|
|
5
|
-
import type { IBoundsLike } from '@visactor/vutils';
|
|
6
|
-
export interface ILayoutParams {
|
|
7
|
-
srView?: IView;
|
|
8
|
-
group?: any;
|
|
9
|
-
}
|
|
10
|
-
export interface IAttributeParams {
|
|
11
|
-
srView?: IView;
|
|
12
|
-
group?: any;
|
|
13
|
-
}
|
|
14
|
-
export interface IChartOption extends Omit<IModelOption, 'getChartViewRect' | 'getChartLayoutRect' | 'globalScale' | 'getChart'> {
|
|
15
|
-
container: HTMLElement | null;
|
|
16
|
-
canvas?: HTMLCanvasElement | OffscreenCanvas | string;
|
|
17
|
-
modeParams?: IRenderOption['modeParams'];
|
|
18
|
-
viewBox?: IBoundsLike;
|
|
19
|
-
layout?: LayoutCallBack;
|
|
20
|
-
}
|
|
21
|
-
export interface IChartCreatedOption {
|
|
22
|
-
}
|
|
23
|
-
export interface IChartInitOption {
|
|
24
|
-
}
|
|
25
|
-
export interface IChartUpdateOption {
|
|
26
|
-
}
|
|
27
|
-
export interface IChartLayoutOption {
|
|
28
|
-
}
|
|
29
|
-
export interface IChartEvaluateOption {
|
|
30
|
-
}
|
|
31
|
-
export interface IChartRenderOption {
|
|
32
|
-
}
|