@carbon/charts 1.15.5 → 1.15.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/axis-chart.d.ts +6 -6
  3. package/dist/chart.d.ts +6 -6
  4. package/dist/charts/alluvial.d.ts +4 -4
  5. package/dist/charts/area-stacked.d.ts +3 -3
  6. package/dist/charts/area.d.ts +3 -3
  7. package/dist/charts/bar-grouped.d.ts +3 -3
  8. package/dist/charts/bar-simple.d.ts +3 -3
  9. package/dist/charts/bar-stacked.d.ts +3 -3
  10. package/dist/charts/boxplot.d.ts +4 -4
  11. package/dist/charts/bubble.d.ts +3 -3
  12. package/dist/charts/bullet.d.ts +4 -4
  13. package/dist/charts/choropleth.d.ts +7 -7
  14. package/dist/charts/circle-pack.d.ts +4 -4
  15. package/dist/charts/combo.d.ts +3 -3
  16. package/dist/charts/donut.d.ts +3 -3
  17. package/dist/charts/gauge.d.ts +4 -4
  18. package/dist/charts/heatmap.d.ts +7 -7
  19. package/dist/charts/histogram.d.ts +4 -4
  20. package/dist/charts/index.d.ts +24 -24
  21. package/dist/charts/line.d.ts +3 -3
  22. package/dist/charts/lollipop.d.ts +3 -3
  23. package/dist/charts/meter.d.ts +4 -4
  24. package/dist/charts/pie.d.ts +4 -4
  25. package/dist/charts/radar.d.ts +4 -4
  26. package/dist/charts/scatter.d.ts +3 -3
  27. package/dist/charts/tree.d.ts +4 -4
  28. package/dist/charts/treemap.d.ts +4 -4
  29. package/dist/charts/wordcloud.d.ts +4 -4
  30. package/dist/{choropleth-C_tUN7Ur.mjs → choropleth-BjSHC_bZ.mjs} +1274 -1274
  31. package/dist/choropleth-BjSHC_bZ.mjs.map +1 -0
  32. package/dist/components/axes/axis.d.ts +5 -5
  33. package/dist/components/axes/chart-clip.d.ts +2 -2
  34. package/dist/components/axes/grid-brush.d.ts +1 -1
  35. package/dist/components/axes/grid.d.ts +2 -2
  36. package/dist/components/axes/hover-axis.d.ts +1 -1
  37. package/dist/components/axes/ruler-binned.d.ts +1 -1
  38. package/dist/components/axes/ruler.d.ts +2 -2
  39. package/dist/components/axes/toolbar.d.ts +1 -1
  40. package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
  41. package/dist/components/axes/zero-line.d.ts +1 -1
  42. package/dist/components/axes/zoom-bar.d.ts +3 -3
  43. package/dist/components/component.d.ts +3 -3
  44. package/dist/components/essentials/color-scale-legend.d.ts +2 -2
  45. package/dist/components/essentials/geo-projection.d.ts +1 -1
  46. package/dist/components/essentials/highlights.d.ts +3 -3
  47. package/dist/components/essentials/legend.d.ts +1 -1
  48. package/dist/components/essentials/modal.d.ts +1 -1
  49. package/dist/components/essentials/threshold.d.ts +3 -3
  50. package/dist/components/essentials/title-meter.d.ts +1 -1
  51. package/dist/components/essentials/title.d.ts +1 -1
  52. package/dist/components/essentials/tooltip.d.ts +3 -3
  53. package/dist/components/graphs/alluvial.d.ts +1 -1
  54. package/dist/components/graphs/area-stacked.d.ts +1 -1
  55. package/dist/components/graphs/area.d.ts +1 -1
  56. package/dist/components/graphs/bar-grouped.d.ts +2 -2
  57. package/dist/components/graphs/bar-simple.d.ts +1 -1
  58. package/dist/components/graphs/bar-stacked.d.ts +1 -1
  59. package/dist/components/graphs/boxplot.d.ts +1 -1
  60. package/dist/components/graphs/bubble.d.ts +3 -3
  61. package/dist/components/graphs/bullet.d.ts +1 -1
  62. package/dist/components/graphs/circle-pack.d.ts +1 -1
  63. package/dist/components/graphs/donut.d.ts +1 -1
  64. package/dist/components/graphs/gauge.d.ts +1 -1
  65. package/dist/components/graphs/heatmap.d.ts +1 -1
  66. package/dist/components/graphs/histogram.d.ts +1 -1
  67. package/dist/components/graphs/line.d.ts +1 -1
  68. package/dist/components/graphs/lollipop.d.ts +1 -1
  69. package/dist/components/graphs/meter.d.ts +1 -1
  70. package/dist/components/graphs/pie.d.ts +1 -1
  71. package/dist/components/graphs/radar.d.ts +1 -1
  72. package/dist/components/graphs/scatter-stacked.d.ts +1 -1
  73. package/dist/components/graphs/scatter.d.ts +2 -2
  74. package/dist/components/graphs/skeleton-lines.d.ts +1 -1
  75. package/dist/components/graphs/skeleton.d.ts +1 -1
  76. package/dist/components/graphs/tree.d.ts +1 -1
  77. package/dist/components/graphs/treemap.d.ts +1 -1
  78. package/dist/components/graphs/wordcloud.d.ts +2 -2
  79. package/dist/components/index.mjs +1 -1
  80. package/dist/components/layout/layout.d.ts +3 -3
  81. package/dist/configuration-non-customizable.d.ts +1 -1
  82. package/dist/configuration.d.ts +2 -2
  83. package/dist/demo/charts/index.d.ts +2 -2
  84. package/dist/demo/charts/step.d.ts +8 -8
  85. package/dist/demo/index.mjs +38 -38
  86. package/dist/demo/styles.css +585 -135
  87. package/dist/demo/styles.css.map +1 -1
  88. package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
  89. package/dist/demo/utils/stackblitz/react.d.ts +1 -1
  90. package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
  91. package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
  92. package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
  93. package/dist/index.mjs +2 -2
  94. package/dist/interfaces/axis-scales.d.ts +4 -4
  95. package/dist/interfaces/charts.d.ts +2 -2
  96. package/dist/interfaces/components.d.ts +2 -2
  97. package/dist/interfaces/services.d.ts +8 -8
  98. package/dist/model/cartesian-charts.d.ts +1 -1
  99. package/dist/model/circle-pack.d.ts +1 -1
  100. package/dist/model/heatmap.d.ts +1 -1
  101. package/dist/model/model.d.ts +3 -3
  102. package/dist/services/color-scale-utils.d.ts +1 -1
  103. package/dist/services/curves.d.ts +18 -18
  104. package/dist/services/essentials/dom-utils.d.ts +2 -2
  105. package/dist/services/essentials/files.d.ts +1 -1
  106. package/dist/services/essentials/transitions.d.ts +1 -1
  107. package/dist/services/scales-cartesian.d.ts +3 -3
  108. package/dist/services/service.d.ts +1 -1
  109. package/dist/services/time-series.d.ts +1 -1
  110. package/dist/services/zoom.d.ts +1 -1
  111. package/dist/tools.d.ts +1 -1
  112. package/dist/umd/bundle.umd.js +15 -15
  113. package/dist/umd/bundle.umd.js.map +1 -1
  114. package/package.json +13 -13
  115. package/dist/choropleth-C_tUN7Ur.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.15.7 (2024-04-18)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## 1.15.6 (2024-04-11)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **meter:** meter width shouldn't be smaller than 2px
20
+ ([#1791](https://github.com/carbon-design-system/carbon-charts/issues/1791))
21
+ ([3336aeb](https://github.com/carbon-design-system/carbon-charts/commit/3336aeb0ebc8afccf6d1e95d5b2fdd3274fd11bd))
22
+
23
+ # Change Log
24
+
25
+ All notable changes to this project will be documented in this file. See
26
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
+
6
28
  ## 1.15.5 (2024-03-21)
7
29
 
8
30
  **Note:** Version bump only for package @carbon/charts
@@ -1,10 +1,10 @@
1
- import { Chart } from './chart';
2
- import { ChartModelCartesian } from './model/cartesian-charts';
3
- import { AxisChartOptions } from './interfaces/charts';
4
- import { ChartConfig } from './interfaces/model';
5
- import { LayoutComponent } from './components/layout';
6
- import { Modal } from './components/essentials/modal';
7
1
  import { AxisChartsTooltip } from './components/essentials/tooltip-axis';
2
+ import { Modal } from './components/essentials/modal';
3
+ import { LayoutComponent } from './components/layout';
4
+ import { ChartConfig } from './interfaces/model';
5
+ import { AxisChartOptions } from './interfaces/charts';
6
+ import { ChartModelCartesian } from './model/cartesian-charts';
7
+ import { Chart } from './chart';
8
8
  export declare class AxisChart extends Chart {
9
9
  services: any;
10
10
  model: ChartModelCartesian;
package/dist/chart.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { ChartModel } from './model/model';
2
- import { ChartConfig } from './interfaces/model';
3
- import { BaseChartOptions } from './interfaces/charts';
4
- import { Component } from './components/component';
5
- import { LayoutComponent } from './components/layout';
6
- import { Modal } from './components/essentials/modal';
7
1
  import { Tooltip } from './components/essentials/tooltip';
2
+ import { Modal } from './components/essentials/modal';
3
+ import { LayoutComponent } from './components/layout';
4
+ import { Component } from './components/component';
5
+ import { BaseChartOptions } from './interfaces/charts';
6
+ import { ChartConfig } from './interfaces/model';
7
+ import { ChartModel } from './model/model';
8
8
  export declare class Chart {
9
9
  components: Component[];
10
10
  services: any;
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { AlluvialChartModel } from '../model/alluvial';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { AlluvialChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { AlluvialChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AlluvialChartModel } from '../model/alluvial';
5
+ import { Chart } from '../chart';
6
6
  export declare class AlluvialChart extends Chart {
7
7
  model: AlluvialChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AlluvialChartOptions>);
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { Component } from '../components/component';
3
- import { ChartConfig } from '../interfaces/model';
4
1
  import { AreaChartOptions } from '../interfaces/charts';
2
+ import { ChartConfig } from '../interfaces/model';
3
+ import { Component } from '../components/component';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class StackedAreaChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { AreaChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { AreaChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class AreaChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { BarChartOptions } from '../interfaces/charts';
3
- import { ChartConfig } from '../interfaces/model';
4
1
  import { Component } from '../components/component';
2
+ import { ChartConfig } from '../interfaces/model';
3
+ import { BarChartOptions } from '../interfaces/charts';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class GroupedBarChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { BarChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { BarChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class SimpleBarChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { BarChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { BarChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class StackedBarChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,8 +1,8 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { BoxplotChartModel } from '../model/boxplot';
3
- import { BoxplotChartOptions } from '../interfaces/charts';
4
- import { ChartConfig } from '../interfaces/model';
5
1
  import { Component } from '../components/component';
2
+ import { ChartConfig } from '../interfaces/model';
3
+ import { BoxplotChartOptions } from '../interfaces/charts';
4
+ import { BoxplotChartModel } from '../model/boxplot';
5
+ import { AxisChart } from '../axis-chart';
6
6
  export declare class BoxplotChart extends AxisChart {
7
7
  model: BoxplotChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BoxplotChartOptions>);
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { BubbleChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { BubbleChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class BubbleChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BubbleChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,8 +1,8 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { BulletChartModel } from '../model/bullet';
3
- import { BulletChartOptions } from '../interfaces/charts';
4
- import { ChartConfig } from '../interfaces/model';
5
1
  import { Component } from '../components/component';
2
+ import { ChartConfig } from '../interfaces/model';
3
+ import { BulletChartOptions } from '../interfaces/charts';
4
+ import { BulletChartModel } from '../model/bullet';
5
+ import { AxisChart } from '../axis-chart';
6
6
  export declare class BulletChart extends AxisChart {
7
7
  model: BulletChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BulletChartOptions>);
@@ -1,11 +1,11 @@
1
- import { Chart } from '../chart';
2
- import { ChoroplethModel } from '../model/choropleth';
3
- import { ChoroplethChartOptions } from '../interfaces/charts';
4
- import { ChartConfig } from '../interfaces/model';
5
- import { Component } from '../components/component';
6
- import { Modal } from '../components/essentials/modal';
7
- import { LayoutComponent } from '../components/layout/layout';
8
1
  import { Tooltip } from '../components/essentials/tooltip';
2
+ import { LayoutComponent } from '../components/layout/layout';
3
+ import { Modal } from '../components/essentials/modal';
4
+ import { Component } from '../components/component';
5
+ import { ChartConfig } from '../interfaces/model';
6
+ import { ChoroplethChartOptions } from '../interfaces/charts';
7
+ import { ChoroplethModel } from '../model/choropleth';
8
+ import { Chart } from '../chart';
9
9
  export declare class ExperimentalChoroplethChart extends Chart {
10
10
  model: ChoroplethModel;
11
11
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ChoroplethChartOptions>);
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { CirclePackChartModel } from '../model/circle-pack';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { CirclePackChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { CirclePackChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { CirclePackChartModel } from '../model/circle-pack';
5
+ import { Chart } from '../chart';
6
6
  export declare class CirclePackChart extends Chart {
7
7
  model: CirclePackChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<CirclePackChartOptions>);
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { ComboChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { ComboChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class ComboChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ComboChartOptions>);
7
7
  getGraphComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { PieChart } from './pie';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { PieChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { PieChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { PieChart } from './pie';
5
5
  export declare class DonutChart extends PieChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<PieChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { GaugeChartOptions } from '../interfaces/charts';
4
- import { GaugeChartModel } from '../model/gauge';
5
1
  import { Component } from '../components/component';
2
+ import { GaugeChartModel } from '../model/gauge';
3
+ import { GaugeChartOptions } from '../interfaces/charts';
4
+ import { ChartConfig } from '../interfaces/model';
5
+ import { Chart } from '../chart';
6
6
  export declare class GaugeChart extends Chart {
7
7
  model: GaugeChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<GaugeChartOptions>);
@@ -1,11 +1,11 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { HeatmapModel } from '../model/heatmap';
3
- import { HeatmapChartOptions } from '../interfaces/charts';
4
- import { ChartConfig } from '../interfaces/model';
5
- import { Component } from '../components/component';
6
- import { Modal } from '../components/essentials/modal';
7
- import { LayoutComponent } from '../components/layout/layout';
8
1
  import { AxisChartsTooltip } from '../components/essentials/tooltip-axis';
2
+ import { LayoutComponent } from '../components/layout/layout';
3
+ import { Modal } from '../components/essentials/modal';
4
+ import { Component } from '../components/component';
5
+ import { ChartConfig } from '../interfaces/model';
6
+ import { HeatmapChartOptions } from '../interfaces/charts';
7
+ import { HeatmapModel } from '../model/heatmap';
8
+ import { AxisChart } from '../axis-chart';
9
9
  export declare class HeatmapChart extends AxisChart {
10
10
  model: HeatmapModel;
11
11
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<HeatmapChartOptions>);
@@ -1,8 +1,8 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartModelBinned } from '../model/binned-charts';
3
- import { HistogramChartOptions } from '../interfaces/charts';
4
- import { ChartConfig } from '../interfaces/model';
5
1
  import { Component } from '../components/component';
2
+ import { ChartConfig } from '../interfaces/model';
3
+ import { HistogramChartOptions } from '../interfaces/charts';
4
+ import { ChartModelBinned } from '../model/binned-charts';
5
+ import { AxisChart } from '../axis-chart';
6
6
  export declare class HistogramChart extends AxisChart {
7
7
  model: ChartModelBinned;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<HistogramChartOptions>);
@@ -1,27 +1,27 @@
1
- import { AlluvialChart } from './alluvial';
2
- import { AreaChart } from './area';
3
- import { BoxplotChart } from './boxplot';
4
- import { BubbleChart } from './bubble';
5
- import { BulletChart } from './bullet';
6
- import { ExperimentalChoroplethChart } from './choropleth';
7
- import { CirclePackChart } from './circle-pack';
8
- import { ComboChart } from './combo';
9
- import { DonutChart } from './donut';
10
- import { GaugeChart } from './gauge';
11
- import { GroupedBarChart } from './bar-grouped';
12
- import { HeatmapChart } from './heatmap';
13
- import { HistogramChart } from './histogram';
14
- import { LineChart } from './line';
15
- import { LollipopChart } from './lollipop';
16
- import { MeterChart } from './meter';
17
- import { PieChart } from './pie';
18
- import { RadarChart } from './radar';
19
- import { ScatterChart } from './scatter';
20
- import { TreeChart } from './tree';
21
- import { TreemapChart } from './treemap';
22
- import { SimpleBarChart } from './bar-simple';
23
- import { StackedAreaChart } from './area-stacked';
24
- import { StackedBarChart } from './bar-stacked';
25
1
  import { WordCloudChart } from './wordcloud';
2
+ import { StackedBarChart } from './bar-stacked';
3
+ import { StackedAreaChart } from './area-stacked';
4
+ import { SimpleBarChart } from './bar-simple';
5
+ import { TreemapChart } from './treemap';
6
+ import { TreeChart } from './tree';
7
+ import { ScatterChart } from './scatter';
8
+ import { RadarChart } from './radar';
9
+ import { PieChart } from './pie';
10
+ import { MeterChart } from './meter';
11
+ import { LollipopChart } from './lollipop';
12
+ import { LineChart } from './line';
13
+ import { HistogramChart } from './histogram';
14
+ import { HeatmapChart } from './heatmap';
15
+ import { GroupedBarChart } from './bar-grouped';
16
+ import { GaugeChart } from './gauge';
17
+ import { DonutChart } from './donut';
18
+ import { ComboChart } from './combo';
19
+ import { CirclePackChart } from './circle-pack';
20
+ import { ExperimentalChoroplethChart } from './choropleth';
21
+ import { BulletChart } from './bullet';
22
+ import { BubbleChart } from './bubble';
23
+ import { BoxplotChart } from './boxplot';
24
+ import { AreaChart } from './area';
25
+ import { AlluvialChart } from './alluvial';
26
26
  export { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart };
27
27
  export type Charts = AlluvialChart | AreaChart | BoxplotChart | BubbleChart | BulletChart | ExperimentalChoroplethChart | CirclePackChart | ComboChart | DonutChart | GaugeChart | GroupedBarChart | HeatmapChart | HistogramChart | LineChart | LollipopChart | MeterChart | PieChart | RadarChart | ScatterChart | SimpleBarChart | StackedAreaChart | StackedBarChart | TreeChart | TreemapChart | WordCloudChart;
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { LineChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { LineChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class LineChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LineChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { LollipopChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { LollipopChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class LollipopChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LollipopChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { MeterChartModel } from '../model/meter';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { MeterChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { MeterChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { MeterChartModel } from '../model/meter';
5
+ import { Chart } from '../chart';
6
6
  export declare class MeterChart extends Chart {
7
7
  model: MeterChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<MeterChartOptions>);
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { PieChartModel } from '../model/pie';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { PieChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { PieChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { PieChartModel } from '../model/pie';
5
+ import { Chart } from '../chart';
6
6
  export declare class PieChart extends Chart {
7
7
  model: PieChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<PieChartOptions>, extending?: boolean);
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { RadarChartModel } from '../model/radar';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { RadarChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { RadarChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { RadarChartModel } from '../model/radar';
5
+ import { Chart } from '../chart';
6
6
  export declare class RadarChart extends Chart {
7
7
  model: RadarChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<RadarChartOptions>);
@@ -1,7 +1,7 @@
1
- import { AxisChart } from '../axis-chart';
2
- import { ChartConfig } from '../interfaces/model';
3
- import { ScatterChartOptions } from '../interfaces/charts';
4
1
  import { Component } from '../components/component';
2
+ import { ScatterChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { AxisChart } from '../axis-chart';
5
5
  export declare class ScatterChart extends AxisChart {
6
6
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ScatterChartOptions>);
7
7
  getComponents(): Component[];
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { TreeChartModel } from '../model/tree';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { TreeChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { TreeChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { TreeChartModel } from '../model/tree';
5
+ import { Chart } from '../chart';
6
6
  export declare class TreeChart extends Chart {
7
7
  model: TreeChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<TreeChartOptions>);
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { TreemapChartModel } from '../model/treemap';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { TreemapChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { TreemapChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { TreemapChartModel } from '../model/treemap';
5
+ import { Chart } from '../chart';
6
6
  export declare class TreemapChart extends Chart {
7
7
  model: TreemapChartModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<TreemapChartOptions>);
@@ -1,8 +1,8 @@
1
- import { Chart } from '../chart';
2
- import { WordCloudModel } from '../model/wordcloud';
3
- import { ChartConfig } from '../interfaces/model';
4
- import { WorldCloudChartOptions } from '../interfaces/charts';
5
1
  import { Component } from '../components/component';
2
+ import { WorldCloudChartOptions } from '../interfaces/charts';
3
+ import { ChartConfig } from '../interfaces/model';
4
+ import { WordCloudModel } from '../model/wordcloud';
5
+ import { Chart } from '../chart';
6
6
  export declare class WordCloudChart extends Chart {
7
7
  model: WordCloudModel;
8
8
  constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<WorldCloudChartOptions>);