@carbon/charts 0.41.20 → 0.41.24
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 +28 -46
- package/axis-chart.d.ts +4 -4
- package/axis-chart.js +46 -46
- package/axis-chart.js.map +1 -1
- package/build/demo/create-codesandbox.d.ts +42 -42
- package/build/demo/data/bar.d.ts +2 -2
- package/build/demo/data/index.d.ts +13 -13
- package/build/demo/data/line.d.ts +4 -4
- package/build/demo/data/meter.d.ts +1 -1
- package/build/src/axis-chart.d.ts +4 -4
- package/build/src/chart.d.ts +3 -3
- package/build/src/charts/area-stacked.d.ts +2 -2
- package/build/src/charts/area.d.ts +2 -2
- package/build/src/charts/bar-grouped.d.ts +2 -2
- package/build/src/charts/bar-simple.d.ts +2 -2
- package/build/src/charts/bar-stacked.d.ts +2 -2
- package/build/src/charts/bubble.d.ts +2 -2
- package/build/src/charts/combo.d.ts +2 -2
- package/build/src/charts/donut.d.ts +2 -2
- package/build/src/charts/gauge.d.ts +3 -3
- package/build/src/charts/index.d.ts +16 -16
- package/build/src/charts/line.d.ts +2 -2
- package/build/src/charts/lollipop.d.ts +2 -2
- package/build/src/charts/meter.d.ts +3 -3
- package/build/src/charts/pie.d.ts +3 -3
- package/build/src/charts/radar.d.ts +2 -2
- package/build/src/charts/scatter.d.ts +2 -2
- package/build/src/charts/treemap.d.ts +2 -2
- package/build/src/components/axes/axis.d.ts +3 -3
- package/build/src/components/axes/chart-clip.d.ts +2 -2
- package/build/src/components/axes/grid-brush.d.ts +1 -1
- package/build/src/components/axes/grid.d.ts +1 -1
- package/build/src/components/axes/ruler-stacked.d.ts +1 -1
- package/build/src/components/axes/ruler.d.ts +2 -2
- package/build/src/components/axes/toolbar.d.ts +2 -2
- package/build/src/components/axes/two-dimensional-axes.d.ts +2 -2
- package/build/src/components/axes/zero-line.d.ts +1 -1
- package/build/src/components/axes/zoom-bar.d.ts +2 -2
- package/build/src/components/component.d.ts +1 -1
- package/build/src/components/essentials/legend.d.ts +1 -1
- package/build/src/components/essentials/threshold.d.ts +3 -3
- package/build/src/components/essentials/title-meter.d.ts +1 -1
- package/build/src/components/essentials/title.d.ts +1 -1
- package/build/src/components/essentials/tooltip-axis.d.ts +1 -1
- package/build/src/components/essentials/tooltip.d.ts +3 -3
- package/build/src/components/graphs/area-stacked.d.ts +1 -1
- package/build/src/components/graphs/area.d.ts +1 -1
- package/build/src/components/graphs/bar-grouped.d.ts +2 -2
- package/build/src/components/graphs/bar-simple.d.ts +1 -1
- package/build/src/components/graphs/bar-stacked.d.ts +1 -1
- package/build/src/components/graphs/bar.d.ts +1 -1
- package/build/src/components/graphs/bubble.d.ts +2 -2
- package/build/src/components/graphs/donut.d.ts +1 -1
- package/build/src/components/graphs/gauge.d.ts +1 -1
- package/build/src/components/graphs/line.d.ts +1 -1
- package/build/src/components/graphs/lollipop.d.ts +1 -1
- package/build/src/components/graphs/meter.d.ts +1 -1
- package/build/src/components/graphs/pie.d.ts +1 -1
- package/build/src/components/graphs/radar.d.ts +1 -1
- package/build/src/components/graphs/scatter-stacked.d.ts +1 -1
- package/build/src/components/graphs/scatter.d.ts +2 -2
- package/build/src/components/graphs/skeleton-lines.d.ts +1 -1
- package/build/src/components/graphs/skeleton.d.ts +1 -1
- package/build/src/components/graphs/treemap.d.ts +1 -1
- package/build/src/components/index.d.ts +36 -36
- package/build/src/components/layout/layout.d.ts +3 -3
- package/build/src/components/layout/spacer.d.ts +1 -1
- package/build/src/configuration-non-customizable.d.ts +7 -7
- package/build/src/configuration.d.ts +2 -2
- package/build/src/interfaces/axis-scales.d.ts +7 -7
- package/build/src/interfaces/charts.d.ts +11 -4
- package/build/src/interfaces/components.d.ts +3 -3
- package/build/src/interfaces/enums.d.ts +1 -1
- package/build/src/interfaces/index.d.ts +7 -7
- package/build/src/interfaces/layout.d.ts +1 -1
- package/build/src/interfaces/model.d.ts +1 -1
- package/build/src/model-cartesian-charts.d.ts +1 -1
- package/build/src/model-gauge.d.ts +1 -1
- package/build/src/model-meter.d.ts +1 -1
- package/build/src/model-pie.d.ts +1 -1
- package/build/src/model.d.ts +1 -9
- package/build/src/services/angle-utils.d.ts +1 -1
- package/build/src/services/curves.d.ts +2 -2
- package/build/src/services/essentials/dom-utils.d.ts +2 -2
- package/build/src/services/essentials/events.d.ts +1 -1
- package/build/src/services/essentials/gradient-utils.d.ts +1 -1
- package/build/src/services/essentials/transitions.d.ts +2 -2
- package/build/src/services/index.d.ts +7 -7
- package/build/src/services/scales-cartesian.d.ts +2 -2
- package/build/src/services/service.d.ts +1 -1
- package/build/src/services/time-series.d.ts +1 -1
- package/build/src/services/zoom.d.ts +2 -2
- package/build/src/tools.d.ts +2 -2
- package/build/stories/all.stories.d.ts +1 -1
- package/build/stories/tutorials/index.d.ts +11 -11
- package/build/stories/tutorials.stories.d.ts +1 -1
- package/bundle.js +1 -1
- package/chart.d.ts +3 -3
- package/chart.js +35 -35
- package/chart.js.map +1 -1
- package/charts/area-stacked.d.ts +2 -2
- package/charts/area-stacked.js +8 -8
- package/charts/area-stacked.js.map +1 -1
- package/charts/area.d.ts +2 -2
- package/charts/area.js +8 -8
- package/charts/area.js.map +1 -1
- package/charts/bar-grouped.d.ts +2 -2
- package/charts/bar-grouped.js +7 -7
- package/charts/bar-grouped.js.map +1 -1
- package/charts/bar-simple.d.ts +2 -2
- package/charts/bar-simple.js +7 -7
- package/charts/bar-simple.js.map +1 -1
- package/charts/bar-stacked.d.ts +2 -2
- package/charts/bar-stacked.js +7 -7
- package/charts/bar-stacked.js.map +1 -1
- package/charts/bubble.d.ts +2 -2
- package/charts/bubble.js +7 -7
- package/charts/bubble.js.map +1 -1
- package/charts/combo.d.ts +2 -2
- package/charts/combo.js +12 -12
- package/charts/combo.js.map +1 -1
- package/charts/donut.d.ts +2 -2
- package/charts/donut.js +7 -7
- package/charts/donut.js.map +1 -1
- package/charts/gauge.d.ts +3 -3
- package/charts/gauge.js +5 -5
- package/charts/gauge.js.map +1 -1
- package/charts/index.d.ts +16 -16
- package/charts/index.js +16 -16
- package/charts/index.js.map +1 -1
- package/charts/line.d.ts +2 -2
- package/charts/line.js +5 -5
- package/charts/line.js.map +1 -1
- package/charts/lollipop.d.ts +2 -2
- package/charts/lollipop.js +7 -7
- package/charts/lollipop.js.map +1 -1
- package/charts/meter.d.ts +3 -3
- package/charts/meter.js +18 -18
- package/charts/meter.js.map +1 -1
- package/charts/pie.d.ts +3 -3
- package/charts/pie.js +8 -8
- package/charts/pie.js.map +1 -1
- package/charts/radar.d.ts +2 -2
- package/charts/radar.js +5 -5
- package/charts/radar.js.map +1 -1
- package/charts/scatter.d.ts +2 -2
- package/charts/scatter.js +7 -7
- package/charts/scatter.js.map +1 -1
- package/charts/treemap.d.ts +2 -2
- package/charts/treemap.js +4 -4
- package/charts/treemap.js.map +1 -1
- package/components/axes/axis.d.ts +3 -3
- package/components/axes/axis.js +98 -98
- package/components/axes/axis.js.map +1 -1
- package/components/axes/chart-clip.d.ts +2 -2
- package/components/axes/chart-clip.js +9 -9
- package/components/axes/chart-clip.js.map +1 -1
- package/components/axes/grid-brush.d.ts +1 -1
- package/components/axes/grid-brush.js +32 -32
- package/components/axes/grid-brush.js.map +1 -1
- package/components/axes/grid.d.ts +1 -1
- package/components/axes/grid.js +34 -34
- package/components/axes/grid.js.map +1 -1
- package/components/axes/ruler-stacked.d.ts +1 -1
- package/components/axes/ruler-stacked.js +5 -5
- package/components/axes/ruler-stacked.js.map +1 -1
- package/components/axes/ruler.d.ts +2 -2
- package/components/axes/ruler.js +36 -36
- package/components/axes/ruler.js.map +1 -1
- package/components/axes/toolbar.d.ts +2 -2
- package/components/axes/toolbar.js +85 -85
- package/components/axes/toolbar.js.map +1 -1
- package/components/axes/two-dimensional-axes.d.ts +2 -2
- package/components/axes/two-dimensional-axes.js +13 -13
- package/components/axes/two-dimensional-axes.js.map +1 -1
- package/components/axes/zero-line.d.ts +1 -1
- package/components/axes/zero-line.js +12 -12
- package/components/axes/zero-line.js.map +1 -1
- package/components/axes/zoom-bar.d.ts +2 -2
- package/components/axes/zoom-bar.js +114 -114
- package/components/axes/zoom-bar.js.map +1 -1
- package/components/component.d.ts +1 -1
- package/components/component.js +13 -13
- package/components/component.js.map +1 -1
- package/components/essentials/legend.d.ts +1 -1
- package/components/essentials/legend.js +95 -92
- package/components/essentials/legend.js.map +1 -1
- package/components/essentials/threshold.d.ts +3 -3
- package/components/essentials/threshold.js +39 -39
- package/components/essentials/threshold.js.map +1 -1
- package/components/essentials/title-meter.d.ts +1 -1
- package/components/essentials/title-meter.js +42 -42
- package/components/essentials/title-meter.js.map +1 -1
- package/components/essentials/title.d.ts +1 -1
- package/components/essentials/title.js +19 -19
- package/components/essentials/title.js.map +1 -1
- package/components/essentials/tooltip-axis.d.ts +1 -1
- package/components/essentials/tooltip-axis.js +23 -23
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/essentials/tooltip.d.ts +3 -3
- package/components/essentials/tooltip.js +31 -31
- package/components/essentials/tooltip.js.map +1 -1
- package/components/graphs/area-stacked.d.ts +1 -1
- package/components/graphs/area-stacked.js +28 -29
- package/components/graphs/area-stacked.js.map +1 -1
- package/components/graphs/area.d.ts +1 -1
- package/components/graphs/area.js +62 -57
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/bar-grouped.d.ts +2 -2
- package/components/graphs/bar-grouped.js +56 -56
- package/components/graphs/bar-grouped.js.map +1 -1
- package/components/graphs/bar-simple.d.ts +1 -1
- package/components/graphs/bar-simple.js +45 -45
- package/components/graphs/bar-simple.js.map +1 -1
- package/components/graphs/bar-stacked.d.ts +1 -1
- package/components/graphs/bar-stacked.js +50 -51
- package/components/graphs/bar-stacked.js.map +1 -1
- package/components/graphs/bar.d.ts +1 -1
- package/components/graphs/bar.js +4 -4
- package/components/graphs/bar.js.map +1 -1
- package/components/graphs/bubble.d.ts +2 -2
- package/components/graphs/bubble.js +19 -19
- package/components/graphs/bubble.js.map +1 -1
- package/components/graphs/donut.d.ts +1 -1
- package/components/graphs/donut.js +20 -20
- package/components/graphs/donut.js.map +1 -1
- package/components/graphs/gauge.d.ts +1 -1
- package/components/graphs/gauge.js +89 -87
- package/components/graphs/gauge.js.map +1 -1
- package/components/graphs/line.d.ts +1 -1
- package/components/graphs/line.js +33 -33
- package/components/graphs/line.js.map +1 -1
- package/components/graphs/lollipop.d.ts +1 -1
- package/components/graphs/lollipop.js +32 -32
- package/components/graphs/lollipop.js.map +1 -1
- package/components/graphs/meter.d.ts +1 -1
- package/components/graphs/meter.js +39 -39
- package/components/graphs/meter.js.map +1 -1
- package/components/graphs/pie.d.ts +1 -1
- package/components/graphs/pie.js +102 -100
- package/components/graphs/pie.js.map +1 -1
- package/components/graphs/radar.d.ts +1 -1
- package/components/graphs/radar.js +180 -180
- package/components/graphs/radar.js.map +1 -1
- package/components/graphs/scatter-stacked.d.ts +1 -1
- package/components/graphs/scatter-stacked.js +22 -22
- package/components/graphs/scatter-stacked.js.map +1 -1
- package/components/graphs/scatter.d.ts +2 -2
- package/components/graphs/scatter.js +67 -66
- package/components/graphs/scatter.js.map +1 -1
- package/components/graphs/skeleton-lines.d.ts +1 -1
- package/components/graphs/skeleton-lines.js +27 -27
- package/components/graphs/skeleton-lines.js.map +1 -1
- package/components/graphs/skeleton.d.ts +1 -1
- package/components/graphs/skeleton.js +85 -85
- package/components/graphs/skeleton.js.map +1 -1
- package/components/graphs/treemap.d.ts +1 -1
- package/components/graphs/treemap.js +82 -82
- package/components/graphs/treemap.js.map +1 -1
- package/components/index.d.ts +36 -36
- package/components/index.js +36 -36
- package/components/index.js.map +1 -1
- package/components/layout/layout.d.ts +3 -3
- package/components/layout/layout.js +28 -28
- package/components/layout/layout.js.map +1 -1
- package/components/layout/spacer.d.ts +1 -1
- package/components/layout/spacer.js +10 -10
- package/components/layout/spacer.js.map +1 -1
- package/configuration-non-customizable.d.ts +7 -7
- package/configuration-non-customizable.js +37 -37
- package/configuration-non-customizable.js.map +1 -1
- package/configuration.d.ts +2 -2
- package/configuration.js +81 -78
- package/configuration.js.map +1 -1
- package/demo/create-codesandbox.d.ts +42 -42
- package/demo/create-codesandbox.js +100 -100
- package/demo/create-codesandbox.js.map +1 -1
- package/demo/data/area.js +220 -190
- package/demo/data/area.js.map +1 -1
- package/demo/data/bar.d.ts +2 -2
- package/demo/data/bar.js +302 -302
- package/demo/data/bar.js.map +1 -1
- package/demo/data/bubble.js +108 -108
- package/demo/data/bubble.js.map +1 -1
- package/demo/data/combo.js +323 -323
- package/demo/data/combo.js.map +1 -1
- package/demo/data/donut.js +19 -19
- package/demo/data/donut.js.map +1 -1
- package/demo/data/gauge.js +20 -20
- package/demo/data/gauge.js.map +1 -1
- package/demo/data/high-scale.js +3 -3
- package/demo/data/high-scale.js.map +1 -1
- package/demo/data/index.d.ts +13 -13
- package/demo/data/index.js +299 -299
- package/demo/data/index.js.map +1 -1
- package/demo/data/line.d.ts +4 -4
- package/demo/data/line.js +332 -332
- package/demo/data/line.js.map +1 -1
- package/demo/data/lollipop.js +19 -19
- package/demo/data/lollipop.js.map +1 -1
- package/demo/data/meter.d.ts +1 -1
- package/demo/data/meter.js +22 -22
- package/demo/data/meter.js.map +1 -1
- package/demo/data/pie.js +17 -17
- package/demo/data/pie.js.map +1 -1
- package/demo/data/radar.js +84 -84
- package/demo/data/radar.js.map +1 -1
- package/demo/data/scatter.js +125 -125
- package/demo/data/scatter.js.map +1 -1
- package/demo/data/step.js +11 -11
- package/demo/data/step.js.map +1 -1
- package/demo/data/time-series-axis.js +164 -164
- package/demo/data/time-series-axis.js.map +1 -1
- package/demo/data/toolbar.js +15 -15
- package/demo/data/toolbar.js.map +1 -1
- package/demo/data/treemap.js +63 -63
- package/demo/data/treemap.js.map +1 -1
- package/demo/data/zoom-bar.js +65 -65
- package/demo/data/zoom-bar.js.map +1 -1
- package/demo/styles.css +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/tsconfig.tsbuildinfo +45 -45
- package/index.d.ts +3 -3
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/interfaces/a11y.js.map +1 -1
- package/interfaces/axis-scales.d.ts +7 -7
- package/interfaces/axis-scales.js.map +1 -1
- package/interfaces/charts.d.ts +11 -4
- package/interfaces/charts.js.map +1 -1
- package/interfaces/components.d.ts +3 -3
- package/interfaces/components.js.map +1 -1
- package/interfaces/enums.d.ts +1 -1
- package/interfaces/enums.js +1 -1
- package/interfaces/enums.js.map +1 -1
- package/interfaces/events.js.map +1 -1
- package/interfaces/index.d.ts +7 -7
- package/interfaces/index.js +2 -2
- package/interfaces/index.js.map +1 -1
- package/interfaces/layout.d.ts +1 -1
- package/interfaces/layout.js.map +1 -1
- package/interfaces/model.d.ts +1 -1
- package/interfaces/model.js.map +1 -1
- package/model-cartesian-charts.d.ts +1 -1
- package/model-cartesian-charts.js +7 -7
- package/model-cartesian-charts.js.map +1 -1
- package/model-gauge.d.ts +1 -1
- package/model-gauge.js +2 -2
- package/model-gauge.js.map +1 -1
- package/model-meter.d.ts +1 -1
- package/model-meter.js +7 -7
- package/model-meter.js.map +1 -1
- package/model-pie.d.ts +1 -1
- package/model-pie.js +1 -1
- package/model-pie.js.map +1 -1
- package/model.d.ts +1 -9
- package/model.js +31 -42
- package/model.js.map +1 -1
- package/package.json +2 -3
- package/polyfills.js +9 -9
- package/polyfills.js.map +1 -1
- package/services/angle-utils.d.ts +1 -1
- package/services/angle-utils.js +9 -9
- package/services/angle-utils.js.map +1 -1
- package/services/curves.d.ts +2 -2
- package/services/curves.js +6 -6
- package/services/curves.js.map +1 -1
- package/services/essentials/dom-utils.d.ts +2 -2
- package/services/essentials/dom-utils.js +37 -37
- package/services/essentials/dom-utils.js.map +1 -1
- package/services/essentials/events.d.ts +1 -1
- package/services/essentials/events.js +3 -3
- package/services/essentials/events.js.map +1 -1
- package/services/essentials/gradient-utils.d.ts +1 -1
- package/services/essentials/gradient-utils.js +25 -25
- package/services/essentials/gradient-utils.js.map +1 -1
- package/services/essentials/transitions.d.ts +2 -2
- package/services/essentials/transitions.js +8 -8
- package/services/essentials/transitions.js.map +1 -1
- package/services/index.d.ts +7 -7
- package/services/index.js +7 -7
- package/services/index.js.map +1 -1
- package/services/scales-cartesian.d.ts +2 -2
- package/services/scales-cartesian.js +57 -60
- package/services/scales-cartesian.js.map +1 -1
- package/services/service.d.ts +1 -1
- package/services/service.js.map +1 -1
- package/services/time-series.d.ts +1 -1
- package/services/time-series.js +27 -27
- package/services/time-series.js.map +1 -1
- package/services/zoom.d.ts +2 -2
- package/services/zoom.js +20 -20
- package/services/zoom.js.map +1 -1
- package/styles/_type.scss +7 -7
- package/styles/color-palatte.scss +218 -218
- package/styles/colors.scss +3 -3
- package/styles/components/_axis.scss +5 -5
- package/styles/components/_ruler.scss +2 -2
- package/styles/components/_threshold.scss +1 -1
- package/styles/components/_title.scss +3 -3
- package/styles/components/_toolbar.scss +1 -1
- package/styles/components/_tooltip.scss +6 -6
- package/styles/components/index.scss +16 -16
- package/styles/graphs/_bubble.scss +1 -1
- package/styles/graphs/_radar.scss +2 -2
- package/styles/graphs/_scatter.scss +1 -1
- package/styles/graphs/_treemap.scss +1 -1
- package/styles/graphs/index.scss +9 -9
- package/styles/styles-g10.scss +2 -2
- package/styles/styles-g100.scss +2 -2
- package/styles/styles-g90.scss +2 -2
- package/styles/styles-white.scss +2 -2
- package/styles/styles.scss +10 -10
- package/tools.d.ts +2 -2
- package/tools.js +26 -26
- package/tools.js.map +1 -1
- package/tsconfig.tsbuildinfo +173 -173
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Chart } from
|
|
2
|
-
import { ChartModelCartesian } from
|
|
3
|
-
import { ChartConfig, AxisChartOptions } from
|
|
4
|
-
import { LayoutComponent, AxisChartsTooltip } from
|
|
1
|
+
import { Chart } from './chart';
|
|
2
|
+
import { ChartModelCartesian } from './model-cartesian-charts';
|
|
3
|
+
import { ChartConfig, AxisChartOptions } from './interfaces';
|
|
4
|
+
import { LayoutComponent, AxisChartsTooltip } from './components';
|
|
5
5
|
export declare class AxisChart extends Chart {
|
|
6
6
|
services: any;
|
|
7
7
|
model: ChartModelCartesian;
|
package/build/src/chart.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChartConfig, BaseChartOptions } from
|
|
2
|
-
import { ChartModel } from
|
|
3
|
-
import { Component, LayoutComponent, Tooltip } from
|
|
1
|
+
import { ChartConfig, BaseChartOptions } from './interfaces';
|
|
2
|
+
import { ChartModel } from './model';
|
|
3
|
+
import { Component, LayoutComponent, Tooltip } from './components';
|
|
4
4
|
export declare class Chart {
|
|
5
5
|
components: Component[];
|
|
6
6
|
services: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, AreaChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, AreaChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class StackedAreaChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<AreaChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, AreaChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, AreaChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class AreaChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<AreaChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { BarChartOptions, ChartConfig } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { BarChartOptions, ChartConfig } from '../interfaces/index';
|
|
3
3
|
export declare class GroupedBarChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<BarChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { BarChartOptions, ChartConfig } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { BarChartOptions, ChartConfig } from '../interfaces/index';
|
|
3
3
|
export declare class SimpleBarChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<BarChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, BarChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, BarChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class StackedBarChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<BarChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, BubbleChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, BubbleChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class BubbleChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<BubbleChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, ComboChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, ComboChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class ComboChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<ComboChartOptions>);
|
|
5
5
|
getGraphComponents(): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PieChart } from
|
|
2
|
-
import { ChartConfig, PieChartOptions } from
|
|
1
|
+
import { PieChart } from './pie';
|
|
2
|
+
import { ChartConfig, PieChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class DonutChart extends PieChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<PieChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Chart } from
|
|
2
|
-
import { ChartConfig, GaugeChartOptions } from
|
|
3
|
-
import { GaugeChartModel } from
|
|
1
|
+
import { Chart } from '../chart';
|
|
2
|
+
import { ChartConfig, GaugeChartOptions } from '../interfaces/index';
|
|
3
|
+
import { GaugeChartModel } from './../model-gauge';
|
|
4
4
|
export declare class GaugeChart extends Chart {
|
|
5
5
|
model: GaugeChartModel;
|
|
6
6
|
constructor(holder: Element, chartConfigs: ChartConfig<GaugeChartOptions>);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
1
|
+
export * from './area';
|
|
2
|
+
export * from './area-stacked';
|
|
3
|
+
export * from './bar-simple';
|
|
4
|
+
export * from './bar-grouped';
|
|
5
|
+
export * from './bar-stacked';
|
|
6
|
+
export * from './bubble';
|
|
7
|
+
export * from './line';
|
|
8
|
+
export * from './lollipop';
|
|
9
|
+
export * from './scatter';
|
|
10
|
+
export * from './pie';
|
|
11
|
+
export * from './donut';
|
|
12
|
+
export * from './meter';
|
|
13
|
+
export * from './radar';
|
|
14
|
+
export * from './gauge';
|
|
15
|
+
export * from './combo';
|
|
16
|
+
export * from './treemap';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, LineChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, LineChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class LineChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<LineChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, LollipopChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, LollipopChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class LollipopChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<LollipopChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MeterChartModel } from
|
|
2
|
-
import { Chart } from
|
|
3
|
-
import { ChartConfig, MeterChartOptions } from
|
|
1
|
+
import { MeterChartModel } from '../model-meter';
|
|
2
|
+
import { Chart } from '../chart';
|
|
3
|
+
import { ChartConfig, MeterChartOptions } from '../interfaces/index';
|
|
4
4
|
export declare class MeterChart extends Chart {
|
|
5
5
|
model: MeterChartModel;
|
|
6
6
|
constructor(holder: Element, chartConfigs: ChartConfig<MeterChartOptions>);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PieChartModel } from
|
|
2
|
-
import { Chart } from
|
|
3
|
-
import { ChartConfig, PieChartOptions } from
|
|
1
|
+
import { PieChartModel } from '../model-pie';
|
|
2
|
+
import { Chart } from '../chart';
|
|
3
|
+
import { ChartConfig, PieChartOptions } from '../interfaces/index';
|
|
4
4
|
export declare class PieChart extends Chart {
|
|
5
5
|
model: PieChartModel;
|
|
6
6
|
constructor(holder: Element, chartConfigs: ChartConfig<PieChartOptions>, extending?: boolean);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Chart } from
|
|
2
|
-
import { ChartConfig, RadarChartOptions } from
|
|
1
|
+
import { Chart } from '../chart';
|
|
2
|
+
import { ChartConfig, RadarChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class RadarChart extends Chart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<RadarChartOptions>, extending?: boolean);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AxisChart } from
|
|
2
|
-
import { ChartConfig, ScatterChartOptions } from
|
|
1
|
+
import { AxisChart } from '../axis-chart';
|
|
2
|
+
import { ChartConfig, ScatterChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class ScatterChart extends AxisChart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<ScatterChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Chart } from
|
|
2
|
-
import { ChartConfig, TreemapChartOptions } from
|
|
1
|
+
import { Chart } from '../chart';
|
|
2
|
+
import { ChartConfig, TreemapChartOptions } from '../interfaces/index';
|
|
3
3
|
export declare class TreemapChart extends Chart {
|
|
4
4
|
constructor(holder: Element, chartConfigs: ChartConfig<TreemapChartOptions>);
|
|
5
5
|
getComponents(): any[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { ScaleTypes } from
|
|
3
|
-
import { ChartModel } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { ScaleTypes } from '../../interfaces';
|
|
3
|
+
import { ChartModel } from '../../model';
|
|
4
4
|
export declare class Axis extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
margins: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { Selection } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { Selection } from 'd3-selection';
|
|
3
3
|
declare type GenericSvgSelection = Selection<SVGElement, any, SVGElement, any>;
|
|
4
4
|
export declare class Ruler extends Component {
|
|
5
5
|
type: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { ToolbarControlTypes } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { ToolbarControlTypes } from '../../interfaces';
|
|
3
3
|
export declare class Toolbar extends Component {
|
|
4
4
|
type: string;
|
|
5
5
|
overflowButton: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { Threshold } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { Threshold } from '../essentials/threshold';
|
|
3
3
|
export declare class TwoDimensionalAxes extends Component {
|
|
4
4
|
type: string;
|
|
5
5
|
children: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { ChartModelCartesian } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { ChartModelCartesian } from '../../model-cartesian-charts';
|
|
3
3
|
export declare class ZoomBar extends Component {
|
|
4
4
|
type: string;
|
|
5
5
|
MIN_SELECTION_DIFF: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { ChartModel } from
|
|
3
|
-
import Position from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { ChartModel } from '../../model';
|
|
3
|
+
import Position from '@carbon/utils-position';
|
|
4
4
|
export declare class Threshold extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
threshold: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { ChartModel } from
|
|
3
|
-
import Position from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { ChartModel } from '../../model';
|
|
3
|
+
import Position from '@carbon/utils-position';
|
|
4
4
|
export declare class Tooltip extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
isEventListenerAdded: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Scatter } from
|
|
2
|
-
import { Selection } from
|
|
1
|
+
import { Scatter } from './scatter';
|
|
2
|
+
import { Selection } from 'd3-selection';
|
|
3
3
|
export declare class Bubble extends Scatter {
|
|
4
4
|
type: string;
|
|
5
5
|
getRadiusScale(selection: Selection<any, any, any, any>): import("d3-scale").ScaleLinear<number, number>;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
35
|
-
export * from
|
|
36
|
-
export * from
|
|
1
|
+
export * from './component';
|
|
2
|
+
export * from './essentials/legend';
|
|
3
|
+
export * from './essentials/threshold';
|
|
4
|
+
export * from './essentials/title';
|
|
5
|
+
export * from './essentials/title-meter';
|
|
6
|
+
export * from './essentials/tooltip';
|
|
7
|
+
export * from './essentials/tooltip-axis';
|
|
8
|
+
export * from './graphs/area';
|
|
9
|
+
export * from './graphs/area-stacked';
|
|
10
|
+
export * from './graphs/bar-simple';
|
|
11
|
+
export * from './graphs/bar-grouped';
|
|
12
|
+
export * from './graphs/bar-stacked';
|
|
13
|
+
export * from './graphs/bubble';
|
|
14
|
+
export * from './graphs/line';
|
|
15
|
+
export * from './graphs/lollipop';
|
|
16
|
+
export * from './graphs/scatter';
|
|
17
|
+
export * from './graphs/scatter-stacked';
|
|
18
|
+
export * from './graphs/pie';
|
|
19
|
+
export * from './graphs/gauge';
|
|
20
|
+
export * from './graphs/donut';
|
|
21
|
+
export * from './graphs/skeleton';
|
|
22
|
+
export * from './graphs/skeleton-lines';
|
|
23
|
+
export * from './graphs/treemap';
|
|
24
|
+
export * from './graphs/radar';
|
|
25
|
+
export * from './layout/spacer';
|
|
26
|
+
export * from './layout/layout';
|
|
27
|
+
export * from './axes/two-dimensional-axes';
|
|
28
|
+
export * from './axes/axis';
|
|
29
|
+
export * from './axes/grid-brush';
|
|
30
|
+
export * from './axes/chart-clip';
|
|
31
|
+
export * from './axes/grid';
|
|
32
|
+
export * from './axes/ruler';
|
|
33
|
+
export * from './axes/ruler-stacked';
|
|
34
|
+
export * from './axes/toolbar';
|
|
35
|
+
export * from './axes/zero-line';
|
|
36
|
+
export * from './axes/zoom-bar';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import { LayoutComponentChild, LayoutConfigs } from
|
|
3
|
-
import { ChartModel } from
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { LayoutComponentChild, LayoutConfigs } from '../../interfaces/index';
|
|
3
|
+
import { ChartModel } from '../../model';
|
|
4
4
|
export declare class LayoutComponent extends Component {
|
|
5
5
|
static instanceID: number;
|
|
6
6
|
type: string;
|