@carbon/charts 1.8.0 → 1.9.0-next.1.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/CHANGELOG.md +84 -155
- package/README.md +17 -21
- package/dist/_baseEach-603421de.mjs +21 -0
- package/dist/_baseEach-603421de.mjs.map +1 -0
- package/dist/_baseEach-cdac417f.js +2 -0
- package/dist/_baseEach-cdac417f.js.map +1 -0
- package/dist/a11y-7bad4f48.mjs +5 -0
- package/dist/a11y-7bad4f48.mjs.map +1 -0
- package/dist/a11y-c7c9d087.js +2 -0
- package/dist/a11y-c7c9d087.js.map +1 -0
- package/dist/angle-utils-6f166b40.js +2 -0
- package/dist/angle-utils-6f166b40.js.map +1 -0
- package/dist/angle-utils-8b6ce998.mjs +387 -0
- package/dist/angle-utils-8b6ce998.mjs.map +1 -0
- package/dist/axis-chart.d.ts +13 -0
- package/dist/chart.d.ts +18 -0
- package/dist/charts/alluvial.d.ts +10 -0
- package/dist/charts/area-stacked.d.ts +8 -0
- package/dist/charts/area.d.ts +8 -0
- package/dist/charts/bar-grouped.d.ts +8 -0
- package/dist/charts/bar-simple.d.ts +8 -0
- package/dist/charts/bar-stacked.d.ts +8 -0
- package/dist/charts/boxplot.d.ts +10 -0
- package/dist/charts/bubble.d.ts +8 -0
- package/dist/charts/bullet.d.ts +10 -0
- package/dist/charts/choropleth.d.ts +14 -0
- package/dist/charts/circle-pack.d.ts +10 -0
- package/dist/charts/combo.d.ts +9 -0
- package/dist/charts/donut.d.ts +8 -0
- package/dist/charts/gauge.d.ts +10 -0
- package/dist/charts/heatmap.d.ts +14 -0
- package/dist/charts/histogram.d.ts +10 -0
- package/dist/charts/index.d.ts +27 -0
- package/dist/charts/line.d.ts +8 -0
- package/dist/charts/lollipop.d.ts +8 -0
- package/dist/charts/meter.d.ts +10 -0
- package/dist/charts/pie.d.ts +10 -0
- package/dist/charts/radar.d.ts +10 -0
- package/dist/charts/scatter.d.ts +8 -0
- package/dist/charts/tree.d.ts +10 -0
- package/dist/charts/treemap.d.ts +10 -0
- package/dist/charts/wordcloud.d.ts +10 -0
- package/dist/choropleth-4ac6ac20.js +82 -0
- package/dist/choropleth-4ac6ac20.js.map +1 -0
- package/dist/choropleth-f473ea0d.mjs +7997 -0
- package/dist/choropleth-f473ea0d.mjs.map +1 -0
- package/dist/color-scale-utils-5eb3eeaa.mjs +3809 -0
- package/dist/color-scale-utils-5eb3eeaa.mjs.map +1 -0
- package/dist/color-scale-utils-7d463811.js +3 -0
- package/dist/color-scale-utils-7d463811.js.map +1 -0
- package/dist/components/axes/axis.d.ts +24 -0
- package/dist/components/axes/chart-clip.d.ts +13 -0
- package/dist/components/axes/grid-brush.d.ts +10 -0
- package/dist/components/axes/grid.d.ts +22 -0
- package/dist/components/axes/index.d.ts +12 -0
- package/dist/components/axes/ruler-binned.d.ts +10 -0
- package/dist/components/axes/ruler.d.ts +30 -0
- package/dist/components/axes/toolbar.d.ts +40 -0
- package/dist/components/axes/two-dimensional-axes.d.ts +16 -0
- package/dist/components/axes/zero-line.d.ts +7 -0
- package/dist/components/axes/zoom-bar.d.ts +31 -0
- package/dist/components/component.d.ts +30 -0
- package/dist/components/diagrams/buildPaths.d.ts +40 -0
- package/dist/components/diagrams/index.d.ts +2 -0
- package/dist/components/essentials/canvas-chart-clip.d.ts +6 -0
- package/dist/components/essentials/color-scale-legend.d.ts +20 -0
- package/dist/components/essentials/geo-projection.d.ts +16 -0
- package/dist/components/essentials/highlights.d.ts +13 -0
- package/dist/components/essentials/index.d.ts +11 -0
- package/dist/components/essentials/legend.d.ts +11 -0
- package/dist/components/essentials/modal.d.ts +14 -0
- package/dist/components/essentials/threshold.d.ts +20 -0
- package/dist/components/essentials/title-meter.d.ts +30 -0
- package/dist/components/essentials/title.d.ts +20 -0
- package/dist/components/essentials/tooltip.d.ts +22 -0
- package/dist/components/graphs/alluvial.d.ts +14 -0
- package/dist/components/graphs/area-stacked.d.ts +11 -0
- package/dist/components/graphs/area.d.ts +12 -0
- package/dist/components/graphs/bar-grouped.d.ts +22 -0
- package/dist/components/graphs/bar-simple.d.ts +12 -0
- package/dist/components/graphs/bar-stacked.d.ts +13 -0
- package/dist/components/graphs/bar.d.ts +5 -0
- package/dist/components/graphs/boxplot.d.ts +9 -0
- package/dist/components/graphs/bubble.d.ts +13 -0
- package/dist/components/graphs/bullet.d.ts +12 -0
- package/dist/components/graphs/choropleth.d.ts +6 -0
- package/dist/components/graphs/circle-pack.d.ts +19 -0
- package/dist/components/graphs/donut.d.ts +9 -0
- package/dist/components/graphs/gauge.d.ts +27 -0
- package/dist/components/graphs/heatmap.d.ts +25 -0
- package/dist/components/graphs/histogram.d.ts +12 -0
- package/dist/components/graphs/index.d.ts +28 -0
- package/dist/components/graphs/line.d.ts +11 -0
- package/dist/components/graphs/lollipop.d.ts +14 -0
- package/dist/components/graphs/meter.d.ts +10 -0
- package/dist/components/graphs/pie.d.ts +16 -0
- package/dist/components/graphs/radar.d.ts +25 -0
- package/dist/components/graphs/scatter-stacked.d.ts +8 -0
- package/dist/components/graphs/scatter.d.ts +21 -0
- package/dist/components/graphs/skeleton-lines.d.ts +12 -0
- package/dist/components/graphs/skeleton.d.ts +23 -0
- package/dist/components/graphs/tree.d.ts +9 -0
- package/dist/components/graphs/treemap.d.ts +11 -0
- package/dist/components/graphs/wordcloud.d.ts +12 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/index.mjs +76 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/components/layout/index.d.ts +2 -0
- package/dist/components/layout/layout.d.ts +18 -0
- package/dist/components/layout/spacer.d.ts +5 -0
- package/dist/configuration-non-customizable.d.ts +263 -0
- package/dist/configuration.d.ts +48 -0
- package/dist/demo/charts/alluvial.d.ts +109 -0
- package/dist/demo/charts/area.d.ts +224 -0
- package/dist/demo/charts/bar.d.ts +681 -0
- package/dist/demo/charts/boxplot.d.ts +34 -0
- package/dist/demo/charts/bubble.d.ts +141 -0
- package/dist/demo/charts/bullet.d.ts +24 -0
- package/dist/demo/charts/chart-types.d.ts +128 -0
- package/dist/demo/charts/choropleth.d.ts +738 -0
- package/dist/demo/charts/circle-pack.d.ts +91 -0
- package/dist/demo/charts/combo.d.ts +482 -0
- package/dist/demo/charts/donut.d.ts +64 -0
- package/dist/demo/charts/gauge.d.ts +40 -0
- package/dist/demo/charts/heatmap.d.ts +125 -0
- package/dist/demo/charts/hightlight.d.ts +40 -0
- package/dist/demo/charts/histogram.d.ts +63 -0
- package/dist/demo/charts/index.d.ts +62 -0
- package/dist/demo/charts/line.d.ts +361 -0
- package/dist/demo/charts/lollipop.d.ts +39 -0
- package/dist/demo/charts/meter.d.ts +95 -0
- package/dist/demo/charts/pie.d.ts +46 -0
- package/dist/demo/charts/radar.d.ts +63 -0
- package/dist/demo/charts/scatter.d.ts +118 -0
- package/dist/demo/charts/step.d.ts +96 -0
- package/dist/demo/charts/time-series-axis.d.ts +293 -0
- package/dist/demo/charts/toolbar.d.ts +12 -0
- package/dist/demo/charts/topojson-110.d.ts +360 -0
- package/dist/demo/charts/tree.d.ts +30 -0
- package/dist/demo/charts/treemap.d.ts +15 -0
- package/dist/demo/charts/wordcloud.d.ts +14 -0
- package/dist/demo/charts/zoom-bar.d.ts +79 -0
- package/dist/demo/index.d.ts +4 -0
- package/dist/demo/index.js +470 -0
- package/dist/demo/index.js.map +1 -0
- package/dist/demo/index.mjs +51791 -0
- package/dist/demo/index.mjs.map +1 -0
- package/dist/demo/styles.css +30567 -0
- package/dist/demo/styles.css.map +1 -0
- package/dist/demo/utils/index.d.ts +2 -0
- package/dist/demo/utils/sandbox.d.ts +39 -0
- package/dist/demo/utils/story-widgets.d.ts +7 -0
- package/dist/enums-a96ef472.mjs +89 -0
- package/dist/enums-a96ef472.mjs.map +1 -0
- package/dist/enums-aa2efd99.js +2 -0
- package/dist/enums-aa2efd99.js.map +1 -0
- package/dist/index-822564ed.js +2 -0
- package/dist/index-822564ed.js.map +1 -0
- package/dist/index-a266373c.mjs +749 -0
- package/dist/index-a266373c.mjs.map +1 -0
- package/dist/index-becfb567.mjs +72 -0
- package/dist/index-becfb567.mjs.map +1 -0
- package/dist/index-d865d500.js +2 -0
- package/dist/index-d865d500.js.map +1 -0
- package/dist/index-ec554115.mjs +62 -0
- package/dist/index-ec554115.mjs.map +1 -0
- package/dist/index-f23685eb.js +2 -0
- package/dist/index-f23685eb.js.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1121 -0
- package/dist/index.mjs.map +1 -0
- package/dist/interfaces/axis-scales.d.ts +201 -0
- package/dist/interfaces/charts.d.ts +520 -0
- package/dist/interfaces/components.d.ts +231 -0
- package/dist/interfaces/index.d.ts +12 -0
- package/dist/interfaces/index.js +2 -0
- package/dist/interfaces/index.js.map +1 -0
- package/dist/interfaces/index.mjs +58 -0
- package/dist/interfaces/index.mjs.map +1 -0
- package/dist/interfaces/layout.d.ts +21 -0
- package/dist/interfaces/model.d.ts +35 -0
- package/dist/interfaces/services.d.ts +20 -0
- package/dist/interfaces/truncation.d.ts +17 -0
- package/dist/model/binned-charts.d.ts +7 -0
- package/dist/model/cartesian-charts.d.ts +24 -0
- package/dist/model/heatmap.d.ts +57 -0
- package/dist/model/index.d.ts +16 -0
- package/dist/model/index.js +3 -0
- package/dist/model/index.js.map +1 -0
- package/dist/model/index.mjs +1107 -0
- package/dist/model/index.mjs.map +1 -0
- package/dist/model/meter.d.ts +20 -0
- package/dist/model/model.d.ts +110 -0
- package/dist/services/angle-utils.d.ts +15 -0
- package/dist/services/curves.d.ts +24 -0
- package/dist/services/essentials/dom-utils.d.ts +45 -0
- package/dist/services/essentials/events.d.ts +8 -0
- package/dist/services/essentials/files.d.ts +7 -0
- package/dist/services/essentials/gradient-utils.d.ts +6 -0
- package/dist/services/essentials/index.d.ts +5 -0
- package/dist/services/essentials/transitions.d.ts +13 -0
- package/dist/services/index.d.ts +9 -0
- package/dist/services/index.js +2 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/index.mjs +32 -0
- package/dist/services/index.mjs.map +1 -0
- package/dist/services/scales-cartesian.d.ts +89 -0
- package/dist/services/service.d.ts +11 -0
- package/dist/services/zoom.d.ts +21 -0
- package/dist/styles.css +6345 -0
- package/dist/styles.css.map +1 -0
- package/dist/styles.min.css +1 -0
- package/dist/styles.min.css.map +1 -0
- package/dist/tools.d.ts +150 -0
- package/package.json +141 -102
- package/scss/_chart-holder.scss +50 -0
- package/scss/_color-palette.scss +458 -0
- package/scss/_colors.scss +131 -0
- package/scss/_tokens.scss +398 -0
- package/scss/components/_color-legend.scss +11 -0
- package/scss/components/_edge.scss +65 -0
- package/scss/components/_grid.scss +30 -0
- package/scss/components/_marker.scss +7 -0
- package/scss/components/_meter-title.scss +37 -0
- package/scss/components/_tooltip.scss +132 -0
- package/scss/components/diagrams/_card-node.scss +97 -0
- package/scss/components/diagrams/_edge.scss +66 -0
- package/scss/components/diagrams/_shape-node.scss +89 -0
- package/scss/components/diagrams/index.scss +4 -0
- package/scss/graphs/_alluvial.scss +17 -0
- package/scss/graphs/_bullet.scss +36 -0
- package/scss/graphs/_circle-pack.scss +36 -0
- package/scss/graphs/_gauge.scss +23 -0
- package/scss/graphs/_heatmap.scss +60 -0
- package/scss/graphs/_meter.scss +34 -0
- package/scss/graphs/_radar.scss +18 -0
- package/scss/graphs/_scatter-stacked.scss +12 -0
- package/scss/graphs/_tree.scss +46 -0
- package/scss/index.scss +31 -0
- package/axis-chart.d.ts +0 -10
- package/axis-chart.js +0 -169
- package/axis-chart.js.map +0 -1
- package/build/demo/create-codesandbox.d.ts +0 -113
- package/build/demo/data/CHART_TYPES.d.ts +0 -128
- package/build/demo/data/alluvial.d.ts +0 -109
- package/build/demo/data/area.d.ts +0 -224
- package/build/demo/data/bar.d.ts +0 -681
- package/build/demo/data/boxplot.d.ts +0 -34
- package/build/demo/data/bubble.d.ts +0 -141
- package/build/demo/data/bullet.d.ts +0 -24
- package/build/demo/data/choropleth.d.ts +0 -738
- package/build/demo/data/circle-pack.d.ts +0 -91
- package/build/demo/data/combo.d.ts +0 -482
- package/build/demo/data/donut.d.ts +0 -64
- package/build/demo/data/gauge.d.ts +0 -40
- package/build/demo/data/heatmap.d.ts +0 -125
- package/build/demo/data/high-scale.d.ts +0 -1
- package/build/demo/data/hightlight.d.ts +0 -40
- package/build/demo/data/histogram.d.ts +0 -63
- package/build/demo/data/index.d.ts +0 -33
- package/build/demo/data/line.d.ts +0 -361
- package/build/demo/data/lollipop.d.ts +0 -39
- package/build/demo/data/meter.d.ts +0 -95
- package/build/demo/data/pie.d.ts +0 -46
- package/build/demo/data/radar.d.ts +0 -63
- package/build/demo/data/scatter.d.ts +0 -118
- package/build/demo/data/step.d.ts +0 -96
- package/build/demo/data/time-series-axis.d.ts +0 -368
- package/build/demo/data/toolbar.d.ts +0 -12
- package/build/demo/data/topojson-110.d.ts +0 -360
- package/build/demo/data/tree.d.ts +0 -30
- package/build/demo/data/treemap.d.ts +0 -15
- package/build/demo/data/wordcloud.d.ts +0 -14
- package/build/demo/data/zoom-bar.d.ts +0 -94
- package/build/demo/utils.d.ts +0 -40
- package/build/src/axis-chart.d.ts +0 -10
- package/build/src/chart.d.ts +0 -14
- package/build/src/charts/alluvial.d.ts +0 -8
- package/build/src/charts/area-stacked.d.ts +0 -6
- package/build/src/charts/area.d.ts +0 -6
- package/build/src/charts/bar-grouped.d.ts +0 -6
- package/build/src/charts/bar-simple.d.ts +0 -6
- package/build/src/charts/bar-stacked.d.ts +0 -6
- package/build/src/charts/boxplot.d.ts +0 -8
- package/build/src/charts/bubble.d.ts +0 -6
- package/build/src/charts/bullet.d.ts +0 -8
- package/build/src/charts/choropleth.d.ts +0 -10
- package/build/src/charts/circle-pack.d.ts +0 -8
- package/build/src/charts/combo.d.ts +0 -7
- package/build/src/charts/donut.d.ts +0 -6
- package/build/src/charts/gauge.d.ts +0 -8
- package/build/src/charts/heatmap.d.ts +0 -10
- package/build/src/charts/histogram.d.ts +0 -8
- package/build/src/charts/index.d.ts +0 -25
- package/build/src/charts/line.d.ts +0 -6
- package/build/src/charts/lollipop.d.ts +0 -6
- package/build/src/charts/meter.d.ts +0 -8
- package/build/src/charts/pie.d.ts +0 -8
- package/build/src/charts/radar.d.ts +0 -8
- package/build/src/charts/scatter.d.ts +0 -6
- package/build/src/charts/tree.d.ts +0 -8
- package/build/src/charts/treemap.d.ts +0 -8
- package/build/src/charts/wordcloud.d.ts +0 -8
- package/build/src/components/axes/axis.d.ts +0 -24
- package/build/src/components/axes/chart-clip.d.ts +0 -13
- package/build/src/components/axes/grid-brush.d.ts +0 -10
- package/build/src/components/axes/grid.d.ts +0 -22
- package/build/src/components/axes/hover-axis.d.ts +0 -10
- package/build/src/components/axes/ruler-binned.d.ts +0 -7
- package/build/src/components/axes/ruler-stacked.d.ts +0 -4
- package/build/src/components/axes/ruler.d.ts +0 -27
- package/build/src/components/axes/toolbar.d.ts +0 -40
- package/build/src/components/axes/two-dimensional-axes.d.ts +0 -16
- package/build/src/components/axes/zero-line.d.ts +0 -7
- package/build/src/components/axes/zoom-bar.d.ts +0 -28
- package/build/src/components/component.d.ts +0 -28
- package/build/src/components/diagrams/buildPaths.d.ts +0 -63
- package/build/src/components/diagrams/markerDefinitions.d.ts +0 -37
- package/build/src/components/essentials/canvas-chart-clip.d.ts +0 -6
- package/build/src/components/essentials/color-scale-legend.d.ts +0 -20
- package/build/src/components/essentials/geo-projection.d.ts +0 -16
- package/build/src/components/essentials/highlights.d.ts +0 -13
- package/build/src/components/essentials/legend.d.ts +0 -11
- package/build/src/components/essentials/modal.d.ts +0 -14
- package/build/src/components/essentials/threshold.d.ts +0 -20
- package/build/src/components/essentials/title-meter.d.ts +0 -30
- package/build/src/components/essentials/title.d.ts +0 -20
- package/build/src/components/essentials/tooltip-axis.d.ts +0 -4
- package/build/src/components/essentials/tooltip.d.ts +0 -22
- package/build/src/components/graphs/alluvial.d.ts +0 -14
- package/build/src/components/graphs/area-stacked.d.ts +0 -11
- package/build/src/components/graphs/area.d.ts +0 -12
- package/build/src/components/graphs/bar-grouped.d.ts +0 -22
- package/build/src/components/graphs/bar-simple.d.ts +0 -12
- package/build/src/components/graphs/bar-stacked.d.ts +0 -13
- package/build/src/components/graphs/bar.d.ts +0 -5
- package/build/src/components/graphs/boxplot.d.ts +0 -9
- package/build/src/components/graphs/bubble.d.ts +0 -13
- package/build/src/components/graphs/bullet.d.ts +0 -12
- package/build/src/components/graphs/choropleth.d.ts +0 -6
- package/build/src/components/graphs/circle-pack.d.ts +0 -19
- package/build/src/components/graphs/donut.d.ts +0 -9
- package/build/src/components/graphs/gauge.d.ts +0 -27
- package/build/src/components/graphs/heatmap.d.ts +0 -25
- package/build/src/components/graphs/histogram.d.ts +0 -12
- package/build/src/components/graphs/line.d.ts +0 -11
- package/build/src/components/graphs/lollipop.d.ts +0 -14
- package/build/src/components/graphs/meter.d.ts +0 -10
- package/build/src/components/graphs/pie.d.ts +0 -16
- package/build/src/components/graphs/radar.d.ts +0 -25
- package/build/src/components/graphs/scatter-stacked.d.ts +0 -8
- package/build/src/components/graphs/scatter.d.ts +0 -21
- package/build/src/components/graphs/skeleton-lines.d.ts +0 -11
- package/build/src/components/graphs/skeleton.d.ts +0 -22
- package/build/src/components/graphs/tree.d.ts +0 -9
- package/build/src/components/graphs/treemap.d.ts +0 -11
- package/build/src/components/graphs/wordcloud.d.ts +0 -12
- package/build/src/components/index.d.ts +0 -53
- package/build/src/components/layout/layout.d.ts +0 -17
- package/build/src/components/layout/spacer.d.ts +0 -5
- package/build/src/configuration-non-customizable.d.ts +0 -263
- package/build/src/configuration.d.ts +0 -46
- package/build/src/interfaces/a11y.d.ts +0 -12
- package/build/src/interfaces/axis-scales.d.ts +0 -201
- package/build/src/interfaces/charts.d.ts +0 -512
- package/build/src/interfaces/components.d.ts +0 -231
- package/build/src/interfaces/enums.d.ts +0 -261
- package/build/src/interfaces/events.d.ts +0 -239
- package/build/src/interfaces/index.d.ts +0 -7
- package/build/src/interfaces/layout.d.ts +0 -15
- package/build/src/interfaces/model.d.ts +0 -35
- package/build/src/interfaces/truncation.d.ts +0 -17
- package/build/src/model/alluvial.d.ts +0 -8
- package/build/src/model/binned-charts.d.ts +0 -7
- package/build/src/model/boxplot.d.ts +0 -14
- package/build/src/model/bullet.d.ts +0 -14
- package/build/src/model/cartesian-charts.d.ts +0 -24
- package/build/src/model/choropleth.d.ts +0 -29
- package/build/src/model/circle-pack.d.ts +0 -36
- package/build/src/model/gauge.d.ts +0 -9
- package/build/src/model/heatmap.d.ts +0 -52
- package/build/src/model/meter.d.ts +0 -19
- package/build/src/model/model.d.ts +0 -107
- package/build/src/model/pie.d.ts +0 -9
- package/build/src/model/radar.d.ts +0 -7
- package/build/src/model/tree.d.ts +0 -14
- package/build/src/model/treemap.d.ts +0 -8
- package/build/src/model/wordcloud.d.ts +0 -7
- package/build/src/services/angle-utils.d.ts +0 -205
- package/build/src/services/canvas-zoom.d.ts +0 -11
- package/build/src/services/color-scale-utils.d.ts +0 -10
- package/build/src/services/curves.d.ts +0 -25
- package/build/src/services/essentials/dom-utils.d.ts +0 -39
- package/build/src/services/essentials/events.d.ts +0 -8
- package/build/src/services/essentials/files.d.ts +0 -6
- package/build/src/services/essentials/gradient-utils.d.ts +0 -6
- package/build/src/services/essentials/transitions.d.ts +0 -13
- package/build/src/services/index.d.ts +0 -10
- package/build/src/services/scales-cartesian.d.ts +0 -86
- package/build/src/services/service.d.ts +0 -10
- package/build/src/services/time-series.d.ts +0 -787
- package/build/src/services/zoom.d.ts +0 -21
- package/build/src/tools.d.ts +0 -2427
- package/build/stories/all.stories.d.ts +0 -1
- package/build/stories/tutorials/api.d.ts +0 -4
- package/build/stories/tutorials/color-palette.d.ts +0 -4
- package/build/stories/tutorials/combo-charts.d.ts +0 -4
- package/build/stories/tutorials/dual-axes.d.ts +0 -4
- package/build/stories/tutorials/event-listeners.d.ts +0 -4
- package/build/stories/tutorials/getting-started/angular.d.ts +0 -5
- package/build/stories/tutorials/getting-started/react.d.ts +0 -5
- package/build/stories/tutorials/getting-started/vanilla.d.ts +0 -5
- package/build/stories/tutorials/getting-started/vue.d.ts +0 -5
- package/build/stories/tutorials/index.d.ts +0 -11
- package/build/stories/tutorials/tabular-data-format.d.ts +0 -4
- package/build/stories/tutorials/themes.d.ts +0 -4
- package/build/stories/tutorials.stories.d.ts +0 -1
- package/bundle.js +0 -17
- package/chart.d.ts +0 -14
- package/chart.js +0 -198
- package/chart.js.map +0 -1
- package/charts/alluvial.d.ts +0 -8
- package/charts/alluvial.js +0 -46
- package/charts/alluvial.js.map +0 -1
- package/charts/area-stacked.d.ts +0 -6
- package/charts/area-stacked.js +0 -55
- package/charts/area-stacked.js.map +0 -1
- package/charts/area.d.ts +0 -6
- package/charts/area.js +0 -54
- package/charts/area.js.map +0 -1
- package/charts/bar-grouped.d.ts +0 -6
- package/charts/bar-grouped.js +0 -49
- package/charts/bar-grouped.js.map +0 -1
- package/charts/bar-simple.d.ts +0 -6
- package/charts/bar-simple.js +0 -49
- package/charts/bar-simple.js.map +0 -1
- package/charts/bar-stacked.d.ts +0 -6
- package/charts/bar-stacked.js +0 -50
- package/charts/bar-stacked.js.map +0 -1
- package/charts/boxplot.d.ts +0 -8
- package/charts/boxplot.js +0 -55
- package/charts/boxplot.js.map +0 -1
- package/charts/bubble.d.ts +0 -6
- package/charts/bubble.js +0 -49
- package/charts/bubble.js.map +0 -1
- package/charts/bullet.d.ts +0 -8
- package/charts/bullet.js +0 -50
- package/charts/bullet.js.map +0 -1
- package/charts/choropleth.d.ts +0 -10
- package/charts/choropleth.js +0 -141
- package/charts/choropleth.js.map +0 -1
- package/charts/circle-pack.d.ts +0 -8
- package/charts/circle-pack.js +0 -45
- package/charts/circle-pack.js.map +0 -1
- package/charts/combo.d.ts +0 -7
- package/charts/combo.js +0 -132
- package/charts/combo.js.map +0 -1
- package/charts/donut.d.ts +0 -6
- package/charts/donut.js +0 -46
- package/charts/donut.js.map +0 -1
- package/charts/gauge.d.ts +0 -8
- package/charts/gauge.js +0 -42
- package/charts/gauge.js.map +0 -1
- package/charts/heatmap.d.ts +0 -10
- package/charts/heatmap.js +0 -142
- package/charts/heatmap.js.map +0 -1
- package/charts/histogram.d.ts +0 -8
- package/charts/histogram.js +0 -48
- package/charts/histogram.js.map +0 -1
- package/charts/index.d.ts +0 -25
- package/charts/index.js +0 -26
- package/charts/index.js.map +0 -1
- package/charts/line.d.ts +0 -6
- package/charts/line.js +0 -48
- package/charts/line.js.map +0 -1
- package/charts/lollipop.d.ts +0 -6
- package/charts/lollipop.js +0 -50
- package/charts/lollipop.js.map +0 -1
- package/charts/meter.d.ts +0 -8
- package/charts/meter.js +0 -94
- package/charts/meter.js.map +0 -1
- package/charts/pie.d.ts +0 -8
- package/charts/pie.js +0 -55
- package/charts/pie.js.map +0 -1
- package/charts/radar.d.ts +0 -8
- package/charts/radar.js +0 -44
- package/charts/radar.js.map +0 -1
- package/charts/scatter.d.ts +0 -6
- package/charts/scatter.js +0 -49
- package/charts/scatter.js.map +0 -1
- package/charts/tree.d.ts +0 -8
- package/charts/tree.js +0 -47
- package/charts/tree.js.map +0 -1
- package/charts/treemap.d.ts +0 -8
- package/charts/treemap.js +0 -43
- package/charts/treemap.js.map +0 -1
- package/charts/wordcloud.d.ts +0 -8
- package/charts/wordcloud.js +0 -49
- package/charts/wordcloud.js.map +0 -1
- package/components/axes/axis.d.ts +0 -24
- package/components/axes/axis.js +0 -587
- package/components/axes/axis.js.map +0 -1
- package/components/axes/chart-clip.d.ts +0 -13
- package/components/axes/chart-clip.js +0 -63
- package/components/axes/chart-clip.js.map +0 -1
- package/components/axes/grid-brush.d.ts +0 -10
- package/components/axes/grid-brush.js +0 -170
- package/components/axes/grid-brush.js.map +0 -1
- package/components/axes/grid.d.ts +0 -22
- package/components/axes/grid.js +0 -235
- package/components/axes/grid.js.map +0 -1
- package/components/axes/hover-axis.js +0 -243
- package/components/axes/hover-axis.js.map +0 -1
- package/components/axes/ruler-binned.d.ts +0 -7
- package/components/axes/ruler-binned.js +0 -136
- package/components/axes/ruler-binned.js.map +0 -1
- package/components/axes/ruler-stacked.js +0 -26
- package/components/axes/ruler-stacked.js.map +0 -1
- package/components/axes/ruler.d.ts +0 -27
- package/components/axes/ruler.js +0 -209
- package/components/axes/ruler.js.map +0 -1
- package/components/axes/toolbar.d.ts +0 -40
- package/components/axes/toolbar.js +0 -558
- package/components/axes/toolbar.js.map +0 -1
- package/components/axes/two-dimensional-axes.d.ts +0 -16
- package/components/axes/two-dimensional-axes.js +0 -134
- package/components/axes/two-dimensional-axes.js.map +0 -1
- package/components/axes/zero-line.d.ts +0 -7
- package/components/axes/zero-line.js +0 -76
- package/components/axes/zero-line.js.map +0 -1
- package/components/axes/zoom-bar.d.ts +0 -28
- package/components/axes/zoom-bar.js +0 -490
- package/components/axes/zoom-bar.js.map +0 -1
- package/components/component.d.ts +0 -28
- package/components/component.js +0 -102
- package/components/component.js.map +0 -1
- package/components/diagrams/buildPaths.d.ts +0 -39
- package/components/diagrams/buildPaths.js +0 -71
- package/components/diagrams/buildPaths.js.map +0 -1
- package/components/diagrams/markerDefinitions.js +0 -38
- package/components/diagrams/markerDefinitions.js.map +0 -1
- package/components/essentials/canvas-chart-clip.d.ts +0 -6
- package/components/essentials/canvas-chart-clip.js +0 -46
- package/components/essentials/canvas-chart-clip.js.map +0 -1
- package/components/essentials/color-scale-legend.d.ts +0 -20
- package/components/essentials/color-scale-legend.js +0 -237
- package/components/essentials/color-scale-legend.js.map +0 -1
- package/components/essentials/geo-projection.d.ts +0 -16
- package/components/essentials/geo-projection.js +0 -160
- package/components/essentials/geo-projection.js.map +0 -1
- package/components/essentials/highlights.d.ts +0 -13
- package/components/essentials/highlights.js +0 -196
- package/components/essentials/highlights.js.map +0 -1
- package/components/essentials/legend.d.ts +0 -11
- package/components/essentials/legend.js +0 -428
- package/components/essentials/legend.js.map +0 -1
- package/components/essentials/modal.d.ts +0 -14
- package/components/essentials/modal.js +0 -89
- package/components/essentials/modal.js.map +0 -1
- package/components/essentials/threshold.d.ts +0 -20
- package/components/essentials/threshold.js +0 -306
- package/components/essentials/threshold.js.map +0 -1
- package/components/essentials/title-meter.d.ts +0 -30
- package/components/essentials/title-meter.js +0 -279
- package/components/essentials/title-meter.js.map +0 -1
- package/components/essentials/title.d.ts +0 -20
- package/components/essentials/title.js +0 -138
- package/components/essentials/title.js.map +0 -1
- package/components/essentials/tooltip-axis.js +0 -142
- package/components/essentials/tooltip-axis.js.map +0 -1
- package/components/essentials/tooltip.d.ts +0 -22
- package/components/essentials/tooltip.js +0 -263
- package/components/essentials/tooltip.js.map +0 -1
- package/components/graphs/alluvial.d.ts +0 -14
- package/components/graphs/alluvial.js +0 -535
- package/components/graphs/alluvial.js.map +0 -1
- package/components/graphs/area-stacked.d.ts +0 -11
- package/components/graphs/area-stacked.js +0 -131
- package/components/graphs/area-stacked.js.map +0 -1
- package/components/graphs/area.d.ts +0 -12
- package/components/graphs/area.js +0 -260
- package/components/graphs/area.js.map +0 -1
- package/components/graphs/bar-grouped.d.ts +0 -22
- package/components/graphs/bar-grouped.js +0 -312
- package/components/graphs/bar-grouped.js.map +0 -1
- package/components/graphs/bar-simple.d.ts +0 -12
- package/components/graphs/bar-simple.js +0 -218
- package/components/graphs/bar-simple.js.map +0 -1
- package/components/graphs/bar-stacked.d.ts +0 -13
- package/components/graphs/bar-stacked.js +0 -281
- package/components/graphs/bar-stacked.js.map +0 -1
- package/components/graphs/bar.d.ts +0 -5
- package/components/graphs/bar.js +0 -58
- package/components/graphs/bar.js.map +0 -1
- package/components/graphs/boxplot.d.ts +0 -9
- package/components/graphs/boxplot.js +0 -485
- package/components/graphs/boxplot.js.map +0 -1
- package/components/graphs/bubble.d.ts +0 -13
- package/components/graphs/bubble.js +0 -113
- package/components/graphs/bubble.js.map +0 -1
- package/components/graphs/bullet.d.ts +0 -12
- package/components/graphs/bullet.js +0 -395
- package/components/graphs/bullet.js.map +0 -1
- package/components/graphs/choropleth.d.ts +0 -6
- package/components/graphs/choropleth.js +0 -106
- package/components/graphs/choropleth.js.map +0 -1
- package/components/graphs/circle-pack.d.ts +0 -19
- package/components/graphs/circle-pack.js +0 -388
- package/components/graphs/circle-pack.js.map +0 -1
- package/components/graphs/donut.d.ts +0 -9
- package/components/graphs/donut.js +0 -116
- package/components/graphs/donut.js.map +0 -1
- package/components/graphs/gauge.d.ts +0 -27
- package/components/graphs/gauge.js +0 -347
- package/components/graphs/gauge.js.map +0 -1
- package/components/graphs/heatmap.d.ts +0 -25
- package/components/graphs/heatmap.js +0 -388
- package/components/graphs/heatmap.js.map +0 -1
- package/components/graphs/histogram.d.ts +0 -12
- package/components/graphs/histogram.js +0 -220
- package/components/graphs/histogram.js.map +0 -1
- package/components/graphs/line.d.ts +0 -11
- package/components/graphs/line.js +0 -179
- package/components/graphs/line.js.map +0 -1
- package/components/graphs/lollipop.d.ts +0 -14
- package/components/graphs/lollipop.js +0 -164
- package/components/graphs/lollipop.js.map +0 -1
- package/components/graphs/meter.d.ts +0 -10
- package/components/graphs/meter.js +0 -284
- package/components/graphs/meter.js.map +0 -1
- package/components/graphs/pie.d.ts +0 -16
- package/components/graphs/pie.js +0 -438
- package/components/graphs/pie.js.map +0 -1
- package/components/graphs/radar.d.ts +0 -25
- package/components/graphs/radar.js +0 -737
- package/components/graphs/radar.js.map +0 -1
- package/components/graphs/scatter-stacked.d.ts +0 -8
- package/components/graphs/scatter-stacked.js +0 -140
- package/components/graphs/scatter-stacked.js.map +0 -1
- package/components/graphs/scatter.d.ts +0 -21
- package/components/graphs/scatter.js +0 -360
- package/components/graphs/scatter.js.map +0 -1
- package/components/graphs/skeleton-lines.d.ts +0 -11
- package/components/graphs/skeleton-lines.js +0 -84
- package/components/graphs/skeleton-lines.js.map +0 -1
- package/components/graphs/skeleton.d.ts +0 -22
- package/components/graphs/skeleton.js +0 -272
- package/components/graphs/skeleton.js.map +0 -1
- package/components/graphs/tree.d.ts +0 -9
- package/components/graphs/tree.js +0 -262
- package/components/graphs/tree.js.map +0 -1
- package/components/graphs/treemap.d.ts +0 -11
- package/components/graphs/treemap.js +0 -344
- package/components/graphs/treemap.js.map +0 -1
- package/components/graphs/wordcloud.d.ts +0 -12
- package/components/graphs/wordcloud.js +0 -268
- package/components/graphs/wordcloud.js.map +0 -1
- package/components/index.d.ts +0 -53
- package/components/index.js +0 -59
- package/components/index.js.map +0 -1
- package/components/layout/layout.d.ts +0 -17
- package/components/layout/layout.js +0 -191
- package/components/layout/layout.js.map +0 -1
- package/components/layout/spacer.d.ts +0 -5
- package/components/layout/spacer.js +0 -33
- package/components/layout/spacer.js.map +0 -1
- package/configuration-non-customizable.d.ts +0 -263
- package/configuration-non-customizable.js +0 -276
- package/configuration-non-customizable.js.map +0 -1
- package/configuration.d.ts +0 -46
- package/configuration.js +0 -552
- package/configuration.js.map +0 -1
- package/demo/create-codesandbox.d.ts +0 -65
- package/demo/create-codesandbox.js +0 -173
- package/demo/create-codesandbox.js.map +0 -1
- package/demo/data/CHART_TYPES.d.ts +0 -128
- package/demo/data/CHART_TYPES.js +0 -128
- package/demo/data/CHART_TYPES.js.map +0 -1
- package/demo/data/alluvial.d.ts +0 -109
- package/demo/data/alluvial.js +0 -328
- package/demo/data/alluvial.js.map +0 -1
- package/demo/data/area.d.ts +0 -224
- package/demo/data/area.js +0 -330
- package/demo/data/area.js.map +0 -1
- package/demo/data/bar.d.ts +0 -681
- package/demo/data/bar.js +0 -915
- package/demo/data/bar.js.map +0 -1
- package/demo/data/boxplot.d.ts +0 -34
- package/demo/data/boxplot.js +0 -48
- package/demo/data/boxplot.js.map +0 -1
- package/demo/data/bubble.d.ts +0 -141
- package/demo/data/bubble.js +0 -182
- package/demo/data/bubble.js.map +0 -1
- package/demo/data/bullet.d.ts +0 -24
- package/demo/data/bullet.js +0 -55
- package/demo/data/bullet.js.map +0 -1
- package/demo/data/bundle.js +0 -1
- package/demo/data/choropleth.d.ts +0 -738
- package/demo/data/choropleth.js +0 -1684
- package/demo/data/choropleth.js.map +0 -1
- package/demo/data/circle-pack.d.ts +0 -91
- package/demo/data/circle-pack.js +0 -224
- package/demo/data/circle-pack.js.map +0 -1
- package/demo/data/combo.d.ts +0 -482
- package/demo/data/combo.js +0 -571
- package/demo/data/combo.js.map +0 -1
- package/demo/data/donut.d.ts +0 -64
- package/demo/data/donut.js +0 -60
- package/demo/data/donut.js.map +0 -1
- package/demo/data/gauge.d.ts +0 -40
- package/demo/data/gauge.js +0 -41
- package/demo/data/gauge.js.map +0 -1
- package/demo/data/heatmap.d.ts +0 -125
- package/demo/data/heatmap.js +0 -1149
- package/demo/data/heatmap.js.map +0 -1
- package/demo/data/high-scale.d.ts +0 -1
- package/demo/data/high-scale.js +0 -5
- package/demo/data/high-scale.js.map +0 -1
- package/demo/data/hightlight.d.ts +0 -40
- package/demo/data/hightlight.js +0 -44
- package/demo/data/hightlight.js.map +0 -1
- package/demo/data/histogram.d.ts +0 -63
- package/demo/data/histogram.js +0 -312
- package/demo/data/histogram.js.map +0 -1
- package/demo/data/index.d.ts +0 -33
- package/demo/data/index.js +0 -1305
- package/demo/data/index.js.map +0 -1
- package/demo/data/line.d.ts +0 -361
- package/demo/data/line.js +0 -480
- package/demo/data/line.js.map +0 -1
- package/demo/data/lollipop.d.ts +0 -39
- package/demo/data/lollipop.js +0 -37
- package/demo/data/lollipop.js.map +0 -1
- package/demo/data/meter.d.ts +0 -95
- package/demo/data/meter.js +0 -114
- package/demo/data/meter.js.map +0 -1
- package/demo/data/pie.d.ts +0 -46
- package/demo/data/pie.js +0 -55
- package/demo/data/pie.js.map +0 -1
- package/demo/data/radar.d.ts +0 -63
- package/demo/data/radar.js +0 -118
- package/demo/data/radar.js.map +0 -1
- package/demo/data/scatter.d.ts +0 -118
- package/demo/data/scatter.js +0 -143
- package/demo/data/scatter.js.map +0 -1
- package/demo/data/step.d.ts +0 -96
- package/demo/data/step.js +0 -27
- package/demo/data/step.js.map +0 -1
- package/demo/data/time-series-axis.d.ts +0 -368
- package/demo/data/time-series-axis.js +0 -436
- package/demo/data/time-series-axis.js.map +0 -1
- package/demo/data/toolbar.d.ts +0 -12
- package/demo/data/toolbar.js +0 -67
- package/demo/data/toolbar.js.map +0 -1
- package/demo/data/topojson-110.d.ts +0 -360
- package/demo/data/topojson-110.js +0 -40724
- package/demo/data/topojson-110.js.map +0 -1
- package/demo/data/tree.d.ts +0 -30
- package/demo/data/tree.js +0 -209
- package/demo/data/tree.js.map +0 -1
- package/demo/data/treemap.d.ts +0 -15
- package/demo/data/treemap.js +0 -93
- package/demo/data/treemap.js.map +0 -1
- package/demo/data/wordcloud.d.ts +0 -14
- package/demo/data/wordcloud.js +0 -105
- package/demo/data/wordcloud.js.map +0 -1
- package/demo/data/zoom-bar.d.ts +0 -94
- package/demo/data/zoom-bar.js +0 -187
- package/demo/data/zoom-bar.js.map +0 -1
- package/demo/styles.css +0 -31231
- package/demo/styles.css.map +0 -1
- package/demo/styles.min.css +0 -1
- package/demo/styles.min.css.map +0 -1
- package/demo/tsconfig.tsbuildinfo +0 -1451
- package/demo/utils.d.ts +0 -24
- package/demo/utils.js +0 -222
- package/demo/utils.js.map +0 -1
- package/index.d.ts +0 -4
- package/index.js +0 -6
- package/index.js.map +0 -1
- package/interfaces/a11y.js +0 -14
- package/interfaces/a11y.js.map +0 -1
- package/interfaces/axis-scales.d.ts +0 -201
- package/interfaces/axis-scales.js +0 -1
- package/interfaces/axis-scales.js.map +0 -1
- package/interfaces/charts.d.ts +0 -512
- package/interfaces/charts.js +0 -1
- package/interfaces/charts.js.map +0 -1
- package/interfaces/components.d.ts +0 -231
- package/interfaces/components.js +0 -1
- package/interfaces/components.js.map +0 -1
- package/interfaces/enums.js +0 -296
- package/interfaces/enums.js.map +0 -1
- package/interfaces/events.js +0 -269
- package/interfaces/events.js.map +0 -1
- package/interfaces/index.d.ts +0 -7
- package/interfaces/index.js +0 -3
- package/interfaces/index.js.map +0 -1
- package/interfaces/layout.d.ts +0 -15
- package/interfaces/layout.js +0 -1
- package/interfaces/layout.js.map +0 -1
- package/interfaces/model.d.ts +0 -35
- package/interfaces/model.js +0 -1
- package/interfaces/model.js.map +0 -1
- package/interfaces/truncation.d.ts +0 -17
- package/interfaces/truncation.js +0 -1
- package/interfaces/truncation.js.map +0 -1
- package/model/alluvial.js +0 -47
- package/model/alluvial.js.map +0 -1
- package/model/binned-charts.d.ts +0 -7
- package/model/binned-charts.js +0 -52
- package/model/binned-charts.js.map +0 -1
- package/model/boxplot.js +0 -174
- package/model/boxplot.js.map +0 -1
- package/model/bullet.js +0 -74
- package/model/bullet.js.map +0 -1
- package/model/cartesian-charts.d.ts +0 -24
- package/model/cartesian-charts.js +0 -202
- package/model/cartesian-charts.js.map +0 -1
- package/model/choropleth.js +0 -105
- package/model/choropleth.js.map +0 -1
- package/model/circle-pack.js +0 -189
- package/model/circle-pack.js.map +0 -1
- package/model/gauge.js +0 -51
- package/model/gauge.js.map +0 -1
- package/model/heatmap.d.ts +0 -52
- package/model/heatmap.js +0 -220
- package/model/heatmap.js.map +0 -1
- package/model/meter.d.ts +0 -19
- package/model/meter.js +0 -118
- package/model/meter.js.map +0 -1
- package/model/model.d.ts +0 -107
- package/model/model.js +0 -712
- package/model/model.js.map +0 -1
- package/model/pie.js +0 -66
- package/model/pie.js.map +0 -1
- package/model/radar.js +0 -52
- package/model/radar.js.map +0 -1
- package/model/tree.js +0 -56
- package/model/tree.js.map +0 -1
- package/model/treemap.js +0 -44
- package/model/treemap.js.map +0 -1
- package/model/wordcloud.js +0 -47
- package/model/wordcloud.js.map +0 -1
- package/polyfills.d.ts +0 -0
- package/polyfills.js +0 -29
- package/polyfills.js.map +0 -1
- package/services/angle-utils.d.ts +0 -16
- package/services/angle-utils.js +0 -82
- package/services/angle-utils.js.map +0 -1
- package/services/canvas-zoom.js +0 -72
- package/services/canvas-zoom.js.map +0 -1
- package/services/color-scale-utils.js +0 -64
- package/services/color-scale-utils.js.map +0 -1
- package/services/curves.d.ts +0 -25
- package/services/curves.js +0 -77
- package/services/curves.js.map +0 -1
- package/services/essentials/dom-utils.d.ts +0 -39
- package/services/essentials/dom-utils.js +0 -423
- package/services/essentials/dom-utils.js.map +0 -1
- package/services/essentials/events.d.ts +0 -8
- package/services/essentials/events.js +0 -53
- package/services/essentials/events.js.map +0 -1
- package/services/essentials/files.d.ts +0 -6
- package/services/essentials/files.js +0 -60
- package/services/essentials/files.js.map +0 -1
- package/services/essentials/gradient-utils.d.ts +0 -6
- package/services/essentials/gradient-utils.js +0 -85
- package/services/essentials/gradient-utils.js.map +0 -1
- package/services/essentials/transitions.d.ts +0 -13
- package/services/essentials/transitions.js +0 -51
- package/services/essentials/transitions.js.map +0 -1
- package/services/index.d.ts +0 -10
- package/services/index.js +0 -13
- package/services/index.js.map +0 -1
- package/services/scales-cartesian.d.ts +0 -86
- package/services/scales-cartesian.js +0 -656
- package/services/scales-cartesian.js.map +0 -1
- package/services/service.d.ts +0 -10
- package/services/service.js +0 -24
- package/services/service.js.map +0 -1
- package/services/time-series.js +0 -147
- package/services/time-series.js.map +0 -1
- package/services/zoom.d.ts +0 -21
- package/services/zoom.js +0 -217
- package/services/zoom.js.map +0 -1
- package/styles/_chart-holder.scss +0 -50
- package/styles/color-palatte.scss +0 -458
- package/styles/colors.scss +0 -155
- package/styles/components/_color-legend.scss +0 -11
- package/styles/components/_edge.scss +0 -65
- package/styles/components/_grid.scss +0 -30
- package/styles/components/_marker.scss +0 -7
- package/styles/components/_meter-title.scss +0 -37
- package/styles/components/_tooltip.scss +0 -132
- package/styles/components/diagrams/_card-node.scss +0 -97
- package/styles/components/diagrams/_edge.scss +0 -66
- package/styles/components/diagrams/_shape-node.scss +0 -89
- package/styles/components/diagrams/index.scss +0 -4
- package/styles/graphs/_alluvial.scss +0 -17
- package/styles/graphs/_bullet.scss +0 -36
- package/styles/graphs/_circle-pack.scss +0 -36
- package/styles/graphs/_gauge.scss +0 -23
- package/styles/graphs/_heatmap.scss +0 -60
- package/styles/graphs/_meter.scss +0 -34
- package/styles/graphs/_radar.scss +0 -18
- package/styles/graphs/_scatter-stacked.scss +0 -12
- package/styles/graphs/_tree.scss +0 -47
- package/styles/styles.scss +0 -35
- package/styles/tokens.scss +0 -416
- package/styles.css +0 -6325
- package/styles.css.map +0 -1
- package/styles.min.css +0 -1
- package/styles.min.css.map +0 -1
- package/tools.d.ts +0 -144
- package/tools.js +0 -348
- package/tools.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -3816
- /package/{components → dist/components}/axes/hover-axis.d.ts +0 -0
- /package/{components → dist/components}/axes/ruler-stacked.d.ts +0 -0
- /package/{components → dist/components}/diagrams/markerDefinitions.d.ts +0 -0
- /package/{components → dist/components}/essentials/tooltip-axis.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/a11y.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/enums.d.ts +0 -0
- /package/{interfaces → dist/interfaces}/events.d.ts +0 -0
- /package/{model → dist/model}/alluvial.d.ts +0 -0
- /package/{model → dist/model}/boxplot.d.ts +0 -0
- /package/{model → dist/model}/bullet.d.ts +0 -0
- /package/{model → dist/model}/choropleth.d.ts +0 -0
- /package/{model → dist/model}/circle-pack.d.ts +0 -0
- /package/{model → dist/model}/gauge.d.ts +0 -0
- /package/{model → dist/model}/pie.d.ts +0 -0
- /package/{model → dist/model}/radar.d.ts +0 -0
- /package/{model → dist/model}/tree.d.ts +0 -0
- /package/{model → dist/model}/treemap.d.ts +0 -0
- /package/{model → dist/model}/wordcloud.d.ts +0 -0
- /package/{services → dist/services}/canvas-zoom.d.ts +0 -0
- /package/{services → dist/services}/color-scale-utils.d.ts +0 -0
- /package/{services → dist/services}/time-series.d.ts +0 -0
- /package/{styles → scss}/_type.scss +0 -0
- /package/{styles → scss}/components/_axis.scss +0 -0
- /package/{styles → scss}/components/_callouts.scss +0 -0
- /package/{styles → scss}/components/_grid-brush.scss +0 -0
- /package/{styles → scss}/components/_highlights.scss +0 -0
- /package/{styles → scss}/components/_layout.scss +0 -0
- /package/{styles → scss}/components/_legend.scss +0 -0
- /package/{styles → scss}/components/_modal.scss +0 -0
- /package/{styles → scss}/components/_ruler.scss +0 -0
- /package/{styles → scss}/components/_skeleton-lines.scss +0 -0
- /package/{styles → scss}/components/_skeleton.scss +0 -0
- /package/{styles → scss}/components/_threshold.scss +0 -0
- /package/{styles → scss}/components/_title.scss +0 -0
- /package/{styles → scss}/components/_toolbar.scss +0 -0
- /package/{styles → scss}/components/_zero-line.scss +0 -0
- /package/{styles → scss}/components/_zoom-bar.scss +0 -0
- /package/{styles → scss}/components/diagrams/_marker.scss +0 -0
- /package/{styles → scss}/components/index.scss +0 -0
- /package/{styles → scss}/graphs/_area.scss +0 -0
- /package/{styles → scss}/graphs/_bubble.scss +0 -0
- /package/{styles → scss}/graphs/_choropleth.scss +0 -0
- /package/{styles → scss}/graphs/_donut.scss +0 -0
- /package/{styles → scss}/graphs/_line.scss +0 -0
- /package/{styles → scss}/graphs/_lollipop.scss +0 -0
- /package/{styles → scss}/graphs/_pie.scss +0 -0
- /package/{styles → scss}/graphs/_scatter.scss +0 -0
- /package/{styles → scss}/graphs/_treemap.scss +0 -0
- /package/{styles → scss}/graphs/_wordcloud.scss +0 -0
- /package/{styles → scss}/graphs/index.scss +0 -0
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
import { LayoutGrowth, LegendPositions, Alignments, ToolbarControlTypes, ZoomBarTypes } from './enums';
|
|
2
|
-
import { Component } from '../components/component';
|
|
3
|
-
import { TruncationOptions } from './truncation';
|
|
4
|
-
/**
|
|
5
|
-
* customize the overlay contents
|
|
6
|
-
*/
|
|
7
|
-
export interface LayoutComponentChild {
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* the component that'll be rendered inside layout child
|
|
11
|
-
*/
|
|
12
|
-
components: Component[];
|
|
13
|
-
/**
|
|
14
|
-
* size of the layout child
|
|
15
|
-
*/
|
|
16
|
-
size?: number;
|
|
17
|
-
/**
|
|
18
|
-
* how the layout child will grow or shrink
|
|
19
|
-
*/
|
|
20
|
-
growth: LayoutGrowth;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* customize the legend component
|
|
24
|
-
*/
|
|
25
|
-
export interface LegendOptions {
|
|
26
|
-
enabled?: boolean;
|
|
27
|
-
position?: LegendPositions;
|
|
28
|
-
/**
|
|
29
|
-
* the clickability of legend items
|
|
30
|
-
*/
|
|
31
|
-
clickable?: boolean;
|
|
32
|
-
truncation?: TruncationOptions;
|
|
33
|
-
alignment?: Alignments;
|
|
34
|
-
order?: string[];
|
|
35
|
-
/**
|
|
36
|
-
* customized legend items
|
|
37
|
-
*/
|
|
38
|
-
additionalItems?: LegendItem[];
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* customize the legend item
|
|
42
|
-
*/
|
|
43
|
-
export interface LegendItem {
|
|
44
|
-
type: string;
|
|
45
|
-
name: string;
|
|
46
|
-
fill?: string;
|
|
47
|
-
stroke?: string;
|
|
48
|
-
}
|
|
49
|
-
export interface TooltipOptions {
|
|
50
|
-
/**
|
|
51
|
-
* enable or disable tooltip
|
|
52
|
-
*/
|
|
53
|
-
enabled?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* a function to format the tooltip values
|
|
56
|
-
*/
|
|
57
|
-
valueFormatter?: Function;
|
|
58
|
-
/**
|
|
59
|
-
* custom function for returning tooltip HTML
|
|
60
|
-
* passed an array or object with the data, and then the default tooltip markup
|
|
61
|
-
*/
|
|
62
|
-
customHTML?: Function;
|
|
63
|
-
/**
|
|
64
|
-
* customizes the `Group` label shown inside tooltips
|
|
65
|
-
*/
|
|
66
|
-
groupLabel?: string;
|
|
67
|
-
/**
|
|
68
|
-
* show total of items
|
|
69
|
-
*/
|
|
70
|
-
showTotal?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* customizes the `Total` label shown inside tooltips
|
|
73
|
-
*/
|
|
74
|
-
totalLabel?: string;
|
|
75
|
-
truncation?: TruncationOptions;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Threshold options
|
|
79
|
-
*/
|
|
80
|
-
export interface ThresholdOptions {
|
|
81
|
-
/**
|
|
82
|
-
* threshold value
|
|
83
|
-
*/
|
|
84
|
-
value: number | Date;
|
|
85
|
-
/**
|
|
86
|
-
* a function to format the threshold values
|
|
87
|
-
*/
|
|
88
|
-
valueFormatter?: Function;
|
|
89
|
-
/**
|
|
90
|
-
* hex threshold line color
|
|
91
|
-
*/
|
|
92
|
-
fillColor: string;
|
|
93
|
-
/**
|
|
94
|
-
* threshold label
|
|
95
|
-
*/
|
|
96
|
-
label: string;
|
|
97
|
-
}
|
|
98
|
-
export interface GridOptions {
|
|
99
|
-
y?: {
|
|
100
|
-
enabled?: boolean;
|
|
101
|
-
numberOfTicks?: number;
|
|
102
|
-
alignWithAxisTicks?: boolean;
|
|
103
|
-
};
|
|
104
|
-
x?: {
|
|
105
|
-
enabled?: boolean;
|
|
106
|
-
numberOfTicks?: number;
|
|
107
|
-
alignWithAxisTicks?: boolean;
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Ruler options
|
|
112
|
-
*/
|
|
113
|
-
export interface RulerOptions {
|
|
114
|
-
enabled?: boolean;
|
|
115
|
-
}
|
|
116
|
-
export interface BarOptions {
|
|
117
|
-
width?: number;
|
|
118
|
-
maxWidth?: number;
|
|
119
|
-
spacingFactor?: number;
|
|
120
|
-
}
|
|
121
|
-
export interface StackedBarOptions extends BarOptions {
|
|
122
|
-
dividerSize?: number;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* customize the Toolbar component
|
|
126
|
-
*/
|
|
127
|
-
export interface ToolbarOptions {
|
|
128
|
-
/**
|
|
129
|
-
* is the toolbar visible or not
|
|
130
|
-
*/
|
|
131
|
-
enabled?: boolean;
|
|
132
|
-
/**
|
|
133
|
-
* the maximum toolbar controls to be displayed as icons
|
|
134
|
-
* controls more than this number will appear in the overflow menu
|
|
135
|
-
* minimum is 1. (all toolbar controls are in overflow menu)
|
|
136
|
-
*/
|
|
137
|
-
numberOfIcons?: number;
|
|
138
|
-
/**
|
|
139
|
-
* toolbar controls which will be displayed following the array order
|
|
140
|
-
*/
|
|
141
|
-
controls?: ToolbarControl[];
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* options for each toolbar control
|
|
145
|
-
*/
|
|
146
|
-
export interface ToolbarControl {
|
|
147
|
-
/**
|
|
148
|
-
* the toolbar control type
|
|
149
|
-
*/
|
|
150
|
-
type: ToolbarControlTypes;
|
|
151
|
-
/**
|
|
152
|
-
* used as aria-label for toolbar control
|
|
153
|
-
*/
|
|
154
|
-
title?: string;
|
|
155
|
-
/**
|
|
156
|
-
* the text to display (if this control is displayed in overflow menu)
|
|
157
|
-
* type value will be displayed if text is not available
|
|
158
|
-
*/
|
|
159
|
-
text?: string;
|
|
160
|
-
/**
|
|
161
|
-
* custom id for button
|
|
162
|
-
*/
|
|
163
|
-
id?: String;
|
|
164
|
-
/**
|
|
165
|
-
* SVG HTML element
|
|
166
|
-
*/
|
|
167
|
-
iconSVG?: {
|
|
168
|
-
content?: string;
|
|
169
|
-
height?: string;
|
|
170
|
-
width?: string;
|
|
171
|
-
};
|
|
172
|
-
shouldBeDisabled?: Function;
|
|
173
|
-
/**
|
|
174
|
-
* function to execute on button click
|
|
175
|
-
* alternatively, users can choose to not pass in a function and can
|
|
176
|
-
* listen for events to execute asynchronously
|
|
177
|
-
*/
|
|
178
|
-
clickFunction?: Function;
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* customize the ZoomBars in a chart
|
|
182
|
-
*/
|
|
183
|
-
export interface ZoomBarsOptions {
|
|
184
|
-
/**
|
|
185
|
-
* a variable to handle default zoom in ratio (0 ~ 1.0)
|
|
186
|
-
* ex: shift click zoom in ratio
|
|
187
|
-
*/
|
|
188
|
-
zoomRatio?: number;
|
|
189
|
-
/**
|
|
190
|
-
* a variable to define the minimum zoom ratio (0 ~ 1.0)
|
|
191
|
-
* If ( zoom domain / max domain ) < minZoomRatio, zoom-in functions will be disabled
|
|
192
|
-
*/
|
|
193
|
-
minZoomRatio?: number;
|
|
194
|
-
/**
|
|
195
|
-
* currently only the top position is supported
|
|
196
|
-
*/
|
|
197
|
-
top?: ZoomBarOptions;
|
|
198
|
-
/**
|
|
199
|
-
* whether keep updating range axis in real time while zoom domain is changing
|
|
200
|
-
*/
|
|
201
|
-
updateRangeAxis?: boolean;
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* customize the ZoomBar component
|
|
205
|
-
*/
|
|
206
|
-
export interface ZoomBarOptions {
|
|
207
|
-
/**
|
|
208
|
-
* is the zoom-bar visible or not
|
|
209
|
-
*/
|
|
210
|
-
enabled?: boolean;
|
|
211
|
-
/**
|
|
212
|
-
* is the zoom-bar in loading state
|
|
213
|
-
*/
|
|
214
|
-
loading?: boolean;
|
|
215
|
-
/**
|
|
216
|
-
* is the zoom-bar in locked state
|
|
217
|
-
*/
|
|
218
|
-
locked?: boolean;
|
|
219
|
-
/**
|
|
220
|
-
* whether the zoom bar is showing a slider view or a graph view etc.
|
|
221
|
-
*/
|
|
222
|
-
type?: ZoomBarTypes;
|
|
223
|
-
/**
|
|
224
|
-
* an two element array which represents the initial zoom domain
|
|
225
|
-
*/
|
|
226
|
-
initialZoomDomain?: Object[];
|
|
227
|
-
/**
|
|
228
|
-
* options related to zoom bar data
|
|
229
|
-
*/
|
|
230
|
-
data?: Object[];
|
|
231
|
-
}
|
package/interfaces/components.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=../../src/interfaces/components.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["components.ts"],"names":[],"mappings":"","sourcesContent":["import {\n\tLayoutGrowth,\n\tLegendPositions,\n\tAlignments,\n\tToolbarControlTypes,\n\tZoomBarTypes,\n} from './enums';\nimport { Component } from '../components/component';\nimport { TruncationOptions } from './truncation';\n\n/**\n * customize the overlay contents\n */\nexport interface LayoutComponentChild {\n\tid: string;\n\t/**\n\t * the component that'll be rendered inside layout child\n\t */\n\tcomponents: Component[];\n\t/**\n\t * size of the layout child\n\t */\n\tsize?: number;\n\t/**\n\t * how the layout child will grow or shrink\n\t */\n\tgrowth: LayoutGrowth;\n}\n\n/**\n * customize the legend component\n */\nexport interface LegendOptions {\n\tenabled?: boolean;\n\tposition?: LegendPositions;\n\t/**\n\t * the clickability of legend items\n\t */\n\tclickable?: boolean;\n\ttruncation?: TruncationOptions;\n\talignment?: Alignments;\n\torder?: string[];\n\t/**\n\t * customized legend items\n\t */\n\tadditionalItems?: LegendItem[];\n}\n\n/**\n * customize the legend item\n */\nexport interface LegendItem {\n\ttype: string;\n\tname: string;\n\tfill?: string;\n\tstroke?: string;\n}\n\nexport interface TooltipOptions {\n\t/**\n\t * enable or disable tooltip\n\t */\n\tenabled?: boolean;\n\t/**\n\t * a function to format the tooltip values\n\t */\n\tvalueFormatter?: Function;\n\t/**\n\t * custom function for returning tooltip HTML\n\t * passed an array or object with the data, and then the default tooltip markup\n\t */\n\tcustomHTML?: Function;\n\t/**\n\t * customizes the `Group` label shown inside tooltips\n\t */\n\tgroupLabel?: string;\n\t/**\n\t * show total of items\n\t */\n\tshowTotal?: boolean;\n\t/**\n\t * customizes the `Total` label shown inside tooltips\n\t */\n\ttotalLabel?: string;\n\ttruncation?: TruncationOptions;\n}\n\n/**\n * Threshold options\n */\nexport interface ThresholdOptions {\n\t/**\n\t * threshold value\n\t */\n\tvalue: number | Date;\n\t/**\n\t * a function to format the threshold values\n\t */\n\tvalueFormatter?: Function;\n\t/**\n\t * hex threshold line color\n\t */\n\tfillColor: string;\n\t/**\n\t * threshold label\n\t */\n\tlabel: string;\n}\n\nexport interface GridOptions {\n\ty?: {\n\t\tenabled?: boolean;\n\t\tnumberOfTicks?: number;\n\t\talignWithAxisTicks?: boolean;\n\t};\n\tx?: {\n\t\tenabled?: boolean;\n\t\tnumberOfTicks?: number;\n\t\talignWithAxisTicks?: boolean;\n\t};\n}\n\n/**\n * Ruler options\n */\nexport interface RulerOptions {\n\tenabled?: boolean;\n}\n\nexport interface BarOptions {\n\twidth?: number;\n\tmaxWidth?: number;\n\t/*\n\t * can be used to manually modify spacing between bars\n\t * @default 0.25\n\t */\n\tspacingFactor?: number;\n}\n\nexport interface StackedBarOptions extends BarOptions {\n\tdividerSize?: number;\n}\n\n/**\n * customize the Toolbar component\n */\nexport interface ToolbarOptions {\n\t/**\n\t * is the toolbar visible or not\n\t */\n\tenabled?: boolean;\n\t/**\n\t * the maximum toolbar controls to be displayed as icons\n\t * controls more than this number will appear in the overflow menu\n\t * minimum is 1. (all toolbar controls are in overflow menu)\n\t */\n\tnumberOfIcons?: number;\n\t/**\n\t * toolbar controls which will be displayed following the array order\n\t */\n\tcontrols?: ToolbarControl[];\n}\n\n/**\n * options for each toolbar control\n */\nexport interface ToolbarControl {\n\t/**\n\t * the toolbar control type\n\t */\n\ttype: ToolbarControlTypes;\n\t/**\n\t * used as aria-label for toolbar control\n\t */\n\ttitle?: string;\n\t/**\n\t * the text to display (if this control is displayed in overflow menu)\n\t * type value will be displayed if text is not available\n\t */\n\ttext?: string;\n\t/**\n\t * custom id for button\n\t */\n\tid?: String;\n\t/**\n\t * SVG HTML element\n\t */\n\ticonSVG?: {\n\t\tcontent?: string;\n\t\theight?: string;\n\t\twidth?: string;\n\t};\n\tshouldBeDisabled?: Function;\n\t/**\n\t * function to execute on button click\n\t * alternatively, users can choose to not pass in a function and can\n\t * listen for events to execute asynchronously\n\t */\n\tclickFunction?: Function;\n}\n\n/**\n * customize the ZoomBars in a chart\n */\nexport interface ZoomBarsOptions {\n\t/**\n\t * a variable to handle default zoom in ratio (0 ~ 1.0)\n\t * ex: shift click zoom in ratio\n\t */\n\tzoomRatio?: number;\n\t/**\n\t * a variable to define the minimum zoom ratio (0 ~ 1.0)\n\t * If ( zoom domain / max domain ) < minZoomRatio, zoom-in functions will be disabled\n\t */\n\tminZoomRatio?: number;\n\t/**\n\t * currently only the top position is supported\n\t */\n\ttop?: ZoomBarOptions;\n\t/**\n\t * whether keep updating range axis in real time while zoom domain is changing\n\t */\n\tupdateRangeAxis?: boolean;\n}\n\n/**\n * customize the ZoomBar component\n */\nexport interface ZoomBarOptions {\n\t/**\n\t * is the zoom-bar visible or not\n\t */\n\tenabled?: boolean;\n\t/**\n\t * is the zoom-bar in loading state\n\t */\n\tloading?: boolean;\n\t/**\n\t * is the zoom-bar in locked state\n\t */\n\tlocked?: boolean;\n\t/**\n\t * whether the zoom bar is showing a slider view or a graph view etc.\n\t */\n\ttype?: ZoomBarTypes;\n\t/**\n\t * an two element array which represents the initial zoom domain\n\t */\n\tinitialZoomDomain?: Object[];\n\t/**\n\t * options related to zoom bar data\n\t */\n\tdata?: Object[];\n}\n"]}
|
package/interfaces/enums.js
DELETED
|
@@ -1,296 +0,0 @@
|
|
|
1
|
-
import * as EventEnums from './events';
|
|
2
|
-
export var Events = EventEnums;
|
|
3
|
-
export var RenderTypes;
|
|
4
|
-
(function (RenderTypes) {
|
|
5
|
-
RenderTypes["HTML"] = "html";
|
|
6
|
-
RenderTypes["SVG"] = "svg";
|
|
7
|
-
})(RenderTypes || (RenderTypes = {}));
|
|
8
|
-
/**
|
|
9
|
-
* enum of all supported chart themes
|
|
10
|
-
*/
|
|
11
|
-
export var ChartTheme;
|
|
12
|
-
(function (ChartTheme) {
|
|
13
|
-
ChartTheme["WHITE"] = "white";
|
|
14
|
-
ChartTheme["G100"] = "g100";
|
|
15
|
-
ChartTheme["G90"] = "g90";
|
|
16
|
-
ChartTheme["G10"] = "g10";
|
|
17
|
-
})(ChartTheme || (ChartTheme = {}));
|
|
18
|
-
/**
|
|
19
|
-
* enum of all color classname types
|
|
20
|
-
*/
|
|
21
|
-
export var ColorClassNameTypes;
|
|
22
|
-
(function (ColorClassNameTypes) {
|
|
23
|
-
ColorClassNameTypes["BACKGROUND"] = "background";
|
|
24
|
-
ColorClassNameTypes["FILL"] = "fill";
|
|
25
|
-
ColorClassNameTypes["STROKE"] = "stroke";
|
|
26
|
-
ColorClassNameTypes["TOOLTIP"] = "tooltip";
|
|
27
|
-
})(ColorClassNameTypes || (ColorClassNameTypes = {}));
|
|
28
|
-
/**
|
|
29
|
-
* enum of all possible axis positions
|
|
30
|
-
*/
|
|
31
|
-
export var AxisPositions;
|
|
32
|
-
(function (AxisPositions) {
|
|
33
|
-
AxisPositions["LEFT"] = "left";
|
|
34
|
-
AxisPositions["RIGHT"] = "right";
|
|
35
|
-
AxisPositions["TOP"] = "top";
|
|
36
|
-
AxisPositions["BOTTOM"] = "bottom";
|
|
37
|
-
})(AxisPositions || (AxisPositions = {}));
|
|
38
|
-
/**
|
|
39
|
-
* enum of all possible axis positions
|
|
40
|
-
*/
|
|
41
|
-
export var ZoomBarTypes;
|
|
42
|
-
(function (ZoomBarTypes) {
|
|
43
|
-
ZoomBarTypes["GRAPH_VIEW"] = "graph_view";
|
|
44
|
-
ZoomBarTypes["SLIDER_VIEW"] = "slider_view";
|
|
45
|
-
})(ZoomBarTypes || (ZoomBarTypes = {}));
|
|
46
|
-
/**
|
|
47
|
-
* enum of all possible truncation types
|
|
48
|
-
*/
|
|
49
|
-
export var TruncationTypes;
|
|
50
|
-
(function (TruncationTypes) {
|
|
51
|
-
TruncationTypes["END_LINE"] = "end_line";
|
|
52
|
-
TruncationTypes["MID_LINE"] = "mid_line";
|
|
53
|
-
TruncationTypes["FRONT_LINE"] = "front_line";
|
|
54
|
-
TruncationTypes["NONE"] = "none";
|
|
55
|
-
})(TruncationTypes || (TruncationTypes = {}));
|
|
56
|
-
/**
|
|
57
|
-
* enum of all possible cartesian orientations
|
|
58
|
-
* to be used for determining the orientation
|
|
59
|
-
* of graphs being draw over
|
|
60
|
-
* cartesian scales
|
|
61
|
-
*/
|
|
62
|
-
export var CartesianOrientations;
|
|
63
|
-
(function (CartesianOrientations) {
|
|
64
|
-
CartesianOrientations["VERTICAL"] = "vertical";
|
|
65
|
-
CartesianOrientations["HORIZONTAL"] = "horizontal";
|
|
66
|
-
})(CartesianOrientations || (CartesianOrientations = {}));
|
|
67
|
-
/**
|
|
68
|
-
* enum of all possible scale types
|
|
69
|
-
*/
|
|
70
|
-
export var ScaleTypes;
|
|
71
|
-
(function (ScaleTypes) {
|
|
72
|
-
ScaleTypes["TIME"] = "time";
|
|
73
|
-
ScaleTypes["LINEAR"] = "linear";
|
|
74
|
-
ScaleTypes["LOG"] = "log";
|
|
75
|
-
ScaleTypes["LABELS"] = "labels";
|
|
76
|
-
ScaleTypes["LABELS_RATIO"] = "labels-ratio";
|
|
77
|
-
})(ScaleTypes || (ScaleTypes = {}));
|
|
78
|
-
/**
|
|
79
|
-
* enum of all possible legend positions
|
|
80
|
-
*/
|
|
81
|
-
export var LegendPositions;
|
|
82
|
-
(function (LegendPositions) {
|
|
83
|
-
LegendPositions["RIGHT"] = "right";
|
|
84
|
-
LegendPositions["LEFT"] = "left";
|
|
85
|
-
LegendPositions["TOP"] = "top";
|
|
86
|
-
LegendPositions["BOTTOM"] = "bottom";
|
|
87
|
-
})(LegendPositions || (LegendPositions = {}));
|
|
88
|
-
/**
|
|
89
|
-
* enum of all possible alignments
|
|
90
|
-
*/
|
|
91
|
-
export var Alignments;
|
|
92
|
-
(function (Alignments) {
|
|
93
|
-
Alignments["LEFT"] = "left";
|
|
94
|
-
Alignments["CENTER"] = "center";
|
|
95
|
-
Alignments["RIGHT"] = "right";
|
|
96
|
-
})(Alignments || (Alignments = {}));
|
|
97
|
-
/**
|
|
98
|
-
* enum of all possible legend orientations
|
|
99
|
-
*/
|
|
100
|
-
export var LegendOrientations;
|
|
101
|
-
(function (LegendOrientations) {
|
|
102
|
-
LegendOrientations["HORIZONTAL"] = "horizontal";
|
|
103
|
-
LegendOrientations["VERTICAL"] = "vertical";
|
|
104
|
-
})(LegendOrientations || (LegendOrientations = {}));
|
|
105
|
-
/**
|
|
106
|
-
* enum of tree types for the tree chart
|
|
107
|
-
*/
|
|
108
|
-
export var TreeTypes;
|
|
109
|
-
(function (TreeTypes) {
|
|
110
|
-
TreeTypes["TREE"] = "tree";
|
|
111
|
-
TreeTypes["DENDROGRAM"] = "dendrogram";
|
|
112
|
-
})(TreeTypes || (TreeTypes = {}));
|
|
113
|
-
/**
|
|
114
|
-
* enum of all possible layout directions
|
|
115
|
-
*/
|
|
116
|
-
export var LayoutDirection;
|
|
117
|
-
(function (LayoutDirection) {
|
|
118
|
-
LayoutDirection["ROW"] = "row";
|
|
119
|
-
LayoutDirection["COLUMN"] = "column";
|
|
120
|
-
LayoutDirection["ROW_REVERSE"] = "row-reverse";
|
|
121
|
-
LayoutDirection["COLUMN_REVERSE"] = "column-reverse";
|
|
122
|
-
})(LayoutDirection || (LayoutDirection = {}));
|
|
123
|
-
/**
|
|
124
|
-
* enum of all possible layout growth values
|
|
125
|
-
*/
|
|
126
|
-
export var LayoutGrowth;
|
|
127
|
-
(function (LayoutGrowth) {
|
|
128
|
-
LayoutGrowth["FIXED"] = "fixed";
|
|
129
|
-
LayoutGrowth["PREFERRED"] = "preferred";
|
|
130
|
-
LayoutGrowth["STRETCH"] = "stretch";
|
|
131
|
-
})(LayoutGrowth || (LayoutGrowth = {}));
|
|
132
|
-
/**
|
|
133
|
-
* enum of all possible layout align-items values
|
|
134
|
-
*/
|
|
135
|
-
export var LayoutAlignItems;
|
|
136
|
-
(function (LayoutAlignItems) {
|
|
137
|
-
LayoutAlignItems["CENTER"] = "center";
|
|
138
|
-
})(LayoutAlignItems || (LayoutAlignItems = {}));
|
|
139
|
-
/**
|
|
140
|
-
* enum of all possible callout directions
|
|
141
|
-
*/
|
|
142
|
-
export var CalloutDirections;
|
|
143
|
-
(function (CalloutDirections) {
|
|
144
|
-
CalloutDirections["LEFT"] = "left";
|
|
145
|
-
CalloutDirections["RIGHT"] = "right";
|
|
146
|
-
})(CalloutDirections || (CalloutDirections = {}));
|
|
147
|
-
/**
|
|
148
|
-
* enum of all possible skeleton/empty state types
|
|
149
|
-
*/
|
|
150
|
-
export var Skeletons;
|
|
151
|
-
(function (Skeletons) {
|
|
152
|
-
Skeletons["GRID"] = "grid";
|
|
153
|
-
Skeletons["VERT_OR_HORIZ"] = "vertOrHoriz";
|
|
154
|
-
Skeletons["PIE"] = "pie";
|
|
155
|
-
Skeletons["DONUT"] = "donut";
|
|
156
|
-
})(Skeletons || (Skeletons = {}));
|
|
157
|
-
/**
|
|
158
|
-
* enum of all possible attributes used to aling text horizontally
|
|
159
|
-
*/
|
|
160
|
-
export var TextAnchor;
|
|
161
|
-
(function (TextAnchor) {
|
|
162
|
-
TextAnchor["START"] = "start";
|
|
163
|
-
TextAnchor["MIDDLE"] = "middle";
|
|
164
|
-
TextAnchor["END"] = "end";
|
|
165
|
-
})(TextAnchor || (TextAnchor = {}));
|
|
166
|
-
/**
|
|
167
|
-
* enum of all possible attributes used to aling text vertically
|
|
168
|
-
*/
|
|
169
|
-
export var DominantBaseline;
|
|
170
|
-
(function (DominantBaseline) {
|
|
171
|
-
DominantBaseline["BASELINE"] = "baseline";
|
|
172
|
-
DominantBaseline["MIDDLE"] = "middle";
|
|
173
|
-
DominantBaseline["HANGING"] = "hanging";
|
|
174
|
-
})(DominantBaseline || (DominantBaseline = {}));
|
|
175
|
-
export var GaugeTypes;
|
|
176
|
-
(function (GaugeTypes) {
|
|
177
|
-
GaugeTypes["SEMI"] = "semi";
|
|
178
|
-
GaugeTypes["FULL"] = "full";
|
|
179
|
-
})(GaugeTypes || (GaugeTypes = {}));
|
|
180
|
-
/**
|
|
181
|
-
* enum of all possible callout directions
|
|
182
|
-
*/
|
|
183
|
-
export var ArrowDirections;
|
|
184
|
-
(function (ArrowDirections) {
|
|
185
|
-
ArrowDirections["UP"] = "up";
|
|
186
|
-
ArrowDirections["DOWN"] = "down";
|
|
187
|
-
})(ArrowDirections || (ArrowDirections = {}));
|
|
188
|
-
/**
|
|
189
|
-
* enum of carbon statuses
|
|
190
|
-
*/
|
|
191
|
-
export var Statuses;
|
|
192
|
-
(function (Statuses) {
|
|
193
|
-
Statuses["SUCCESS"] = "success";
|
|
194
|
-
Statuses["WARNING"] = "warning";
|
|
195
|
-
Statuses["DANGER"] = "danger";
|
|
196
|
-
})(Statuses || (Statuses = {}));
|
|
197
|
-
/**
|
|
198
|
-
* enum of axis ticks rotation
|
|
199
|
-
*/
|
|
200
|
-
export var TickRotations;
|
|
201
|
-
(function (TickRotations) {
|
|
202
|
-
TickRotations["ALWAYS"] = "always";
|
|
203
|
-
TickRotations["AUTO"] = "auto";
|
|
204
|
-
TickRotations["NEVER"] = "never";
|
|
205
|
-
})(TickRotations || (TickRotations = {}));
|
|
206
|
-
/**
|
|
207
|
-
* enum of chartTypes that work with combo chart
|
|
208
|
-
*/
|
|
209
|
-
export var ChartTypes;
|
|
210
|
-
(function (ChartTypes) {
|
|
211
|
-
ChartTypes["SCATTER"] = "scatter";
|
|
212
|
-
ChartTypes["LINE"] = "line";
|
|
213
|
-
ChartTypes["SIMPLE_BAR"] = "simple-bar";
|
|
214
|
-
ChartTypes["STACKED_BAR"] = "stacked-bar";
|
|
215
|
-
ChartTypes["GROUPED_BAR"] = "grouped-bar";
|
|
216
|
-
ChartTypes["AREA"] = "area";
|
|
217
|
-
ChartTypes["STACKED_AREA"] = "stacked-area";
|
|
218
|
-
})(ChartTypes || (ChartTypes = {}));
|
|
219
|
-
/**
|
|
220
|
-
* enum of supported toolbar control types
|
|
221
|
-
*/
|
|
222
|
-
export var ToolbarControlTypes;
|
|
223
|
-
(function (ToolbarControlTypes) {
|
|
224
|
-
ToolbarControlTypes["EXPORT_CSV"] = "Export as CSV";
|
|
225
|
-
ToolbarControlTypes["EXPORT_PNG"] = "Export as PNG";
|
|
226
|
-
ToolbarControlTypes["EXPORT_JPG"] = "Export as JPG";
|
|
227
|
-
ToolbarControlTypes["ZOOM_IN"] = "Zoom in";
|
|
228
|
-
ToolbarControlTypes["ZOOM_OUT"] = "Zoom out";
|
|
229
|
-
ToolbarControlTypes["RESET_ZOOM"] = "Reset zoom";
|
|
230
|
-
ToolbarControlTypes["MAKE_FULLSCREEN"] = "Make fullscreen";
|
|
231
|
-
ToolbarControlTypes["SHOW_AS_DATATABLE"] = "Show as data-table";
|
|
232
|
-
ToolbarControlTypes["CUSTOM"] = "Custom";
|
|
233
|
-
})(ToolbarControlTypes || (ToolbarControlTypes = {}));
|
|
234
|
-
/**
|
|
235
|
-
* enum of title orientations for _vertical axes_
|
|
236
|
-
*/
|
|
237
|
-
export var AxisTitleOrientations;
|
|
238
|
-
(function (AxisTitleOrientations) {
|
|
239
|
-
AxisTitleOrientations["LEFT"] = "left";
|
|
240
|
-
AxisTitleOrientations["RIGHT"] = "right";
|
|
241
|
-
})(AxisTitleOrientations || (AxisTitleOrientations = {}));
|
|
242
|
-
/**
|
|
243
|
-
* enum of legend item type
|
|
244
|
-
*/
|
|
245
|
-
export var LegendItemType;
|
|
246
|
-
(function (LegendItemType) {
|
|
247
|
-
LegendItemType["CHECKBOX"] = "checkbox";
|
|
248
|
-
LegendItemType["RADIUS"] = "radius";
|
|
249
|
-
LegendItemType["AREA"] = "area";
|
|
250
|
-
LegendItemType["SIZE"] = "size";
|
|
251
|
-
LegendItemType["LINE"] = "line";
|
|
252
|
-
LegendItemType["QUARTILE"] = "quartile";
|
|
253
|
-
LegendItemType["ZOOM"] = "zoom";
|
|
254
|
-
})(LegendItemType || (LegendItemType = {}));
|
|
255
|
-
/**
|
|
256
|
-
* enum of color legend types
|
|
257
|
-
*/
|
|
258
|
-
export var ColorLegendType;
|
|
259
|
-
(function (ColorLegendType) {
|
|
260
|
-
ColorLegendType["LINEAR"] = "linear";
|
|
261
|
-
ColorLegendType["QUANTIZE"] = "quantize";
|
|
262
|
-
})(ColorLegendType || (ColorLegendType = {}));
|
|
263
|
-
/**
|
|
264
|
-
* enum of divider status for heatmap
|
|
265
|
-
*/
|
|
266
|
-
export var DividerStatus;
|
|
267
|
-
(function (DividerStatus) {
|
|
268
|
-
DividerStatus["ON"] = "on";
|
|
269
|
-
DividerStatus["AUTO"] = "auto";
|
|
270
|
-
DividerStatus["OFF"] = "off";
|
|
271
|
-
})(DividerStatus || (DividerStatus = {}));
|
|
272
|
-
/**
|
|
273
|
-
* enum of axis flavor
|
|
274
|
-
*/
|
|
275
|
-
export var AxisFlavor;
|
|
276
|
-
(function (AxisFlavor) {
|
|
277
|
-
AxisFlavor["DEFAULT"] = "default";
|
|
278
|
-
AxisFlavor["HOVERABLE"] = "hoverable";
|
|
279
|
-
})(AxisFlavor || (AxisFlavor = {}));
|
|
280
|
-
/**
|
|
281
|
-
* enum of supported projection types
|
|
282
|
-
*/
|
|
283
|
-
export var Projection;
|
|
284
|
-
(function (Projection) {
|
|
285
|
-
// Azimuthal Projections
|
|
286
|
-
Projection["geoEqualEarth"] = "geoEqualEarth";
|
|
287
|
-
// Conic projections
|
|
288
|
-
Projection["geoAlbers"] = "geoAlbers";
|
|
289
|
-
Projection["geoConicEqualArea"] = "geoConicEqualArea";
|
|
290
|
-
Projection["geoConicEquidistant"] = "geoConicEquidistant";
|
|
291
|
-
// Cylindrical projections
|
|
292
|
-
Projection["geoEquirectangular"] = "geoEquirectangular";
|
|
293
|
-
Projection["geoMercator"] = "geoMercator";
|
|
294
|
-
Projection["geoNaturalEarth1"] = "geoNaturalEarth1";
|
|
295
|
-
})(Projection || (Projection = {}));
|
|
296
|
-
//# sourceMappingURL=../../src/interfaces/enums.js.map
|
package/interfaces/enums.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["enums.ts"],"names":[],"mappings":"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","sourcesContent":["import * as EventEnums from './events';\nexport const Events = EventEnums;\n\nexport enum RenderTypes {\n\tHTML = 'html',\n\tSVG = 'svg',\n}\n\n/**\n * enum of all supported chart themes\n */\nexport enum ChartTheme {\n\tWHITE = 'white',\n\tG100 = 'g100',\n\tG90 = 'g90',\n\tG10 = 'g10',\n}\n\n/**\n * enum of all color classname types\n */\nexport enum ColorClassNameTypes {\n\tBACKGROUND = 'background',\n\tFILL = 'fill',\n\tSTROKE = 'stroke',\n\tTOOLTIP = 'tooltip',\n}\n\n/**\n * enum of all possible axis positions\n */\nexport enum AxisPositions {\n\tLEFT = 'left',\n\tRIGHT = 'right',\n\tTOP = 'top',\n\tBOTTOM = 'bottom',\n}\n\n/**\n * enum of all possible axis positions\n */\nexport enum ZoomBarTypes {\n\tGRAPH_VIEW = 'graph_view',\n\tSLIDER_VIEW = 'slider_view',\n}\n\n/**\n * enum of all possible truncation types\n */\nexport enum TruncationTypes {\n\tEND_LINE = 'end_line',\n\tMID_LINE = 'mid_line',\n\tFRONT_LINE = 'front_line',\n\tNONE = 'none',\n}\n\n/**\n * enum of all possible cartesian orientations\n * to be used for determining the orientation\n * of graphs being draw over\n * cartesian scales\n */\nexport enum CartesianOrientations {\n\tVERTICAL = 'vertical',\n\tHORIZONTAL = 'horizontal',\n}\n\n/**\n * enum of all possible scale types\n */\nexport enum ScaleTypes {\n\tTIME = 'time',\n\tLINEAR = 'linear',\n\tLOG = 'log',\n\tLABELS = 'labels',\n\tLABELS_RATIO = 'labels-ratio',\n}\n\n/**\n * enum of all possible legend positions\n */\nexport enum LegendPositions {\n\tRIGHT = 'right',\n\tLEFT = 'left',\n\tTOP = 'top',\n\tBOTTOM = 'bottom',\n}\n\n/**\n * enum of all possible alignments\n */\nexport enum Alignments {\n\tLEFT = 'left',\n\tCENTER = 'center',\n\tRIGHT = 'right',\n}\n\n/**\n * enum of all possible legend orientations\n */\nexport enum LegendOrientations {\n\tHORIZONTAL = 'horizontal',\n\tVERTICAL = 'vertical',\n}\n\n/**\n * enum of tree types for the tree chart\n */\nexport enum TreeTypes {\n\tTREE = 'tree',\n\tDENDROGRAM = 'dendrogram',\n}\n\n/**\n * enum of all possible layout directions\n */\nexport enum LayoutDirection {\n\tROW = 'row',\n\tCOLUMN = 'column',\n\tROW_REVERSE = 'row-reverse',\n\tCOLUMN_REVERSE = 'column-reverse',\n}\n\n/**\n * enum of all possible layout growth values\n */\nexport enum LayoutGrowth {\n\tFIXED = 'fixed',\n\tPREFERRED = 'preferred',\n\tSTRETCH = 'stretch',\n}\n\n/**\n * enum of all possible layout align-items values\n */\nexport enum LayoutAlignItems {\n\tCENTER = 'center',\n}\n\n/**\n * enum of all possible callout directions\n */\nexport enum CalloutDirections {\n\tLEFT = 'left',\n\tRIGHT = 'right',\n}\n\n/**\n * enum of all possible skeleton/empty state types\n */\nexport enum Skeletons {\n\tGRID = 'grid',\n\tVERT_OR_HORIZ = 'vertOrHoriz',\n\tPIE = 'pie',\n\tDONUT = 'donut',\n}\n\n/**\n * enum of all possible attributes used to aling text horizontally\n */\nexport enum TextAnchor {\n\tSTART = 'start',\n\tMIDDLE = 'middle',\n\tEND = 'end',\n}\n\n/**\n * enum of all possible attributes used to aling text vertically\n */\nexport enum DominantBaseline {\n\tBASELINE = 'baseline',\n\tMIDDLE = 'middle',\n\tHANGING = 'hanging',\n}\n\nexport enum GaugeTypes {\n\tSEMI = 'semi',\n\tFULL = 'full',\n}\n\n/**\n * enum of all possible callout directions\n */\nexport enum ArrowDirections {\n\tUP = 'up',\n\tDOWN = 'down',\n}\n\n/**\n * enum of carbon statuses\n */\nexport enum Statuses {\n\tSUCCESS = 'success',\n\tWARNING = 'warning',\n\tDANGER = 'danger',\n}\n\n/**\n * enum of axis ticks rotation\n */\nexport enum TickRotations {\n\tALWAYS = 'always',\n\tAUTO = 'auto',\n\tNEVER = 'never',\n}\n\n/**\n * enum of chartTypes that work with combo chart\n */\nexport enum ChartTypes {\n\tSCATTER = 'scatter',\n\tLINE = 'line',\n\tSIMPLE_BAR = 'simple-bar',\n\tSTACKED_BAR = 'stacked-bar',\n\tGROUPED_BAR = 'grouped-bar',\n\tAREA = 'area',\n\tSTACKED_AREA = 'stacked-area',\n}\n\n/**\n * enum of supported toolbar control types\n */\nexport enum ToolbarControlTypes {\n\tEXPORT_CSV = 'Export as CSV',\n\tEXPORT_PNG = 'Export as PNG',\n\tEXPORT_JPG = 'Export as JPG',\n\tZOOM_IN = 'Zoom in',\n\tZOOM_OUT = 'Zoom out',\n\tRESET_ZOOM = 'Reset zoom',\n\tMAKE_FULLSCREEN = 'Make fullscreen',\n\tSHOW_AS_DATATABLE = 'Show as data-table',\n\tCUSTOM = 'Custom',\n}\n\n/**\n * enum of title orientations for _vertical axes_\n */\nexport enum AxisTitleOrientations {\n\tLEFT = 'left',\n\tRIGHT = 'right',\n}\n\n/**\n * enum of legend item type\n */\nexport enum LegendItemType {\n\tCHECKBOX = 'checkbox',\n\tRADIUS = 'radius',\n\tAREA = 'area',\n\tSIZE = 'size',\n\tLINE = 'line',\n\tQUARTILE = 'quartile',\n\tZOOM = 'zoom',\n}\n\n/**\n * enum of color legend types\n */\nexport enum ColorLegendType {\n\tLINEAR = 'linear',\n\tQUANTIZE = 'quantize',\n}\n\n/**\n * enum of divider status for heatmap\n */\nexport enum DividerStatus {\n\tON = 'on',\n\tAUTO = 'auto',\n\tOFF = 'off',\n}\n\n/**\n * enum of axis flavor\n */\nexport enum AxisFlavor {\n\tDEFAULT = 'default',\n\tHOVERABLE = 'hoverable',\n}\n\n/**\n * enum of supported projection types\n */\nexport enum Projection {\n\t// Azimuthal Projections\n\tgeoEqualEarth = 'geoEqualEarth',\n\n\t// Conic projections\n\tgeoAlbers = 'geoAlbers',\n\tgeoConicEqualArea = 'geoConicEqualArea',\n\tgeoConicEquidistant = 'geoConicEquidistant',\n\n\t// Cylindrical projections\n\tgeoEquirectangular = 'geoEquirectangular',\n\tgeoMercator = 'geoMercator',\n\tgeoNaturalEarth1 = 'geoNaturalEarth1',\n}\n"]}
|