@visactor/vchart 1.2.0-beta.6 → 1.2.0-beta.7
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/es5/animation/animate-manager.d.ts +12 -0
- package/build/es5/animation/config.d.ts +25 -0
- package/build/es5/animation/interface.d.ts +29 -0
- package/build/es5/animation/spec.d.ts +24 -0
- package/build/es5/animation/utils.d.ts +19 -0
- package/build/es5/chart/area/area.d.ts +10 -0
- package/build/es5/chart/area/index.d.ts +2 -0
- package/build/es5/chart/area/interface.d.ts +7 -0
- package/build/es5/chart/bar/bar-3d.d.ts +8 -0
- package/build/es5/chart/bar/bar.d.ts +9 -0
- package/build/es5/chart/bar/index.d.ts +3 -0
- package/build/es5/chart/bar/interface.d.ts +11 -0
- package/build/es5/chart/base-chart.d.ts +146 -0
- package/build/es5/chart/box-plot/box-plot.d.ts +10 -0
- package/build/es5/chart/box-plot/index.d.ts +2 -0
- package/build/es5/chart/box-plot/interface.d.ts +7 -0
- package/build/es5/chart/cartesian/cartesian.d.ts +8 -0
- package/build/es5/chart/cartesian/index.d.ts +2 -0
- package/build/es5/chart/cartesian/interface.d.ts +15 -0
- package/build/es5/chart/circle-packing/circle-packing.d.ts +11 -0
- package/build/es5/chart/circle-packing/index.d.ts +2 -0
- package/build/es5/chart/circle-packing/interface.d.ts +6 -0
- package/build/es5/chart/common/common.d.ts +6 -0
- package/build/es5/chart/common/index.d.ts +2 -0
- package/build/es5/chart/common/interface.d.ts +40 -0
- package/build/es5/chart/funnel/base.d.ts +9 -0
- package/build/es5/chart/funnel/funnel-3d.d.ts +7 -0
- package/build/es5/chart/funnel/funnel.d.ts +7 -0
- package/build/es5/chart/funnel/index.d.ts +3 -0
- package/build/es5/chart/funnel/interface.d.ts +9 -0
- package/build/es5/chart/gauge/gauge.d.ts +11 -0
- package/build/es5/chart/gauge/index.d.ts +2 -0
- package/build/es5/chart/gauge/interface.d.ts +10 -0
- package/build/es5/chart/heatmap/heatmap.d.ts +8 -0
- package/build/es5/chart/heatmap/index.d.ts +2 -0
- package/build/es5/chart/heatmap/interface.d.ts +7 -0
- package/build/es5/chart/histogram/base.d.ts +5 -0
- package/build/es5/chart/histogram/histogram-3d.d.ts +7 -0
- package/build/es5/chart/histogram/histogram.d.ts +8 -0
- package/build/es5/chart/histogram/index.d.ts +3 -0
- package/build/es5/chart/histogram/interface.d.ts +9 -0
- package/build/es5/chart/index.d.ts +57 -0
- package/build/es5/chart/interface/chart.d.ts +81 -0
- package/build/es5/chart/interface/common.d.ts +32 -0
- package/build/es5/chart/interface/index.d.ts +3 -0
- package/build/es5/chart/interface/type.d.ts +34 -0
- package/build/es5/chart/line/index.d.ts +2 -0
- package/build/es5/chart/line/interface.d.ts +7 -0
- package/build/es5/chart/line/line.d.ts +10 -0
- package/build/es5/chart/map/index.d.ts +2 -0
- package/build/es5/chart/map/interface.d.ts +6 -0
- package/build/es5/chart/map/map.d.ts +12 -0
- package/build/es5/chart/pie/base.d.ts +5 -0
- package/build/es5/chart/pie/index.d.ts +3 -0
- package/build/es5/chart/pie/interface.d.ts +11 -0
- package/build/es5/chart/pie/pie-3d.d.ts +8 -0
- package/build/es5/chart/pie/pie.d.ts +7 -0
- package/build/es5/chart/polar/index.d.ts +4 -0
- package/build/es5/chart/polar/interface.d.ts +7 -0
- package/build/es5/chart/polar/polar.d.ts +9 -0
- package/build/es5/chart/polar/progress-like.d.ts +7 -0
- package/build/es5/chart/polar/rose-like.d.ts +6 -0
- package/build/es5/chart/progress/circular/circular.d.ts +9 -0
- package/build/es5/chart/progress/circular/index.d.ts +2 -0
- package/build/es5/chart/progress/circular/interface.d.ts +7 -0
- package/build/es5/chart/progress/interface.d.ts +8 -0
- package/build/es5/chart/progress/linear/index.d.ts +2 -0
- package/build/es5/chart/progress/linear/interface.d.ts +9 -0
- package/build/es5/chart/progress/linear/linear.d.ts +11 -0
- package/build/es5/chart/radar/index.d.ts +2 -0
- package/build/es5/chart/radar/interface.d.ts +7 -0
- package/build/es5/chart/radar/radar.d.ts +9 -0
- package/build/es5/chart/range-area/index.d.ts +2 -0
- package/build/es5/chart/range-area/interface.d.ts +7 -0
- package/build/es5/chart/range-area/range-area.d.ts +9 -0
- package/build/es5/chart/range-column/index.d.ts +3 -0
- package/build/es5/chart/range-column/interface.d.ts +11 -0
- package/build/es5/chart/range-column/range-column-3d.d.ts +8 -0
- package/build/es5/chart/range-column/range-column.d.ts +9 -0
- package/build/es5/chart/rose/index.d.ts +2 -0
- package/build/es5/chart/rose/interface.d.ts +7 -0
- package/build/es5/chart/rose/rose.d.ts +9 -0
- package/build/es5/chart/sankey/index.d.ts +2 -0
- package/build/es5/chart/sankey/interface.d.ts +6 -0
- package/build/es5/chart/sankey/sankey.d.ts +10 -0
- package/build/es5/chart/scatter/index.d.ts +2 -0
- package/build/es5/chart/scatter/interface.d.ts +7 -0
- package/build/es5/chart/scatter/scatter.d.ts +9 -0
- package/build/es5/chart/sequence/index.d.ts +2 -0
- package/build/es5/chart/sequence/interface.d.ts +24 -0
- package/build/es5/chart/sequence/sequence.d.ts +9 -0
- package/build/es5/chart/stack.d.ts +14 -0
- package/build/es5/chart/sunburst/index.d.ts +2 -0
- package/build/es5/chart/sunburst/interface.d.ts +6 -0
- package/build/es5/chart/sunburst/sunburst.d.ts +11 -0
- package/build/es5/chart/treemap/index.d.ts +2 -0
- package/build/es5/chart/treemap/interface.d.ts +6 -0
- package/build/es5/chart/treemap/treemap.d.ts +10 -0
- package/build/es5/chart/util.d.ts +2 -0
- package/build/es5/chart/waterfall/index.d.ts +2 -0
- package/build/es5/chart/waterfall/interface.d.ts +7 -0
- package/build/es5/chart/waterfall/waterfall.d.ts +10 -0
- package/build/es5/chart/word-cloud/base.d.ts +6 -0
- package/build/es5/chart/word-cloud/index.d.ts +3 -0
- package/build/es5/chart/word-cloud/interface.d.ts +10 -0
- package/build/es5/chart/word-cloud/word-cloud-3d.d.ts +9 -0
- package/build/es5/chart/word-cloud/word-cloud.d.ts +9 -0
- package/build/es5/compile/compilable-base.d.ts +11 -0
- package/build/es5/compile/compiler.d.ts +56 -0
- package/build/es5/compile/data/compilable-data.d.ts +23 -0
- package/build/es5/compile/data/index.d.ts +2 -0
- package/build/es5/compile/data/interface.d.ts +8 -0
- package/build/es5/compile/grammar-item.d.ts +24 -0
- package/build/es5/compile/interface/compilable-item.d.ts +35 -0
- package/build/es5/compile/interface/compiler.d.ts +49 -0
- package/build/es5/compile/interface/index.d.ts +2 -0
- package/build/es5/compile/mark/compilable-mark.d.ts +104 -0
- package/build/es5/compile/mark/index.d.ts +3 -0
- package/build/es5/compile/mark/interface.d.ts +149 -0
- package/build/es5/compile/mark/mark-data.d.ts +9 -0
- package/build/es5/compile/mark/mark-state-manager.d.ts +26 -0
- package/build/es5/compile/mark/util.d.ts +6 -0
- package/build/es5/compile/signal/compilable-signal.d.ts +21 -0
- package/build/es5/compile/signal/index.d.ts +4 -0
- package/build/es5/compile/signal/interface.d.ts +12 -0
- package/build/es5/compile/signal/signal-manager.d.ts +11 -0
- package/build/es5/compile/signal/state-manager.d.ts +12 -0
- package/build/es5/compile/util.d.ts +2 -0
- package/build/es5/component/axis/base-axis.d.ts +155 -0
- package/build/es5/component/axis/cartesian/axis.d.ts +96 -0
- package/build/es5/component/axis/cartesian/band-axis.d.ts +39 -0
- package/build/es5/component/axis/cartesian/config.d.ts +2 -0
- package/build/es5/component/axis/cartesian/index.d.ts +6 -0
- package/build/es5/component/axis/cartesian/interface/common.d.ts +50 -0
- package/build/es5/component/axis/cartesian/interface/index.d.ts +3 -0
- package/build/es5/component/axis/cartesian/interface/spec.d.ts +36 -0
- package/build/es5/component/axis/cartesian/interface/theme.d.ts +21 -0
- package/build/es5/component/axis/cartesian/linear-axis.d.ts +27 -0
- package/build/es5/component/axis/cartesian/log-axis.d.ts +15 -0
- package/build/es5/component/axis/cartesian/time-axis.d.ts +20 -0
- package/build/es5/component/axis/cartesian/util/common.d.ts +10 -0
- package/build/es5/component/axis/cartesian/util/index.d.ts +2 -0
- package/build/es5/component/axis/cartesian/util/time.d.ts +80 -0
- package/build/es5/component/axis/index.d.ts +3 -0
- package/build/es5/component/axis/interface.d.ts +126 -0
- package/build/es5/component/axis/mixin/band-axis-mixin.d.ts +37 -0
- package/build/es5/component/axis/mixin/linear-axis-mixin.d.ts +59 -0
- package/build/es5/component/axis/polar/axis.d.ts +80 -0
- package/build/es5/component/axis/polar/band-axis.d.ts +31 -0
- package/build/es5/component/axis/polar/config.d.ts +2 -0
- package/build/es5/component/axis/polar/index.d.ts +4 -0
- package/build/es5/component/axis/polar/interface/common.d.ts +31 -0
- package/build/es5/component/axis/polar/interface/index.d.ts +4 -0
- package/build/es5/component/axis/polar/interface/spec.d.ts +16 -0
- package/build/es5/component/axis/polar/interface/theme.d.ts +11 -0
- package/build/es5/component/axis/polar/linear-axis.d.ts +23 -0
- package/build/es5/component/axis/utils.d.ts +28 -0
- package/build/es5/component/base/base-component.d.ts +34 -0
- package/build/es5/component/base/index.d.ts +1 -0
- package/build/es5/component/base/util.d.ts +3 -0
- package/build/es5/component/brush/brush.d.ts +66 -0
- package/build/es5/component/brush/index.d.ts +2 -0
- package/build/es5/component/brush/interface.d.ts +47 -0
- package/build/es5/component/common/trigger/config.d.ts +52 -0
- package/build/es5/component/common/trigger/desktop.d.ts +9 -0
- package/build/es5/component/common/trigger/interface.d.ts +8 -0
- package/build/es5/component/common/trigger/mobile.d.ts +10 -0
- package/build/es5/component/crosshair/base.d.ts +77 -0
- package/build/es5/component/crosshair/cartesian.d.ts +65 -0
- package/build/es5/component/crosshair/config.d.ts +32 -0
- package/build/es5/component/crosshair/index.d.ts +3 -0
- package/build/es5/component/crosshair/interface/index.d.ts +2 -0
- package/build/es5/component/crosshair/interface/spec.d.ts +70 -0
- package/build/es5/component/crosshair/interface/theme.d.ts +7 -0
- package/build/es5/component/crosshair/polar.d.ts +76 -0
- package/build/es5/component/crosshair/util.d.ts +5 -0
- package/build/es5/component/custom-mark/custom-mark.d.ts +30 -0
- package/build/es5/component/custom-mark/index.d.ts +1 -0
- package/build/es5/component/data-zoom/data-filter-base-component.d.ts +89 -0
- package/build/es5/component/data-zoom/data-zoom/data-zoom.d.ts +62 -0
- package/build/es5/component/data-zoom/data-zoom/index.d.ts +2 -0
- package/build/es5/component/data-zoom/data-zoom/interface.d.ts +55 -0
- package/build/es5/component/data-zoom/index.d.ts +2 -0
- package/build/es5/component/data-zoom/interface.d.ts +25 -0
- package/build/es5/component/data-zoom/scroll-bar/index.d.ts +2 -0
- package/build/es5/component/data-zoom/scroll-bar/interface.d.ts +20 -0
- package/build/es5/component/data-zoom/scroll-bar/scroll-bar.d.ts +23 -0
- package/build/es5/component/data-zoom/util.d.ts +19 -0
- package/build/es5/component/geo/geo-coordinate.d.ts +53 -0
- package/build/es5/component/geo/index.d.ts +2 -0
- package/build/es5/component/geo/interface.d.ts +27 -0
- package/build/es5/component/geo/projection.d.ts +16 -0
- package/build/es5/component/index.d.ts +39 -0
- package/build/es5/component/indicator/index.d.ts +2 -0
- package/build/es5/component/indicator/indicator.d.ts +38 -0
- package/build/es5/component/indicator/interface.d.ts +31 -0
- package/build/es5/component/indicator/util.d.ts +13 -0
- package/build/es5/component/interface/common.d.ts +34 -0
- package/build/es5/component/interface/index.d.ts +4 -0
- package/build/es5/component/interface/theme.d.ts +40 -0
- package/build/es5/component/interface/tooltip-helper.d.ts +5 -0
- package/build/es5/component/interface/type.d.ts +33 -0
- package/build/es5/component/label/bar.d.ts +9 -0
- package/build/es5/component/label/index.d.ts +2 -0
- package/build/es5/component/label/interface.d.ts +21 -0
- package/build/es5/component/label/label.d.ts +62 -0
- package/build/es5/component/label/symbol.d.ts +9 -0
- package/build/es5/component/label/util.d.ts +9 -0
- package/build/es5/component/legend/base-legend.d.ts +59 -0
- package/build/es5/component/legend/continuous/index.d.ts +2 -0
- package/build/es5/component/legend/continuous/interface.d.ts +58 -0
- package/build/es5/component/legend/continuous/legend.d.ts +27 -0
- package/build/es5/component/legend/continuous/util.d.ts +8 -0
- package/build/es5/component/legend/discrete/index.d.ts +2 -0
- package/build/es5/component/legend/discrete/interface.d.ts +59 -0
- package/build/es5/component/legend/discrete/legend.d.ts +26 -0
- package/build/es5/component/legend/discrete/util.d.ts +3 -0
- package/build/es5/component/legend/index.d.ts +3 -0
- package/build/es5/component/legend/interface.d.ts +39 -0
- package/build/es5/component/legend/util.d.ts +26 -0
- package/build/es5/component/map-label/component.d.ts +52 -0
- package/build/es5/component/map-label/index.d.ts +2 -0
- package/build/es5/component/map-label/interface.d.ts +40 -0
- package/build/es5/component/map-label/layout.d.ts +23 -0
- package/build/es5/component/marker/base-marker.d.ts +46 -0
- package/build/es5/component/marker/interface.d.ts +59 -0
- package/build/es5/component/marker/mark-area/index.d.ts +2 -0
- package/build/es5/component/marker/mark-area/interface/index.d.ts +2 -0
- package/build/es5/component/marker/mark-area/interface/spec.d.ts +26 -0
- package/build/es5/component/marker/mark-area/interface/theme.d.ts +11 -0
- package/build/es5/component/marker/mark-area/mark-area.d.ts +20 -0
- package/build/es5/component/marker/mark-line/index.d.ts +2 -0
- package/build/es5/component/marker/mark-line/interface/index.d.ts +2 -0
- package/build/es5/component/marker/mark-line/interface/spec.d.ts +29 -0
- package/build/es5/component/marker/mark-line/interface/theme.d.ts +13 -0
- package/build/es5/component/marker/mark-line/mark-line.d.ts +20 -0
- package/build/es5/component/marker/mark-point/index.d.ts +2 -0
- package/build/es5/component/marker/mark-point/interface/index.d.ts +2 -0
- package/build/es5/component/marker/mark-point/interface/spec.d.ts +14 -0
- package/build/es5/component/marker/mark-point/interface/theme.d.ts +37 -0
- package/build/es5/component/marker/mark-point/mark-point.d.ts +20 -0
- package/build/es5/component/marker/utils.d.ts +6 -0
- package/build/es5/component/player/index.d.ts +2 -0
- package/build/es5/component/player/interface/index.d.ts +2 -0
- package/build/es5/component/player/interface/spec.d.ts +18 -0
- package/build/es5/component/player/interface/theme.d.ts +32 -0
- package/build/es5/component/player/player.d.ts +53 -0
- package/build/es5/component/player/utils/index.d.ts +1 -0
- package/build/es5/component/player/utils/orient.d.ts +3 -0
- package/build/es5/component/player/utils/transform.d.ts +4 -0
- package/build/es5/component/title/index.d.ts +2 -0
- package/build/es5/component/title/interface/index.d.ts +2 -0
- package/build/es5/component/title/interface/spec.d.ts +45 -0
- package/build/es5/component/title/interface/theme.d.ts +19 -0
- package/build/es5/component/title/title.d.ts +47 -0
- package/build/es5/component/title/utils.d.ts +2 -0
- package/build/es5/component/tooltip/handler/base.d.ts +52 -0
- package/build/es5/component/tooltip/handler/canvas/canvas-tooltip-handler.d.ts +19 -0
- package/build/es5/component/tooltip/handler/canvas/index.d.ts +1 -0
- package/build/es5/component/tooltip/handler/constants.d.ts +17 -0
- package/build/es5/component/tooltip/handler/dom/dom-tooltip-handler.d.ts +25 -0
- package/build/es5/component/tooltip/handler/dom/index.d.ts +1 -0
- package/build/es5/component/tooltip/handler/dom/interface.d.ts +61 -0
- package/build/es5/component/tooltip/handler/dom/model/base-tooltip-model.d.ts +25 -0
- package/build/es5/component/tooltip/handler/dom/model/content-column-model.d.ts +25 -0
- package/build/es5/component/tooltip/handler/dom/model/content-model.d.ts +15 -0
- package/build/es5/component/tooltip/handler/dom/model/interface.d.ts +9 -0
- package/build/es5/component/tooltip/handler/dom/model/shape-model.d.ts +20 -0
- package/build/es5/component/tooltip/handler/dom/model/style-constants.d.ts +8 -0
- package/build/es5/component/tooltip/handler/dom/model/text-model.d.ts +5 -0
- package/build/es5/component/tooltip/handler/dom/model/title-model.d.ts +15 -0
- package/build/es5/component/tooltip/handler/dom/model/tooltip-model.d.ts +21 -0
- package/build/es5/component/tooltip/handler/dom/util.d.ts +6 -0
- package/build/es5/component/tooltip/handler/index.d.ts +2 -0
- package/build/es5/component/tooltip/handler/interface/index.d.ts +1 -0
- package/build/es5/component/tooltip/handler/interface/style.d.ts +27 -0
- package/build/es5/component/tooltip/handler/utils/attribute.d.ts +11 -0
- package/build/es5/component/tooltip/handler/utils/common.d.ts +10 -0
- package/build/es5/component/tooltip/handler/utils/compose.d.ts +5 -0
- package/build/es5/component/tooltip/handler/utils/get-spec.d.ts +5 -0
- package/build/es5/component/tooltip/handler/utils/index.d.ts +7 -0
- package/build/es5/component/tooltip/handler/utils/pattern.d.ts +4 -0
- package/build/es5/component/tooltip/handler/utils/position.d.ts +1 -0
- package/build/es5/component/tooltip/handler/utils/style.d.ts +4 -0
- package/build/es5/component/tooltip/index.d.ts +2 -0
- package/build/es5/component/tooltip/interface/common.d.ts +24 -0
- package/build/es5/component/tooltip/interface/event.d.ts +8 -0
- package/build/es5/component/tooltip/interface/index.d.ts +3 -0
- package/build/es5/component/tooltip/interface/spec.d.ts +28 -0
- package/build/es5/component/tooltip/interface/theme.d.ts +45 -0
- package/build/es5/component/tooltip/processor/base.d.ts +18 -0
- package/build/es5/component/tooltip/processor/dimension-tooltip.d.ts +10 -0
- package/build/es5/component/tooltip/processor/index.d.ts +5 -0
- package/build/es5/component/tooltip/processor/interface.d.ts +16 -0
- package/build/es5/component/tooltip/processor/mark-tooltip.d.ts +10 -0
- package/build/es5/component/tooltip/processor/util.d.ts +4 -0
- package/build/es5/component/tooltip/tooltip.d.ts +57 -0
- package/build/es5/component/tooltip/utils/common.d.ts +5 -0
- package/build/es5/component/tooltip/utils/index.d.ts +2 -0
- package/build/es5/component/tooltip/utils/show-tooltip.d.ts +3 -0
- package/build/es5/constant/base.d.ts +3 -0
- package/build/es5/constant/box-plot.d.ts +10 -0
- package/build/es5/constant/event.d.ts +53 -0
- package/build/es5/constant/funnel.d.ts +14 -0
- package/build/es5/constant/hierarchy.d.ts +3 -0
- package/build/es5/constant/index.d.ts +106 -0
- package/build/es5/constant/label.d.ts +6 -0
- package/build/es5/constant/layout.d.ts +2 -0
- package/build/es5/constant/marker.d.ts +4 -0
- package/build/es5/constant/polar.d.ts +22 -0
- package/build/es5/constant/scatter.d.ts +7 -0
- package/build/es5/constant/scroll-bar.d.ts +1 -0
- package/build/es5/constant/sunburst.d.ts +1 -0
- package/build/es5/constant/waterfall.d.ts +1 -0
- package/build/es5/constant/word-cloud.d.ts +7 -0
- package/build/es5/core/factory.d.ts +39 -0
- package/build/es5/core/index.d.ts +9 -0
- package/build/es5/core/instance-manager.d.ts +10 -0
- package/build/es5/core/interface.d.ts +74 -0
- package/build/es5/core/vchart.d.ts +125 -0
- package/build/es5/data/initialize.d.ts +10 -0
- package/build/es5/data/parser/array.d.ts +2 -0
- package/build/es5/data/parser/scale.d.ts +2 -0
- package/build/es5/data/register.d.ts +3 -0
- package/build/es5/data/transforms/add-property.d.ts +8 -0
- package/build/es5/data/transforms/aggregation.d.ts +28 -0
- package/build/es5/data/transforms/box-plot.d.ts +5 -0
- package/build/es5/data/transforms/circle-packing.d.ts +7 -0
- package/build/es5/data/transforms/copy-data-view.d.ts +5 -0
- package/build/es5/data/transforms/data-key.d.ts +10 -0
- package/build/es5/data/transforms/dimension-data.d.ts +10 -0
- package/build/es5/data/transforms/dimension-statistics.d.ts +41 -0
- package/build/es5/data/transforms/drill.d.ts +14 -0
- package/build/es5/data/transforms/flatten.d.ts +9 -0
- package/build/es5/data/transforms/funnel.d.ts +51 -0
- package/build/es5/data/transforms/hierarchy-dimension-statistics.d.ts +3 -0
- package/build/es5/data/transforms/invalid-travel.d.ts +8 -0
- package/build/es5/data/transforms/legend-data/continuous/continuous.d.ts +4 -0
- package/build/es5/data/transforms/legend-data/continuous/index.d.ts +2 -0
- package/build/es5/data/transforms/legend-data/continuous/interface.d.ts +13 -0
- package/build/es5/data/transforms/legend-data/discrete/discrete.d.ts +4 -0
- package/build/es5/data/transforms/legend-data/discrete/index.d.ts +2 -0
- package/build/es5/data/transforms/legend-data/discrete/interface.d.ts +15 -0
- package/build/es5/data/transforms/lookup.d.ts +12 -0
- package/build/es5/data/transforms/map.d.ts +7 -0
- package/build/es5/data/transforms/obj-flat.d.ts +2 -0
- package/build/es5/data/transforms/pie.d.ts +16 -0
- package/build/es5/data/transforms/regression.d.ts +6 -0
- package/build/es5/data/transforms/sankey-links.d.ts +2 -0
- package/build/es5/data/transforms/sankey-nodes.d.ts +2 -0
- package/build/es5/data/transforms/sankey.d.ts +21 -0
- package/build/es5/data/transforms/stack-split.d.ts +6 -0
- package/build/es5/data/transforms/sunburst.d.ts +7 -0
- package/build/es5/data/transforms/tick-data/config.d.ts +1 -0
- package/build/es5/data/transforms/tick-data/continuous.d.ts +3 -0
- package/build/es5/data/transforms/tick-data/discrete/linear.d.ts +3 -0
- package/build/es5/data/transforms/tick-data/discrete/polar-angle.d.ts +3 -0
- package/build/es5/data/transforms/tick-data/index.d.ts +4 -0
- package/build/es5/data/transforms/tick-data/interface.d.ts +28 -0
- package/build/es5/data/transforms/tick-data/util.d.ts +15 -0
- package/build/es5/data/transforms/treemap.d.ts +11 -0
- package/build/es5/data/transforms/waterfall.d.ts +25 -0
- package/build/es5/event/bubble.d.ts +15 -0
- package/build/es5/event/event-dispatcher.d.ts +25 -0
- package/build/es5/event/event.d.ts +18 -0
- package/build/es5/event/events/dimension/base.d.ts +19 -0
- package/build/es5/event/events/dimension/dimension-click.d.ts +9 -0
- package/build/es5/event/events/dimension/dimension-hover.d.ts +10 -0
- package/build/es5/event/events/dimension/index.d.ts +3 -0
- package/build/es5/event/events/dimension/interface.d.ts +22 -0
- package/build/es5/event/events/dimension/util/cartesian.d.ts +8 -0
- package/build/es5/event/events/dimension/util/common.d.ts +8 -0
- package/build/es5/event/events/dimension/util/index.d.ts +3 -0
- package/build/es5/event/events/dimension/util/polar.d.ts +4 -0
- package/build/es5/event/events/index.d.ts +5 -0
- package/build/es5/event/interface.d.ts +153 -0
- package/build/es5/index.d.ts +10 -0
- package/build/es5/index.js +17 -0
- package/build/es5/interaction/config.d.ts +57 -0
- package/build/es5/interaction/dimension-trigger.d.ts +32 -0
- package/build/es5/interaction/drill/drillable.d.ts +28 -0
- package/build/es5/interaction/drill/index.d.ts +1 -0
- package/build/es5/interaction/interaction.d.ts +20 -0
- package/build/es5/interaction/interface.d.ts +49 -0
- package/build/es5/interaction/trigger.d.ts +38 -0
- package/build/es5/interaction/zoom/index.d.ts +1 -0
- package/build/es5/interaction/zoom/zoomable.d.ts +72 -0
- package/build/es5/layout/base-layout.d.ts +28 -0
- package/build/es5/layout/grid-layout/grid-layout.d.ts +50 -0
- package/build/es5/layout/index.d.ts +6 -0
- package/build/es5/layout/interface.d.ts +45 -0
- package/build/es5/layout/label/arc-label.d.ts +42 -0
- package/build/es5/layout/layout3d/index.d.ts +23 -0
- package/build/es5/mark/arc-3d.d.ts +9 -0
- package/build/es5/mark/arc.d.ts +20 -0
- package/build/es5/mark/area.d.ts +11 -0
- package/build/es5/mark/base/base-line.d.ts +8 -0
- package/build/es5/mark/base/base-mark.d.ts +38 -0
- package/build/es5/mark/base/index.d.ts +2 -0
- package/build/es5/mark/box-plot.d.ts +12 -0
- package/build/es5/mark/cell.d.ts +10 -0
- package/build/es5/mark/component.d.ts +14 -0
- package/build/es5/mark/group.d.ts +31 -0
- package/build/es5/mark/image.d.ts +10 -0
- package/build/es5/mark/index.d.ts +21 -0
- package/build/es5/mark/interface/common.d.ts +67 -0
- package/build/es5/mark/interface/index.d.ts +2 -0
- package/build/es5/mark/interface/type.d.ts +22 -0
- package/build/es5/mark/line.d.ts +11 -0
- package/build/es5/mark/link-path.d.ts +12 -0
- package/build/es5/mark/mark-set/index.d.ts +21 -0
- package/build/es5/mark/path.d.ts +10 -0
- package/build/es5/mark/polygon/base-polygon.d.ts +6 -0
- package/build/es5/mark/polygon/polygon.d.ts +10 -0
- package/build/es5/mark/polygon/pyramid-3d.d.ts +9 -0
- package/build/es5/mark/progress-arc.d.ts +13 -0
- package/build/es5/mark/rect-3d.d.ts +10 -0
- package/build/es5/mark/rect.d.ts +10 -0
- package/build/es5/mark/rule.d.ts +10 -0
- package/build/es5/mark/symbol.d.ts +12 -0
- package/build/es5/mark/text.d.ts +10 -0
- package/build/es5/mark/utils/common.d.ts +3 -0
- package/build/es5/mark/utils/index.d.ts +1 -0
- package/build/es5/model/base-model.d.ts +85 -0
- package/build/es5/model/interface.d.ts +176 -0
- package/build/es5/model/layout-item.d.ts +54 -0
- package/build/es5/model/model-state-manager.d.ts +9 -0
- package/build/es5/model/tooltip-helper.d.ts +27 -0
- package/build/es5/plugin/chart/interface.d.ts +6 -0
- package/build/es5/plugin/components/axis-label-overlap-plugin.d.ts +10 -0
- package/build/es5/plugin/components/axis-sync-plugin/axis-sync.d.ts +11 -0
- package/build/es5/plugin/components/axis-sync-plugin/index.d.ts +1 -0
- package/build/es5/plugin/components/axis-sync-plugin/tick-align-transform.d.ts +7 -0
- package/build/es5/plugin/components/axis-sync-plugin/zero-align-transform.d.ts +15 -0
- package/build/es5/plugin/components/basic-plugin.d.ts +9 -0
- package/build/es5/plugin/components/index.d.ts +7 -0
- package/build/es5/plugin/components/interface.d.ts +33 -0
- package/build/es5/plugin/components/plugin-service.d.ts +15 -0
- package/build/es5/plugin/interface.d.ts +4 -0
- package/build/es5/plugin/series/interface.d.ts +9 -0
- package/build/es5/region/interface.d.ts +53 -0
- package/build/es5/region/region.d.ts +70 -0
- package/build/es5/scale/color-ordinal-scale.d.ts +8 -0
- package/build/es5/scale/global-scale.d.ts +37 -0
- package/build/es5/scale/interface.d.ts +19 -0
- package/build/es5/series/area/animation.d.ts +7 -0
- package/build/es5/series/area/area.d.ts +21 -0
- package/build/es5/series/area/interface.d.ts +18 -0
- package/build/es5/series/bar/animation.d.ts +12 -0
- package/build/es5/series/bar/bar-3d.d.ts +11 -0
- package/build/es5/series/bar/bar.d.ts +40 -0
- package/build/es5/series/bar/interface.d.ts +34 -0
- package/build/es5/series/base/base-series.d.ts +177 -0
- package/build/es5/series/base/group.d.ts +11 -0
- package/build/es5/series/base/series-data.d.ts +5 -0
- package/build/es5/series/base/tooltip-helper.d.ts +30 -0
- package/build/es5/series/box-plot/box-plot.d.ts +61 -0
- package/build/es5/series/box-plot/interface.d.ts +23 -0
- package/build/es5/series/box-plot/tooltip-helper.d.ts +12 -0
- package/build/es5/series/cartesian/cartesian.d.ts +90 -0
- package/build/es5/series/cartesian/index.d.ts +2 -0
- package/build/es5/series/cartesian/interface.d.ts +14 -0
- package/build/es5/series/circle-packing/animation.d.ts +7 -0
- package/build/es5/series/circle-packing/circle-packing.d.ts +43 -0
- package/build/es5/series/circle-packing/interface.d.ts +21 -0
- package/build/es5/series/circle-packing/tooltip-helper.d.ts +5 -0
- package/build/es5/series/dot/config.d.ts +4 -0
- package/build/es5/series/dot/dot.d.ts +68 -0
- package/build/es5/series/dot/interface.d.ts +40 -0
- package/build/es5/series/dot/tooltip-helper.d.ts +7 -0
- package/build/es5/series/funnel/funnel-3d.d.ts +18 -0
- package/build/es5/series/funnel/funnel.d.ts +100 -0
- package/build/es5/series/funnel/interface.d.ts +61 -0
- package/build/es5/series/funnel/tooltip-helper.d.ts +9 -0
- package/build/es5/series/gauge/gauge-pointer.d.ts +32 -0
- package/build/es5/series/gauge/gauge.d.ts +25 -0
- package/build/es5/series/gauge/index.d.ts +3 -0
- package/build/es5/series/gauge/interface.d.ts +44 -0
- package/build/es5/series/geo/geo.d.ts +52 -0
- package/build/es5/series/geo/interface.d.ts +4 -0
- package/build/es5/series/heatmap/animation.d.ts +3 -0
- package/build/es5/series/heatmap/heatmap.d.ts +43 -0
- package/build/es5/series/heatmap/interface.d.ts +23 -0
- package/build/es5/series/heatmap/tooltip-helper.d.ts +6 -0
- package/build/es5/series/index.d.ts +66 -0
- package/build/es5/series/interface/common.d.ts +120 -0
- package/build/es5/series/interface/index.d.ts +5 -0
- package/build/es5/series/interface/series.d.ts +168 -0
- package/build/es5/series/interface/theme.d.ts +55 -0
- package/build/es5/series/interface/tooltip-helper.d.ts +13 -0
- package/build/es5/series/interface/type.d.ts +34 -0
- package/build/es5/series/line/animation.d.ts +7 -0
- package/build/es5/series/line/interface.d.ts +25 -0
- package/build/es5/series/line/line.d.ts +19 -0
- package/build/es5/series/link/interface.d.ts +25 -0
- package/build/es5/series/link/link.d.ts +50 -0
- package/build/es5/series/link/tooltip-helper.d.ts +6 -0
- package/build/es5/series/map/geo-source.d.ts +20 -0
- package/build/es5/series/map/interface.d.ts +29 -0
- package/build/es5/series/map/map.d.ts +52 -0
- package/build/es5/series/map/tooltip-helper.d.ts +5 -0
- package/build/es5/series/mixin/line-mixin.d.ts +35 -0
- package/build/es5/series/pie/animation/animation.d.ts +23 -0
- package/build/es5/series/pie/animation/centerOffset.d.ts +6 -0
- package/build/es5/series/pie/interface.d.ts +64 -0
- package/build/es5/series/pie/pie-3d.d.ts +16 -0
- package/build/es5/series/pie/pie.d.ts +79 -0
- package/build/es5/series/polar/animation.d.ts +41 -0
- package/build/es5/series/polar/interface.d.ts +21 -0
- package/build/es5/series/polar/polar.d.ts +62 -0
- package/build/es5/series/polar/progress-like/animation.d.ts +6 -0
- package/build/es5/series/polar/progress-like/index.d.ts +3 -0
- package/build/es5/series/polar/progress-like/interface.d.ts +9 -0
- package/build/es5/series/polar/progress-like/progress-like.d.ts +22 -0
- package/build/es5/series/polar/rose-like/index.d.ts +2 -0
- package/build/es5/series/polar/rose-like/interface.d.ts +8 -0
- package/build/es5/series/polar/rose-like/rose-like.d.ts +14 -0
- package/build/es5/series/progress/circular/circular.d.ts +22 -0
- package/build/es5/series/progress/circular/index.d.ts +1 -0
- package/build/es5/series/progress/circular/interface.d.ts +20 -0
- package/build/es5/series/progress/interface.d.ts +7 -0
- package/build/es5/series/progress/linear/animation.d.ts +9 -0
- package/build/es5/series/progress/linear/index.d.ts +1 -0
- package/build/es5/series/progress/linear/interface.d.ts +26 -0
- package/build/es5/series/progress/linear/linear.d.ts +24 -0
- package/build/es5/series/progress/linear/tooltip-helper.d.ts +7 -0
- package/build/es5/series/radar/animation.d.ts +72 -0
- package/build/es5/series/radar/interface.d.ts +20 -0
- package/build/es5/series/radar/radar.d.ts +22 -0
- package/build/es5/series/range-area/interface.d.ts +6 -0
- package/build/es5/series/range-area/range-area.d.ts +11 -0
- package/build/es5/series/range-area/tooltip-helper.d.ts +7 -0
- package/build/es5/series/range-column/animation.d.ts +9 -0
- package/build/es5/series/range-column/interface.d.ts +56 -0
- package/build/es5/series/range-column/range-column-3d.d.ts +10 -0
- package/build/es5/series/range-column/range-column.d.ts +24 -0
- package/build/es5/series/range-column/tooltip-helper.d.ts +6 -0
- package/build/es5/series/rose/animation.d.ts +12 -0
- package/build/es5/series/rose/interface.d.ts +16 -0
- package/build/es5/series/rose/rose.d.ts +24 -0
- package/build/es5/series/sankey/animation.d.ts +12 -0
- package/build/es5/series/sankey/interface.d.ts +106 -0
- package/build/es5/series/sankey/sankey.d.ts +52 -0
- package/build/es5/series/sankey/tooltip-helper.d.ts +7 -0
- package/build/es5/series/scatter/animation.d.ts +7 -0
- package/build/es5/series/scatter/interface.d.ts +25 -0
- package/build/es5/series/scatter/scatter.d.ts +31 -0
- package/build/es5/series/sunburst/animation/enter.d.ts +3 -0
- package/build/es5/series/sunburst/animation/exit.d.ts +3 -0
- package/build/es5/series/sunburst/animation/index.d.ts +5 -0
- package/build/es5/series/sunburst/animation/interface.d.ts +12 -0
- package/build/es5/series/sunburst/animation/preset.d.ts +3 -0
- package/build/es5/series/sunburst/animation/utils.d.ts +3 -0
- package/build/es5/series/sunburst/interface.d.ts +41 -0
- package/build/es5/series/sunburst/sunburst.d.ts +59 -0
- package/build/es5/series/sunburst/tooltip-helper.d.ts +5 -0
- package/build/es5/series/treemap/animation.d.ts +4 -0
- package/build/es5/series/treemap/interface.d.ts +41 -0
- package/build/es5/series/treemap/tooltip-helper.d.ts +5 -0
- package/build/es5/series/treemap/treemap.d.ts +55 -0
- package/build/es5/series/util/label-mark.d.ts +4 -0
- package/build/es5/series/util/utils.d.ts +2 -0
- package/build/es5/series/waterfall/animation.d.ts +4 -0
- package/build/es5/series/waterfall/interface.d.ts +60 -0
- package/build/es5/series/waterfall/waterfall.d.ts +35 -0
- package/build/es5/series/word-cloud/animation.d.ts +6 -0
- package/build/es5/series/word-cloud/base.d.ts +69 -0
- package/build/es5/series/word-cloud/config.d.ts +16 -0
- package/build/es5/series/word-cloud/interface.d.ts +115 -0
- package/build/es5/series/word-cloud/word-cloud-3d.d.ts +11 -0
- package/build/es5/series/word-cloud/word-cloud.d.ts +7 -0
- package/build/es5/theme/buildin-theme/config.d.ts +2 -0
- package/build/es5/theme/buildin-theme/index.d.ts +5 -0
- package/build/es5/theme/buildin-theme/light/color-scheme.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/axis/band-axis.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/axis/cartesian-axis.d.ts +3 -0
- package/build/es5/theme/buildin-theme/light/component/axis/common-axis.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/axis/linear-axis.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/axis/log-axis.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/axis/polar-axis.d.ts +3 -0
- package/build/es5/theme/buildin-theme/light/component/brush.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/crosshair.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/data-zoom.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/index.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/indicator.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/legend/color-legend.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/legend/continuous.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/legend/discrete-legend.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/legend/size-legend.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/map-label.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/mark-area.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/mark-line.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/mark-point.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/player.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/poptip.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/title.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/component/tooltip.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/constants.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/index.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/mark.d.ts +3 -0
- package/build/es5/theme/buildin-theme/light/series/area.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/bar.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/bar3d.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/box-plot.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/circle-packing.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/circular-progress.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/dot.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/funnel.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/funnel3d.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/gauge-pointer.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/gauge.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/heatmap.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/index.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/line.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/linear-progress.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/link.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/map.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/pie.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/pie3d.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/radar.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/rangeColumn.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/rose.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/sankey.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/scatter.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/sunburst.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/treemap.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/waterfall.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/word-cloud.d.ts +2 -0
- package/build/es5/theme/buildin-theme/light/series/word-cloud3d.d.ts +2 -0
- package/build/es5/theme/color-scheme/interface.d.ts +29 -0
- package/build/es5/theme/color-scheme/util.d.ts +8 -0
- package/build/es5/theme/index.d.ts +3 -0
- package/build/es5/theme/interface.d.ts +44 -0
- package/build/es5/theme/theme-manager.d.ts +13 -0
- package/build/es5/typings/common.d.ts +7 -0
- package/build/es5/typings/coordinate.d.ts +9 -0
- package/build/es5/typings/cursor.d.ts +1 -0
- package/build/es5/typings/data.d.ts +1 -0
- package/build/es5/typings/geo.d.ts +3 -0
- package/build/es5/typings/index.d.ts +13 -0
- package/build/es5/typings/interpolate.d.ts +5 -0
- package/build/es5/typings/line-stroke.d.ts +3 -0
- package/build/es5/typings/params.d.ts +17 -0
- package/build/es5/typings/scale.d.ts +33 -0
- package/build/es5/typings/shape.d.ts +27 -0
- package/build/es5/typings/space.d.ts +19 -0
- package/build/es5/typings/spec/chart.d.ts +59 -0
- package/build/es5/typings/spec/common.d.ts +250 -0
- package/build/es5/typings/spec/index.d.ts +4 -0
- package/build/es5/typings/tooltip/common.d.ts +8 -0
- package/build/es5/typings/tooltip/handler.d.ts +8 -0
- package/build/es5/typings/tooltip/index.d.ts +6 -0
- package/build/es5/typings/tooltip/line.d.ts +15 -0
- package/build/es5/typings/tooltip/position.d.ts +19 -0
- package/build/es5/typings/tooltip/shape.d.ts +14 -0
- package/build/es5/typings/tooltip/tooltip.d.ts +24 -0
- package/build/es5/typings/visual.d.ts +293 -0
- package/build/es5/util/array.d.ts +3 -0
- package/build/es5/util/color.d.ts +3 -0
- package/build/es5/util/data.d.ts +21 -0
- package/build/es5/util/debug.d.ts +9 -0
- package/build/es5/util/env.d.ts +7 -0
- package/build/es5/util/hierarchy.d.ts +3 -0
- package/build/es5/util/id.d.ts +2 -0
- package/build/es5/util/image.d.ts +4 -0
- package/build/es5/util/index.d.ts +22 -0
- package/build/es5/util/math.d.ts +41 -0
- package/build/es5/util/model.d.ts +4 -0
- package/build/es5/util/object.d.ts +5 -0
- package/build/es5/util/scale.d.ts +25 -0
- package/build/es5/util/space.d.ts +19 -0
- package/build/es5/util/spec.d.ts +10 -0
- package/build/es5/util/style.d.ts +4 -0
- package/build/es5/util/text.d.ts +9 -0
- package/build/es5/util/type.d.ts +7 -0
- package/build/es5/vchart-all.d.ts +2 -0
- package/build/es5/vchart-simple.d.ts +2 -0
- package/build/index.js +167 -98
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/cjs/component/axis/base-axis.d.ts +2 -0
- package/cjs/component/axis/base-axis.js +4 -2
- package/cjs/component/axis/base-axis.js.map +1 -1
- package/cjs/component/brush/brush.d.ts +6 -3
- package/cjs/component/brush/brush.js +56 -37
- package/cjs/component/brush/brush.js.map +1 -1
- package/cjs/component/brush/interface.d.ts +11 -8
- package/cjs/component/brush/interface.js +1 -7
- package/cjs/component/brush/interface.js.map +1 -1
- package/cjs/component/index.js +2 -1
- package/cjs/constant/hierarchy.js +1 -2
- package/cjs/core/factory.js +2 -1
- 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 +1 -2
- package/cjs/event/events/dimension/util/cartesian.js +18 -11
- package/cjs/event/events/dimension/util/cartesian.js.map +1 -1
- package/cjs/interaction/interaction.js +1 -2
- package/cjs/layout/base-layout.js +2 -1
- 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/esm/component/axis/base-axis.d.ts +2 -0
- package/esm/component/axis/base-axis.js +4 -2
- package/esm/component/axis/base-axis.js.map +1 -1
- package/esm/component/brush/brush.d.ts +6 -3
- package/esm/component/brush/brush.js +56 -37
- package/esm/component/brush/brush.js.map +1 -1
- package/esm/component/brush/interface.d.ts +11 -8
- package/esm/component/brush/interface.js +1 -7
- package/esm/component/brush/interface.js.map +1 -1
- package/esm/component/index.js +2 -1
- package/esm/constant/hierarchy.js +1 -2
- package/esm/core/factory.js +2 -1
- 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 +1 -2
- package/esm/event/events/dimension/util/cartesian.js +19 -8
- package/esm/event/events/dimension/util/cartesian.js.map +1 -1
- package/esm/interaction/interaction.js +1 -2
- package/esm/layout/base-layout.js +2 -1
- 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/package.json +6 -4
|
@@ -0,0 +1,57 @@
|
|
|
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 };
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export type ChartType = keyof typeof ChartTypeEnum | string;
|
|
2
|
+
export declare enum ChartTypeEnum {
|
|
3
|
+
common = "common",
|
|
4
|
+
area = "area",
|
|
5
|
+
line = "line",
|
|
6
|
+
bar = "bar",
|
|
7
|
+
bar3d = "bar3d",
|
|
8
|
+
histogram = "histogram",
|
|
9
|
+
histogram3d = "histogram3d",
|
|
10
|
+
rangeColumn = "rangeColumn",
|
|
11
|
+
rangeColumn3d = "rangeColumn3d",
|
|
12
|
+
rangeArea = "rangeArea",
|
|
13
|
+
map = "map",
|
|
14
|
+
pie = "pie",
|
|
15
|
+
pie3d = "pie3d",
|
|
16
|
+
radar = "radar",
|
|
17
|
+
rose = "rose",
|
|
18
|
+
scatter = "scatter",
|
|
19
|
+
sequence = "sequence",
|
|
20
|
+
circularProgress = "circularProgress",
|
|
21
|
+
linearProgress = "linearProgress",
|
|
22
|
+
wordCloud = "wordCloud",
|
|
23
|
+
wordCloud3d = "wordCloud3d",
|
|
24
|
+
funnel = "funnel",
|
|
25
|
+
funnel3d = "funnel3d",
|
|
26
|
+
waterfall = "waterfall",
|
|
27
|
+
boxPlot = "boxPlot",
|
|
28
|
+
gauge = "gauge",
|
|
29
|
+
sankey = "sankey",
|
|
30
|
+
treemap = "treemap",
|
|
31
|
+
sunburst = "sunburst",
|
|
32
|
+
circlePacking = "circlePacking",
|
|
33
|
+
heatmap = "heatmap"
|
|
34
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
2
|
+
import type { ILineSeriesSpec } from '../../series/line/interface';
|
|
3
|
+
import type { IChartExtendsSeriesSpec } from '../..';
|
|
4
|
+
export interface ILineChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<ILineSeriesSpec> {
|
|
5
|
+
type: 'line';
|
|
6
|
+
series?: ILineSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
+
import type { ILineChartSpec } from './interface';
|
|
3
|
+
export declare class LineChart extends CartesianChart {
|
|
4
|
+
static readonly type: string;
|
|
5
|
+
static readonly view: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
readonly seriesType: string;
|
|
8
|
+
protected _getDefaultSeriesSpec(spec: ILineChartSpec): any;
|
|
9
|
+
transformSpec(spec: any): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec, IChartSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { IMapSeriesSpec } from '../../series/map/interface';
|
|
3
|
+
export interface IMapChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IMapSeriesSpec> {
|
|
4
|
+
type: 'map';
|
|
5
|
+
series?: IMapSeriesSpec[];
|
|
6
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BaseChart } from '../base-chart';
|
|
2
|
+
import type { IMapChartSpec } from './interface';
|
|
3
|
+
import type { IMapSeriesSpec } from '../../series/map/interface';
|
|
4
|
+
export declare class MapChart extends BaseChart {
|
|
5
|
+
static readonly type: string;
|
|
6
|
+
static readonly view: string;
|
|
7
|
+
readonly type: string;
|
|
8
|
+
readonly seriesType: string;
|
|
9
|
+
protected _getDefaultSeriesSpec(spec: IMapChartSpec): IMapSeriesSpec;
|
|
10
|
+
protected isValidSeries(type: string): boolean;
|
|
11
|
+
transformSpec(spec: IMapChartSpec): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IPieSeriesSpec, IPie3dSeriesSpec } from '../../series/pie/interface';
|
|
2
|
+
import type { IIndicatorSpec } from '../../component/indicator/interface';
|
|
3
|
+
import type { IChartExtendsSeriesSpec, IChartSpec } from '../../typings/spec/common';
|
|
4
|
+
export interface IPieChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IPieSeriesSpec> {
|
|
5
|
+
type: 'pie';
|
|
6
|
+
indicator?: IIndicatorSpec;
|
|
7
|
+
}
|
|
8
|
+
export interface IPie3dChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IPie3dSeriesSpec> {
|
|
9
|
+
type: 'pie3d';
|
|
10
|
+
indicator?: IIndicatorSpec;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IPolarAxisSpec } from '../../component/axis/polar/interface';
|
|
2
|
+
import type { IPolarCrosshairSpec } from '../../component/crosshair/interface';
|
|
3
|
+
import type { IChartSpec } from '../../typings';
|
|
4
|
+
export interface IPolarChartSpec extends IChartSpec {
|
|
5
|
+
axes?: IPolarAxisSpec[];
|
|
6
|
+
crosshair?: IPolarCrosshairSpec | IPolarCrosshairSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IIndicatorSpec } from '../../component/indicator/interface';
|
|
2
|
+
import { BaseChart } from '../base-chart';
|
|
3
|
+
export declare class PolarChart extends BaseChart {
|
|
4
|
+
readonly seriesType: string;
|
|
5
|
+
protected isValidSeries(type: string): boolean;
|
|
6
|
+
protected _getDefaultSeriesSpec(spec: any): any;
|
|
7
|
+
protected getIndicatorSpec(spec: any): IIndicatorSpec[];
|
|
8
|
+
transformSpec(spec: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IPolarAxisSpec } from '../../component/axis/polar/interface';
|
|
2
|
+
import { PolarChart } from './polar';
|
|
3
|
+
export declare class ProgressLikeChart extends PolarChart {
|
|
4
|
+
protected needAxes(): boolean;
|
|
5
|
+
protected _getDefaultSeriesSpec(spec: any): any;
|
|
6
|
+
protected _transformProgressAxisSpec(spec: any, angleAxisDefaultSpec: IPolarAxisSpec, radiusAxisDefaultSpec: IPolarAxisSpec): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ProgressLikeChart } from '../../polar/progress-like';
|
|
2
|
+
export declare class CircularProgressChart 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
|
+
transformSpec(spec: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec } from '../../..';
|
|
2
|
+
import type { ICircularProgressSeriesSpec } from '../../../series/progress/circular/interface';
|
|
3
|
+
import type { IProgressChartSpec } from '../interface';
|
|
4
|
+
export interface ICircularProgressChartSpec extends IProgressChartSpec, IChartExtendsSeriesSpec<ICircularProgressSeriesSpec> {
|
|
5
|
+
type: 'circularProgress';
|
|
6
|
+
series?: ICircularProgressSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IChartSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { ICartesianAxisSpec } from '../../component/axis/cartesian/interface';
|
|
3
|
+
import type { IPolarAxisSpec } from '../../component/axis/polar/interface';
|
|
4
|
+
export interface IProgressChartSpec extends IChartSpec {
|
|
5
|
+
seriesField?: string;
|
|
6
|
+
cornerRadius?: number;
|
|
7
|
+
axes?: ICartesianAxisSpec[] | IPolarAxisSpec[];
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IProgressChartSpec } from '../interface';
|
|
2
|
+
import type { ICartesianAxisSpec } from '../../../component/axis/cartesian/interface';
|
|
3
|
+
import type { ILinearProgressSeriesSpec } from '../../../series/progress/linear/interface';
|
|
4
|
+
import type { IChartExtendsSeriesSpec } from '../../..';
|
|
5
|
+
export interface ILinearProgressChartSpec extends IProgressChartSpec, IChartExtendsSeriesSpec<ILinearProgressSeriesSpec> {
|
|
6
|
+
type: 'linearProgress';
|
|
7
|
+
axes?: ICartesianAxisSpec[];
|
|
8
|
+
series?: ILinearProgressSeriesSpec[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CartesianChart } from '../../cartesian/cartesian';
|
|
2
|
+
import type { ILinearProgressChartSpec } from './interface';
|
|
3
|
+
export declare class LinearProgressChart extends CartesianChart {
|
|
4
|
+
static readonly type: string;
|
|
5
|
+
static readonly view: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
readonly seriesType: string;
|
|
8
|
+
protected needAxes(): boolean;
|
|
9
|
+
protected _getDefaultSeriesSpec(spec: ILinearProgressChartSpec): ILinearProgressChartSpec;
|
|
10
|
+
transformSpec(spec: ILinearProgressChartSpec): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { IRadarSeriesSpec } from '../../series/radar/interface';
|
|
3
|
+
import type { IPolarChartSpec } from '../polar/interface';
|
|
4
|
+
export interface IRadarChartSpec extends IPolarChartSpec, IChartExtendsSeriesSpec<IRadarSeriesSpec> {
|
|
5
|
+
type: 'radar';
|
|
6
|
+
series?: IRadarSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RoseLikeChart } from '../polar/rose-like';
|
|
2
|
+
export declare class RadarChart extends RoseLikeChart {
|
|
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
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { IRangeAreaSeriesSpec } from '../../series/range-area/interface';
|
|
3
|
+
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
+
export interface IRangeAreaChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IRangeAreaSeriesSpec> {
|
|
5
|
+
type: 'rangeArea';
|
|
6
|
+
series?: IRangeAreaSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
+
export declare class RangeAreaChart 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
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { IRangeColumnSeriesSpec, IRangeColumn3dSeriesSpec } from '../../series/range-column/interface';
|
|
3
|
+
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
+
export interface IRangeColumnChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IRangeColumnSeriesSpec> {
|
|
5
|
+
type: 'rangeColumn';
|
|
6
|
+
series?: IRangeColumnSeriesSpec[];
|
|
7
|
+
}
|
|
8
|
+
export interface IRangeColumn3dChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IRangeColumn3dSeriesSpec> {
|
|
9
|
+
type: 'rangeColumn3d';
|
|
10
|
+
series?: IRangeColumn3dSeriesSpec[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
+
export declare class RangeColumn3dChart 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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
+
export declare class RangeColumnChart 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
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IChartExtendsSeriesSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { IRoseSeriesSpec } from '../../series/rose/interface';
|
|
3
|
+
import type { IPolarChartSpec } from '../polar/interface';
|
|
4
|
+
export interface IRoseChartSpec extends IPolarChartSpec, IChartExtendsSeriesSpec<IRoseSeriesSpec> {
|
|
5
|
+
type: 'rose';
|
|
6
|
+
series?: IRoseSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RoseLikeChart } from '../polar/rose-like';
|
|
2
|
+
export declare class RoseChart extends RoseLikeChart {
|
|
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
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ISankeySeriesSpec } from '../../series/sankey/interface';
|
|
2
|
+
import type { IChartExtendsSeriesSpec, IChartSpec } from '../../typings/spec/common';
|
|
3
|
+
export interface ISankeyChartSpec extends Omit<IChartSpec, 'padding'>, IChartExtendsSeriesSpec<ISankeySeriesSpec> {
|
|
4
|
+
type: 'sankey';
|
|
5
|
+
series?: ISankeySeriesSpec[];
|
|
6
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseChart } from '../base-chart';
|
|
2
|
+
import type { ISankeyChartSpec } from './interface';
|
|
3
|
+
export declare class SankeyChart extends BaseChart {
|
|
4
|
+
static readonly type: string;
|
|
5
|
+
static readonly view: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
readonly seriesType: string;
|
|
8
|
+
protected getDefaultSeriesSpec(spec: ISankeyChartSpec): any;
|
|
9
|
+
transformSpec(spec: any): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IScatterSeriesSpec } from '../../series/scatter/interface';
|
|
2
|
+
import type { IChartExtendsSeriesSpec } from '../../typings/spec';
|
|
3
|
+
import type { ICartesianChartSpec } from '../cartesian/interface';
|
|
4
|
+
export interface IScatterChartSpec extends ICartesianChartSpec, IChartExtendsSeriesSpec<IScatterSeriesSpec> {
|
|
5
|
+
type: 'scatter';
|
|
6
|
+
series?: IScatterSeriesSpec[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CartesianChart } from '../cartesian/cartesian';
|
|
2
|
+
import type { IScatterChartSpec } from './interface';
|
|
3
|
+
export declare class ScatterChart extends CartesianChart {
|
|
4
|
+
static readonly type: string;
|
|
5
|
+
static readonly view: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
readonly seriesType: string;
|
|
8
|
+
protected _getDefaultSeriesSpec(spec: IScatterChartSpec): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { IChartSpec, ISeriesSpec } from '../../typings/spec/common';
|
|
2
|
+
import type { ICartesianAxisSpec } from '../../component/axis/cartesian/interface';
|
|
3
|
+
import type { IDataZoomSpec, IScrollBarSpec } from '../../component/data-zoom';
|
|
4
|
+
import type { ICartesianCrosshairSpec } from '../../component/crosshair/interface';
|
|
5
|
+
import type { ILayoutSpec } from '../../layout/interface';
|
|
6
|
+
import type { IRegionSpec } from '../../region/interface';
|
|
7
|
+
import type { IPadding } from '../../typings';
|
|
8
|
+
export interface ISequenceChartSpec extends IChartSpec {
|
|
9
|
+
type: 'sequence';
|
|
10
|
+
appendPadding?: IPadding;
|
|
11
|
+
axes?: ICartesianAxisSpec[];
|
|
12
|
+
dataZooms?: IDataZoomSpec[];
|
|
13
|
+
scrollBars?: IScrollBarSpec[];
|
|
14
|
+
crosshair?: ICartesianCrosshairSpec | ICartesianCrosshairSpec[];
|
|
15
|
+
layout?: ILayoutSpec;
|
|
16
|
+
region?: IRegionSpec[];
|
|
17
|
+
}
|
|
18
|
+
export interface ISequenceSeriesSpec extends ISeriesSpec {
|
|
19
|
+
height?: number;
|
|
20
|
+
padding?: number;
|
|
21
|
+
dataDot?: any;
|
|
22
|
+
dotSeriesIndex?: number;
|
|
23
|
+
dotSeriesSpec?: ISeriesSpec;
|
|
24
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BaseChart } from '../base-chart';
|
|
2
|
+
import type { ISequenceChartSpec, ISequenceSeriesSpec } from './interface';
|
|
3
|
+
export declare class SequenceChart extends BaseChart {
|
|
4
|
+
static readonly type: string;
|
|
5
|
+
static readonly view: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
transformSpec(spec: ISequenceChartSpec): void;
|
|
8
|
+
createSeries(seriesSpec: ISequenceSeriesSpec[]): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IRegion } from '../region/interface';
|
|
2
|
+
import type { IChart } from './interface';
|
|
3
|
+
export declare class Stack {
|
|
4
|
+
protected _chart: IChart;
|
|
5
|
+
constructor(chart: IChart);
|
|
6
|
+
init(): void;
|
|
7
|
+
stackAll(): void;
|
|
8
|
+
stackRegion: ({ model }: {
|
|
9
|
+
model: IRegion;
|
|
10
|
+
}) => void;
|
|
11
|
+
private stackOffsetSilhouette;
|
|
12
|
+
private stack;
|
|
13
|
+
private stackGroup;
|
|
14
|
+
}
|