@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,22 +0,0 @@
|
|
|
1
|
-
export declare const ARC_RATIO: string;
|
|
2
|
-
export declare const ARC_START_ANGLE: string;
|
|
3
|
-
export declare const ARC_END_ANGLE: string;
|
|
4
|
-
export declare const ARC_K: string;
|
|
5
|
-
export declare const ARC_LABEL_HOVER_AX: string;
|
|
6
|
-
export declare const ARC_LABEL_HOVER_AY: string;
|
|
7
|
-
export declare const ARC_LABEL_POINT_AX: string;
|
|
8
|
-
export declare const ARC_LABEL_POINT_AY: string;
|
|
9
|
-
export declare const ARC_LABEL_POINT_BX: string;
|
|
10
|
-
export declare const ARC_LABEL_POINT_BY: string;
|
|
11
|
-
export declare const ARC_LABEL_POINT_CX: string;
|
|
12
|
-
export declare const ARC_LABEL_POINT_CY: string;
|
|
13
|
-
export declare const ARC_LABEL_SELECTED_AX: string;
|
|
14
|
-
export declare const ARC_LABEL_SELECTED_AY: string;
|
|
15
|
-
export declare const ARC_MIDDLE_ANGLE: string;
|
|
16
|
-
export declare const ARC_QUADRANT: string;
|
|
17
|
-
export declare const ARC_RADIAN: string;
|
|
18
|
-
export declare const POLAR_START_RADIAN: number;
|
|
19
|
-
export declare const POLAR_END_RADIAN: number;
|
|
20
|
-
export declare const POLAR_START_ANGLE = -90;
|
|
21
|
-
export declare const POLAR_END_ANGLE = 270;
|
|
22
|
-
export declare const POLAR_DEFAULT_RADIUS = 0.6;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ScaleEnum } from '@visactor/vscale';
|
|
2
|
-
export declare const SCATTER_DEFAULT_SIZE = 10;
|
|
3
|
-
export declare const SCATTER_DEFAULT_RANGE_SIZE: number[];
|
|
4
|
-
export declare const SCATTER_DEFAULT_SIZE_SCALE_TYPE = ScaleEnum.Linear;
|
|
5
|
-
export declare const SCATTER_DEFAULT_SHAPE = "circle";
|
|
6
|
-
export declare const SCATTER_DEFAULT_SHAPE_SCALE_TYPE = ScaleEnum.Ordinal;
|
|
7
|
-
export declare const SCATTER_DEFAULT_RANGE_SHAPE: string[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SCROLL_BAR_DEFAULT_SIZE = 12;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SUNBURST_AUTO_VISIBLE_DEFAULT_THRESHOLD = 10;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const WaterfallDefaultSeriesField: string;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const WORD_CLOUD_ANGLE: string;
|
|
2
|
-
export declare const WORD_CLOUD_FILLING_ANGLE: string;
|
|
3
|
-
export declare const WORD_CLOUD_WEIGHT: string;
|
|
4
|
-
export declare const WORDCLOUD_COLOR: string;
|
|
5
|
-
export declare const WORDCLOUD_DATA_TOTAL: string;
|
|
6
|
-
export declare const WORD_CLOUD_TEXT: string;
|
|
7
|
-
export declare const WORDCLOUD_SHAPE_DATA_TOTAL: string;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type { IChartConstructor, IChartOption, IChart } from '../chart/interface';
|
|
2
|
-
import type { ISeriesConstructor, ISeriesOption } from '../series/interface';
|
|
3
|
-
import type { IComponentConstructor } from '../component/interface';
|
|
4
|
-
import type { IMarkOption, MarkConstructor } from '../mark/interface';
|
|
5
|
-
import type { IRegion, IRegionConstructor } from '../region/interface';
|
|
6
|
-
import type { IModelOption } from '../model/interface';
|
|
7
|
-
import type { Transform, Parser } from '@visactor/vdataset';
|
|
8
|
-
import type { ILayoutConstructor } from '../layout/interface';
|
|
9
|
-
export declare class Factory {
|
|
10
|
-
private static _charts;
|
|
11
|
-
private static _series;
|
|
12
|
-
private static _components;
|
|
13
|
-
private static _marks;
|
|
14
|
-
private static _regions;
|
|
15
|
-
static transforms: {
|
|
16
|
-
[key: string]: Transform;
|
|
17
|
-
};
|
|
18
|
-
static dataParser: {
|
|
19
|
-
[key: string]: Parser;
|
|
20
|
-
};
|
|
21
|
-
static _layout: {
|
|
22
|
-
[key: string]: ILayoutConstructor;
|
|
23
|
-
};
|
|
24
|
-
static registerChart(key: string, chart: IChartConstructor): void;
|
|
25
|
-
static registerSeries(key: string, series: ISeriesConstructor): void;
|
|
26
|
-
static registerComponent(key: string, cmp: IComponentConstructor): void;
|
|
27
|
-
static registerMark(key: string, mark: MarkConstructor): void;
|
|
28
|
-
static registerRegion(key: string, region: IRegionConstructor): void;
|
|
29
|
-
static registerTransform(key: string, transform: Transform): void;
|
|
30
|
-
static registerLayout(key: string, layout: ILayoutConstructor): void;
|
|
31
|
-
static createChart(chartType: string, spec: any, options: IChartOption): IChart | null;
|
|
32
|
-
static createRegion(regionType: string, spec: any, options: IModelOption): IRegion | null;
|
|
33
|
-
static createSeries(seriesType: string, spec: any, options: ISeriesOption): import("../series/interface").ISeries;
|
|
34
|
-
static createMark(markType: string, name: string, options: IMarkOption): import("../mark/interface").IMark;
|
|
35
|
-
static getComponents(): IComponentConstructor[];
|
|
36
|
-
static getComponentInKey(name: string): IComponentConstructor;
|
|
37
|
-
static getLayout(name: string): ILayoutConstructor;
|
|
38
|
-
static getSeries(type: string): ISeriesConstructor;
|
|
39
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { VChart } from './vchart';
|
|
2
|
-
import { Factory } from './factory';
|
|
3
|
-
export { VChart, Factory };
|
|
4
|
-
export declare const version: string;
|
|
5
|
-
export type { IVChart } from './interface';
|
|
6
|
-
export * from '../event/interface';
|
|
7
|
-
export * from '../typings/spec/common';
|
|
8
|
-
export type { IStateSpec, StateValueType } from '../compile/mark';
|
|
9
|
-
export * from '../theme/interface';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { MaybeArray } from '../typings';
|
|
2
|
-
import type { IVChart } from './interface';
|
|
3
|
-
export declare class InstanceManager {
|
|
4
|
-
static readonly instances: Map<number, IVChart>;
|
|
5
|
-
static registerInstance(instance: IVChart): void;
|
|
6
|
-
static unregisterInstance(instance: IVChart): void;
|
|
7
|
-
static getInstance(id: number): IVChart | undefined;
|
|
8
|
-
static instanceExist(id: number): boolean;
|
|
9
|
-
static forEach(callbackfn: (instance: IVChart, id: number, map: Map<number, IVChart>) => void, excludeId?: MaybeArray<number>, thisArg?: any): void;
|
|
10
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import type { DataSet, DataView } from '@visactor/vdataset';
|
|
2
|
-
import type { IParserOptions } from '@visactor/vdataset/es/parser';
|
|
3
|
-
import type { Datum, IMarkStateSpec, IPoint, IRegionQuerier, IShowTooltipOption, ISpec, ITooltipHandler, Maybe, MaybeArray, StringOrNumber } from '../typings';
|
|
4
|
-
import type { IMorphConfig } from '../animation/spec';
|
|
5
|
-
import type { IBoundsLike } from '@visactor/vutils';
|
|
6
|
-
import type { EventCallback, EventParams, EventQuery, EventType } from '../event/interface';
|
|
7
|
-
import type { IMark } from '../mark/interface';
|
|
8
|
-
import type { ISeries } from '../series/interface/series';
|
|
9
|
-
import type { ITheme } from '../theme';
|
|
10
|
-
import type { IComponent } from '../component/interface';
|
|
11
|
-
import type { LayoutCallBack } from '../layout/interface';
|
|
12
|
-
import type { Compiler } from '../compile/compiler';
|
|
13
|
-
import type { IChart } from '../chart/interface';
|
|
14
|
-
import type { Stage } from '@visactor/vrender';
|
|
15
|
-
export type DataLinkSeries = {
|
|
16
|
-
seriesId?: StringOrNumber;
|
|
17
|
-
seriesIndex?: number;
|
|
18
|
-
};
|
|
19
|
-
export type DataLinkAxis = {
|
|
20
|
-
axisId?: StringOrNumber;
|
|
21
|
-
axisIndex?: number;
|
|
22
|
-
};
|
|
23
|
-
export interface IVChart {
|
|
24
|
-
readonly id: number;
|
|
25
|
-
renderSync: (morphConfig?: IMorphConfig) => IVChart;
|
|
26
|
-
renderAsync: (morphConfig?: IMorphConfig) => Promise<IVChart>;
|
|
27
|
-
updateData: (id: StringOrNumber, data: DataView | Datum[] | string, options?: IParserOptions) => Promise<IVChart>;
|
|
28
|
-
updateDataInBatches: (list: {
|
|
29
|
-
id: string;
|
|
30
|
-
data: DataView | Datum[];
|
|
31
|
-
options?: IParserOptions;
|
|
32
|
-
}[]) => Promise<IVChart>;
|
|
33
|
-
updateDataSync: (id: StringOrNumber, data: DataView | Datum[], options?: IParserOptions) => IVChart;
|
|
34
|
-
updateSpec: (spec: ISpec, forceMerge?: boolean, morphConfig?: IMorphConfig) => Promise<IVChart>;
|
|
35
|
-
updateViewBox: (viewBox: IBoundsLike, reRender?: boolean) => IVChart;
|
|
36
|
-
resize: (width: number, height: number) => Promise<IVChart>;
|
|
37
|
-
release: () => void;
|
|
38
|
-
on: ((eType: EventType, handler: EventCallback<EventParams>) => void) & ((eType: EventType, query: EventQuery, handler: EventCallback<EventParams>) => void);
|
|
39
|
-
off: (eType: EventType, handler?: EventCallback<EventParams>) => void;
|
|
40
|
-
updateState: (state: Record<string, Omit<IMarkStateSpec<unknown>, 'style'>>, filter?: (series: ISeries, mark: IMark, stateKey: string) => boolean) => void;
|
|
41
|
-
setSelected: (datum: MaybeArray<any> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier) => void;
|
|
42
|
-
setHovered: (datum: MaybeArray<Datum> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier) => void;
|
|
43
|
-
getCurrentTheme: () => ITheme;
|
|
44
|
-
getCurrentThemeName: () => string;
|
|
45
|
-
setCurrentTheme: (name: string) => Promise<IVChart>;
|
|
46
|
-
setTooltipHandler: (tooltipHandler: ITooltipHandler) => void;
|
|
47
|
-
getTooltipHandlerByUser: () => ITooltipHandler | undefined;
|
|
48
|
-
getTooltipHandler: () => ITooltipHandler | undefined;
|
|
49
|
-
showTooltip: (datum: Datum, options: IShowTooltipOption) => boolean;
|
|
50
|
-
hideTooltip: () => boolean;
|
|
51
|
-
getLegendDataById: (id: string) => Datum[];
|
|
52
|
-
getLegendDataByIndex: (index?: number) => Datum[];
|
|
53
|
-
getLegendSelectedDataById: (id: string) => StringOrNumber[];
|
|
54
|
-
getLegendSelectedDataByIndex: (index?: number) => StringOrNumber[];
|
|
55
|
-
setLegendSelectedDataById: (id: string, selectedData: StringOrNumber[]) => void;
|
|
56
|
-
setLegendSelectedDataByIndex: (index: number, selectedData: StringOrNumber[]) => void;
|
|
57
|
-
getDataURL: () => Promise<any>;
|
|
58
|
-
exportImg: (name?: string) => Promise<void>;
|
|
59
|
-
getImageBuffer: () => void;
|
|
60
|
-
setLayout: (layout: LayoutCallBack) => void;
|
|
61
|
-
reLayout: () => void;
|
|
62
|
-
getCompiler: () => Compiler;
|
|
63
|
-
getChart: () => Maybe<IChart>;
|
|
64
|
-
getStage: () => Stage;
|
|
65
|
-
getCanvas: () => HTMLCanvasElement | undefined;
|
|
66
|
-
getContainer: () => Maybe<HTMLElement>;
|
|
67
|
-
getComponents: () => IComponent[];
|
|
68
|
-
getDataSet: () => Maybe<DataSet>;
|
|
69
|
-
convertDatumToPosition: (datum: Datum, dataLinkInfo?: DataLinkSeries, isRelativeToCanvas?: boolean) => IPoint | null;
|
|
70
|
-
convertValueToPosition: ((value: StringOrNumber, dataLinkInfo: DataLinkAxis, isRelativeToCanvas?: boolean) => number | null) & ((value: [StringOrNumber, StringOrNumber], dataLinkInfo: DataLinkSeries, isRelativeToCanvas?: boolean) => IPoint | null);
|
|
71
|
-
}
|
|
72
|
-
export interface IGlobalConfig {
|
|
73
|
-
uniqueTooltip?: boolean;
|
|
74
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import type { ISeries } from '../series/interface/series';
|
|
2
|
-
import type { ILayoutConstructor, LayoutCallBack } from '../layout/interface';
|
|
3
|
-
import type { IMarkStateSpec, IInitOption } from '../typings/spec/common';
|
|
4
|
-
import type { ISeriesConstructor } from '../series/interface';
|
|
5
|
-
import type { DimensionIndexOption, IChart, IChartConstructor } from '../chart/interface';
|
|
6
|
-
import type { IComponentConstructor } from '../component/interface';
|
|
7
|
-
import type { EventCallback, EventParams, EventQuery, EventType } from '../event/interface';
|
|
8
|
-
import type { IParserOptions } from '@visactor/vdataset/es/parser';
|
|
9
|
-
import type { Transform } from '@visactor/vdataset';
|
|
10
|
-
import { DataSet, DataView } from '@visactor/vdataset';
|
|
11
|
-
import type { Stage } from '@visactor/vrender';
|
|
12
|
-
import type { GeoSourceType } from '../typings/geo';
|
|
13
|
-
import type { GeoSourceOption } from '../series/map/geo-source';
|
|
14
|
-
import type { IMark, MarkConstructor } from '../mark/interface';
|
|
15
|
-
import type { ITooltipHandler } from '../typings/tooltip';
|
|
16
|
-
import type { Datum, IPoint, IRegionQuerier, IShowTooltipOption, ISpec, Maybe, MaybeArray, StringOrNumber } from '../typings';
|
|
17
|
-
import type { IBoundsLike, ILogger } from '@visactor/vutils';
|
|
18
|
-
import { ThemeManager } from '../theme/theme-manager';
|
|
19
|
-
import type { ITheme } from '../theme';
|
|
20
|
-
import type { IUpdateSpecResult } from '../model/interface';
|
|
21
|
-
import { Compiler } from '../compile/compiler';
|
|
22
|
-
import type { IMorphConfig } from '../animation/spec';
|
|
23
|
-
import type { DataLinkAxis, DataLinkSeries, IGlobalConfig, IVChart } from './interface';
|
|
24
|
-
import { InstanceManager } from './instance-manager';
|
|
25
|
-
export declare class VChart implements IVChart {
|
|
26
|
-
readonly id: number;
|
|
27
|
-
static useChart(charts: IChartConstructor[]): void;
|
|
28
|
-
static useSeries(series: ISeriesConstructor[]): void;
|
|
29
|
-
static useComponent(components: IComponentConstructor[]): void;
|
|
30
|
-
static useMark(marks: MarkConstructor[]): void;
|
|
31
|
-
static useLayout(layouts: ILayoutConstructor[]): void;
|
|
32
|
-
static registerDataSetTransform(name: string, transform: Transform): void;
|
|
33
|
-
static registerMap(key: string, source: GeoSourceType, option?: GeoSourceOption): void;
|
|
34
|
-
static unregisterMap(key: string): void;
|
|
35
|
-
static getMap(key: string): GeoSourceType;
|
|
36
|
-
static hideTooltip(excludeId?: MaybeArray<number>): void;
|
|
37
|
-
static getLogger(): ILogger;
|
|
38
|
-
static readonly InstanceManager: typeof InstanceManager;
|
|
39
|
-
static readonly ThemeManager: typeof ThemeManager;
|
|
40
|
-
static globalConfig: IGlobalConfig;
|
|
41
|
-
protected _spec: any;
|
|
42
|
-
private _viewBox;
|
|
43
|
-
private _chart;
|
|
44
|
-
private _compiler;
|
|
45
|
-
private _event;
|
|
46
|
-
private _eventDispatcher;
|
|
47
|
-
private _dataSet;
|
|
48
|
-
getDataSet(): DataSet;
|
|
49
|
-
private _container?;
|
|
50
|
-
private _canvas?;
|
|
51
|
-
private _stage?;
|
|
52
|
-
private _autoSize;
|
|
53
|
-
private _option;
|
|
54
|
-
private _curSize;
|
|
55
|
-
private _observer;
|
|
56
|
-
private _currentThemeName;
|
|
57
|
-
private _currentTheme;
|
|
58
|
-
private _onError?;
|
|
59
|
-
private _context;
|
|
60
|
-
constructor(spec: ISpec, options: IInitOption);
|
|
61
|
-
private _setSpec;
|
|
62
|
-
private _initData;
|
|
63
|
-
private _initChart;
|
|
64
|
-
private _releaseData;
|
|
65
|
-
private _bindVGrammarViewEvent;
|
|
66
|
-
private _bindResizeEvent;
|
|
67
|
-
private _unBindResizeEvent;
|
|
68
|
-
private _onResize;
|
|
69
|
-
private _initDataSet;
|
|
70
|
-
updateCustomConfigAndRerender(modifyConfig: () => IUpdateSpecResult | undefined, morphConfig?: IMorphConfig): Promise<IVChart>;
|
|
71
|
-
updateCustomConfigAndRerenderSync(modifyConfig: () => IUpdateSpecResult | undefined, morphConfig?: IMorphConfig): IVChart;
|
|
72
|
-
protected _reCompile(updateResult: IUpdateSpecResult): void;
|
|
73
|
-
renderSync(morphConfig?: IMorphConfig): IVChart;
|
|
74
|
-
renderAsync(morphConfig?: IMorphConfig): Promise<IVChart>;
|
|
75
|
-
release(): void;
|
|
76
|
-
updateData(id: StringOrNumber, data: DataView | Datum[] | string, options?: IParserOptions): Promise<IVChart>;
|
|
77
|
-
updateDataInBatches(list: {
|
|
78
|
-
id: string;
|
|
79
|
-
data: DataView | Datum[];
|
|
80
|
-
options?: IParserOptions;
|
|
81
|
-
}[]): Promise<IVChart>;
|
|
82
|
-
updateDataSync(id: StringOrNumber, data: DataView | Datum[], options?: IParserOptions): IVChart;
|
|
83
|
-
updateSpec(spec: ISpec, forceMerge?: boolean, morphConfig?: IMorphConfig): Promise<IVChart>;
|
|
84
|
-
updateSpecSync(spec: ISpec, forceMerge?: boolean, morphConfig?: IMorphConfig): IVChart;
|
|
85
|
-
resize(width: number, height: number): Promise<IVChart>;
|
|
86
|
-
updateViewBox(viewBox: IBoundsLike, reRender?: boolean): IVChart;
|
|
87
|
-
on(eType: EventType, handler: EventCallback<EventParams>): void;
|
|
88
|
-
on(eType: EventType, query: EventQuery, handler: EventCallback<EventParams>): void;
|
|
89
|
-
off(eType: string, handler?: EventCallback<EventParams>): void;
|
|
90
|
-
updateState(state: Record<string, Omit<IMarkStateSpec<unknown>, 'style'>>, filter?: (series: ISeries, mark: IMark, stateKey: string) => boolean): void;
|
|
91
|
-
setSelected(datum: MaybeArray<any> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier): void;
|
|
92
|
-
setHovered(datum: MaybeArray<Datum> | null, filter?: (series: ISeries, mark: IMark) => boolean, region?: IRegionQuerier): void;
|
|
93
|
-
private _updateCurrentTheme;
|
|
94
|
-
getCurrentTheme(): ITheme;
|
|
95
|
-
getCurrentThemeName(): string;
|
|
96
|
-
setCurrentTheme(name: string): Promise<IVChart>;
|
|
97
|
-
setCurrentThemeSync(name: string): IVChart;
|
|
98
|
-
private _getTooltipComponent;
|
|
99
|
-
setTooltipHandler(tooltipHandler: ITooltipHandler): void;
|
|
100
|
-
getTooltipHandlerByUser(): ITooltipHandler | undefined;
|
|
101
|
-
getTooltipHandler(): ITooltipHandler | undefined;
|
|
102
|
-
showTooltip(datum: Datum, options: IShowTooltipOption): boolean;
|
|
103
|
-
hideTooltip(): boolean;
|
|
104
|
-
getLegendDataById(id: string): Datum[];
|
|
105
|
-
getLegendDataByIndex(index?: number): Datum[];
|
|
106
|
-
getLegendSelectedDataById(id: string): StringOrNumber[];
|
|
107
|
-
getLegendSelectedDataByIndex(index?: number): StringOrNumber[];
|
|
108
|
-
setLegendSelectedDataById(id: string, selectedData: StringOrNumber[]): void;
|
|
109
|
-
setLegendSelectedDataByIndex(index: number, selectedData: StringOrNumber[]): void;
|
|
110
|
-
getDataURL(): Promise<string>;
|
|
111
|
-
exportImg(name?: string): Promise<void>;
|
|
112
|
-
getImageBuffer(): any;
|
|
113
|
-
setLayout(layout: LayoutCallBack): void;
|
|
114
|
-
reLayout(): void;
|
|
115
|
-
getCompiler(): Compiler;
|
|
116
|
-
getChart(): IChart;
|
|
117
|
-
getStage(): Stage;
|
|
118
|
-
getCanvas(): HTMLCanvasElement | undefined;
|
|
119
|
-
getContainer(): Maybe<HTMLElement>;
|
|
120
|
-
getComponents(): import("../component/interface").IComponent[];
|
|
121
|
-
setDimensionIndex(value: StringOrNumber, opt?: DimensionIndexOption): void;
|
|
122
|
-
convertDatumToPosition(datum: Datum, dataLinkInfo?: DataLinkSeries, isRelativeToCanvas?: boolean): IPoint | null;
|
|
123
|
-
convertValueToPosition(value: StringOrNumber, dataLinkInfo: DataLinkAxis, isRelativeToCanvas?: boolean): number | null;
|
|
124
|
-
convertValueToPosition(value: [StringOrNumber, StringOrNumber], dataLinkInfo: DataLinkSeries, isRelativeToCanvas?: boolean): IPoint | null;
|
|
125
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { utilFunctionCtx } from './../typings/params';
|
|
2
|
-
import { DataSet, DataView } from '@visactor/vdataset';
|
|
3
|
-
import type { IDataViewOptions } from '@visactor/vdataset';
|
|
4
|
-
import type { IDataValues } from '../typings/spec/common';
|
|
5
|
-
export declare function initializeData(): void;
|
|
6
|
-
export declare function initCSVData(): void;
|
|
7
|
-
export declare function initData(): void;
|
|
8
|
-
export declare function initFoldData(): void;
|
|
9
|
-
export declare function dataViewFromDataView(rawData: DataView, dataSet?: DataSet, op?: IDataViewOptions): DataView;
|
|
10
|
-
export declare function dataToDataView(data: DataView | IDataValues, dataSet: DataSet, sourceDataViews?: DataView[], ctx?: utilFunctionCtx): DataView;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { DataSet, Parser, Transform } from '@visactor/vdataset';
|
|
2
|
-
export declare function registerDataSetInstanceTransform(dataSet: DataSet, name: string, transform: Transform): void;
|
|
3
|
-
export declare function registerDataSetInstanceParser(dataSet: DataSet, name: string, parse: Parser): void;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export type AddVChartPropertyContext = {
|
|
2
|
-
keyMap: Map<string, number>;
|
|
3
|
-
};
|
|
4
|
-
export interface IAddVChartPropertyOpt {
|
|
5
|
-
beforeCall: () => AddVChartPropertyContext;
|
|
6
|
-
call: (d: any, i: number, context: AddVChartPropertyContext) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const addVChartProperty: (data: Array<any>, op: IAddVChartPropertyOpt) => any[];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { DataView } from '@visactor/vdataset';
|
|
2
|
-
import type { IAggrType } from '../../component/marker/interface';
|
|
3
|
-
import type { ICartesianSeries } from '../../series/interface';
|
|
4
|
-
export type IOption = {
|
|
5
|
-
field: string;
|
|
6
|
-
};
|
|
7
|
-
export type IOptionAggrField = {
|
|
8
|
-
field: string;
|
|
9
|
-
aggrType: IAggrType;
|
|
10
|
-
};
|
|
11
|
-
export type IOptionPos = IOptionAggrField | string | number;
|
|
12
|
-
export type IOptionAggr = {
|
|
13
|
-
x?: IOptionPos;
|
|
14
|
-
y?: IOptionPos;
|
|
15
|
-
getRefRelativeSeries?: () => ICartesianSeries;
|
|
16
|
-
};
|
|
17
|
-
export type IOptionAggrs = IOptionAggr[];
|
|
18
|
-
export declare const markerMin: (_data: Array<DataView>, opt: IOption) => number;
|
|
19
|
-
export declare const markerMax: (_data: Array<DataView>, opt: IOption) => number;
|
|
20
|
-
export declare function markerSum(_data: Array<DataView>, opt: IOption): number;
|
|
21
|
-
export declare function markerAverage(_data: Array<DataView>, opt: IOption): number;
|
|
22
|
-
export declare function markerVariance(_data: Array<DataView>, opt: IOption): number;
|
|
23
|
-
export declare function markerStandardDeviation(_data: Array<DataView>, opt: IOption): number;
|
|
24
|
-
export declare function markerMedian(_data: Array<DataView>, opt: IOption): number;
|
|
25
|
-
export declare function markerAggregation(_data: Array<DataView>, options: IOptionAggrs): {
|
|
26
|
-
x: string | number | null;
|
|
27
|
-
y: string | number | null;
|
|
28
|
-
}[];
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Datum } from '../../typings';
|
|
2
|
-
import type { CirclePackingOptions } from '@visactor/vgrammar-hierarchy';
|
|
3
|
-
export interface ICirclePackingOpt extends CirclePackingOptions {
|
|
4
|
-
width: number;
|
|
5
|
-
height: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const circlePackingLayout: (data: Array<Datum>, op: () => ICirclePackingOpt) => Datum[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BaseSeries } from '../../series/base/base-series';
|
|
2
|
-
import type { TreeMapSeries } from '../../series/treemap/treemap';
|
|
3
|
-
import type { AddVChartPropertyContext } from './add-property';
|
|
4
|
-
import type { SunburstSeries } from '../../series/sunburst/sunburst';
|
|
5
|
-
import type { CirclePackingSeries } from '../../series/circle-packing/circle-packing';
|
|
6
|
-
export declare const initKeyMap: () => {
|
|
7
|
-
keyMap: Map<any, any>;
|
|
8
|
-
};
|
|
9
|
-
export declare function addDataKey(this: BaseSeries<any>, d: any, i: number, context: AddVChartPropertyContext): void;
|
|
10
|
-
export declare function addHierarchyDataKey(this: TreeMapSeries | SunburstSeries | CirclePackingSeries, d: any, i: number, context: AddVChartPropertyContext, depth?: number, root?: string, rootIndex?: number): void;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { DataView } from '@visactor/vdataset';
|
|
2
|
-
export interface IDimensionTreeOpt {
|
|
3
|
-
fields: string[];
|
|
4
|
-
}
|
|
5
|
-
export declare const dimensionTree: (data: Array<DataView>, op: IDimensionTreeOpt) => DataView[] | {
|
|
6
|
-
dimensionValues: {};
|
|
7
|
-
dimensionData: any;
|
|
8
|
-
};
|
|
9
|
-
export declare function mapValues(target: object, fn: (value: any, key: string) => any): {};
|
|
10
|
-
export declare function findDataInFields(data: any, fields: string[]): any;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import type { DataView } from '@visactor/vdataset';
|
|
2
|
-
export declare const StatisticsDefault: {
|
|
3
|
-
min: () => number;
|
|
4
|
-
max: () => number;
|
|
5
|
-
values: () => Set<unknown>;
|
|
6
|
-
'array-min': () => number;
|
|
7
|
-
'array-max': () => number;
|
|
8
|
-
};
|
|
9
|
-
export declare const StatisticsValueTransform: {
|
|
10
|
-
min: (v: any) => any;
|
|
11
|
-
max: (v: any) => any;
|
|
12
|
-
values: (v: Set<string>) => string[];
|
|
13
|
-
'array-min': (v: any) => any;
|
|
14
|
-
'array-max': (v: any) => any;
|
|
15
|
-
};
|
|
16
|
-
declare function StatisticsMin(last: any, value: any): any;
|
|
17
|
-
declare function StatisticsMax(last: any, value: any): any;
|
|
18
|
-
declare function StatisticsArrayMin(last: any, valueArr: any): any;
|
|
19
|
-
declare function StatisticsArrayMax(last: any, valueArr: any): any;
|
|
20
|
-
declare function StatisticsValues(last: Set<string>, value: any): Set<string>;
|
|
21
|
-
export declare const StatisticsMethod: {
|
|
22
|
-
min: typeof StatisticsMin;
|
|
23
|
-
max: typeof StatisticsMax;
|
|
24
|
-
values: typeof StatisticsValues;
|
|
25
|
-
'array-min': typeof StatisticsArrayMin;
|
|
26
|
-
'array-max': typeof StatisticsArrayMax;
|
|
27
|
-
};
|
|
28
|
-
export type StatisticOperations = Array<'max' | 'min' | 'values' | 'array-max' | 'array-min'>;
|
|
29
|
-
export interface IStatisticsOption {
|
|
30
|
-
fields: {
|
|
31
|
-
key: string;
|
|
32
|
-
operations: StatisticOperations;
|
|
33
|
-
customize?: {
|
|
34
|
-
max: number;
|
|
35
|
-
min: number;
|
|
36
|
-
} | any[];
|
|
37
|
-
}[];
|
|
38
|
-
target?: 'parser' | 'latest';
|
|
39
|
-
}
|
|
40
|
-
export declare const dimensionStatistics: (data: Array<DataView>, op: IStatisticsOption) => {};
|
|
41
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { Datum } from '../../typings';
|
|
2
|
-
export declare enum DrillEnum {
|
|
3
|
-
DrillDown = "drillDown",
|
|
4
|
-
DrillUp = "drillUp"
|
|
5
|
-
}
|
|
6
|
-
export type DrillInfo = {
|
|
7
|
-
key: string;
|
|
8
|
-
type: DrillEnum;
|
|
9
|
-
path: string[];
|
|
10
|
-
};
|
|
11
|
-
export declare const drillFilter: (data: Array<Datum>, op: {
|
|
12
|
-
info: () => DrillInfo;
|
|
13
|
-
keyField: () => string;
|
|
14
|
-
}) => any[];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Datum } from '../../typings';
|
|
2
|
-
import type { TreemapNodeElement, SunburstNodeElement } from '@visactor/vgrammar-hierarchy';
|
|
3
|
-
export type FlattenNodeElement = TreemapNodeElement | SunburstNodeElement;
|
|
4
|
-
export interface IFlattenOpt {
|
|
5
|
-
output?: Datum[];
|
|
6
|
-
maxDepth?: number;
|
|
7
|
-
callback?: <T>(node: FlattenNodeElement) => T;
|
|
8
|
-
}
|
|
9
|
-
export declare const flatten: (data: Array<Datum>, op?: IFlattenOpt) => FlattenNodeElement[];
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { DataView } from '@visactor/vdataset';
|
|
2
|
-
export interface IFunnelOpt {
|
|
3
|
-
valueField: string;
|
|
4
|
-
asTransformRatio: string;
|
|
5
|
-
asReachRatio: string;
|
|
6
|
-
asHeightRatio: string;
|
|
7
|
-
asValueRatio: string;
|
|
8
|
-
asLastValueRatio: string;
|
|
9
|
-
asNextValueRatio: string;
|
|
10
|
-
asCurrentValue: string;
|
|
11
|
-
asLastValue: string;
|
|
12
|
-
asNextValue: string;
|
|
13
|
-
isCone?: boolean;
|
|
14
|
-
heightVisual?: boolean;
|
|
15
|
-
range?: {
|
|
16
|
-
min: number;
|
|
17
|
-
max: number;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
export declare const funnel: (originData: Array<DataView>, op: IFunnelOpt) => {
|
|
21
|
-
dataSet: import("@visactor/vdataset").DataSet;
|
|
22
|
-
options?: import("@visactor/vdataset").IDataViewOptions;
|
|
23
|
-
isDataView: boolean;
|
|
24
|
-
type: import("@visactor/vdataset/es/constants").DATAVIEW_TYPE;
|
|
25
|
-
name: string | number;
|
|
26
|
-
target: any;
|
|
27
|
-
parseOption: import("@visactor/vdataset/es/parser").IParserOptions;
|
|
28
|
-
transformsArr: import("@visactor/vdataset").ITransformOptions[];
|
|
29
|
-
isRunning: boolean;
|
|
30
|
-
rawData: any;
|
|
31
|
-
history: boolean;
|
|
32
|
-
historyData: any[];
|
|
33
|
-
parserData: any;
|
|
34
|
-
latestData: any;
|
|
35
|
-
_diffMap: Map<string, any>;
|
|
36
|
-
_diffRank: number;
|
|
37
|
-
latestDataAUD: {
|
|
38
|
-
add: any;
|
|
39
|
-
update: any;
|
|
40
|
-
del: any;
|
|
41
|
-
};
|
|
42
|
-
reRunAllTransform: (opt?: {
|
|
43
|
-
pushHistory: boolean;
|
|
44
|
-
emitMessage: boolean;
|
|
45
|
-
}) => DataView;
|
|
46
|
-
markRunning: () => void;
|
|
47
|
-
}[];
|
|
48
|
-
export interface IFunnelTransformOpt {
|
|
49
|
-
asIsTransformLevel: string;
|
|
50
|
-
}
|
|
51
|
-
export declare const funnelTransform: (originData: Array<DataView>, op: IFunnelTransformOpt) => any;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IInvalidType, StringOrNumber } from '../../typings';
|
|
2
|
-
export interface ITravelOpt {
|
|
3
|
-
config: () => {
|
|
4
|
-
invalidType: IInvalidType;
|
|
5
|
-
checkField: StringOrNumber;
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
export declare const invalidTravel: (data: Array<any>, op: ITravelOpt) => any[];
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ISeries } from '../../../../series/interface';
|
|
2
|
-
import type { IContinuousLegendDataMakeOption, IContinuousLegendFilterOption } from './interface';
|
|
3
|
-
export declare const continuousLegendDataMake: (data: Array<ISeries>, op: IContinuousLegendDataMakeOption) => any;
|
|
4
|
-
export declare const continuousLegendFilter: (data: Array<any>, op: IContinuousLegendFilterOption) => any[];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IBaseScale } from '@visactor/vscale';
|
|
2
|
-
import type { ISeries } from '../../../../series/interface';
|
|
3
|
-
import type { StringOrNumber } from '../../../../typings';
|
|
4
|
-
export interface IContinuousLegendDataMakeOption {
|
|
5
|
-
series: () => ISeries[];
|
|
6
|
-
field: () => string | undefined;
|
|
7
|
-
scale?: () => IBaseScale;
|
|
8
|
-
}
|
|
9
|
-
export interface IContinuousLegendFilterOption {
|
|
10
|
-
selected: () => StringOrNumber[];
|
|
11
|
-
field: () => string | undefined;
|
|
12
|
-
data: () => StringOrNumber[];
|
|
13
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ISeries } from '../../../../series/interface';
|
|
2
|
-
import type { IDiscreteLegendData, IDiscreteLegendDataMakeOption, IDiscreteLegendFilterOption } from './interface';
|
|
3
|
-
export declare const discreteLegendDataMake: (data: Array<ISeries>, op: IDiscreteLegendDataMakeOption) => IDiscreteLegendData[];
|
|
4
|
-
export declare const discreteLegendFilter: (data: Array<any>, op: IDiscreteLegendFilterOption) => any[];
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ISeries } from '../../../../series/interface';
|
|
2
|
-
import type { StringOrNumber } from '../../../../typings';
|
|
3
|
-
export interface IDiscreteLegendData {
|
|
4
|
-
key: string;
|
|
5
|
-
style: (attribute: string) => any;
|
|
6
|
-
}
|
|
7
|
-
export interface IDiscreteLegendDataMakeOption {
|
|
8
|
-
series: () => ISeries[];
|
|
9
|
-
seriesField: (s: ISeries) => string;
|
|
10
|
-
}
|
|
11
|
-
export interface IDiscreteLegendFilterOption {
|
|
12
|
-
selected: () => StringOrNumber[];
|
|
13
|
-
field: () => string;
|
|
14
|
-
data: () => StringOrNumber[];
|
|
15
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { DataView } from '@visactor/vdataset';
|
|
2
|
-
import type { Datum } from '../../typings';
|
|
3
|
-
export interface ILookUpOpt {
|
|
4
|
-
from: () => object[];
|
|
5
|
-
key: string;
|
|
6
|
-
fields: string;
|
|
7
|
-
values?: string[];
|
|
8
|
-
as?: string[];
|
|
9
|
-
default?: any;
|
|
10
|
-
set?: (A: Datum, B: Datum) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const lookup: (data: Array<DataView>, opt: ILookUpOpt) => DataView[];
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { GeoSourceType } from '../../typings/geo';
|
|
2
|
-
export interface IMapOpt {
|
|
3
|
-
nameMap: Record<string, string>;
|
|
4
|
-
nameProperty: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const DEFAULT_MAP_LOOK_UP_KEY: string;
|
|
7
|
-
export declare const map: (data: GeoSourceType, opt: IMapOpt) => any;
|