@carbon/charts 0.41.44 → 0.41.48

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.41.44](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.43...v0.41.44) (2021-03-24)
6
+ ## [0.41.48](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.47...v0.41.48) (2021-03-31)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.43](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.42...v0.41.43) (2021-03-15)
14
+ ## [0.41.47](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.46...v0.41.47) (2021-03-30)
15
15
 
16
16
  **Note:** Version bump only for package @carbon/charts
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [0.41.42](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.41...v0.41.42) (2021-03-12)
22
+ ## [0.41.46](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.45...v0.41.46) (2021-03-29)
23
23
 
24
24
  **Note:** Version bump only for package @carbon/charts
25
25
 
@@ -27,7 +27,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
 
28
28
 
29
29
 
30
- ## [0.41.41](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.40...v0.41.41) (2021-03-02)
30
+ # Change Log
31
+
32
+ All notable changes to this project will be documented in this file. See
33
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
34
+
35
+ ## [0.41.45](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.44...v0.41.45) (2021-03-29)
31
36
 
32
37
  **Note:** Version bump only for package @carbon/charts
33
38
 
@@ -35,7 +40,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
40
 
36
41
 
37
42
 
38
- ## [0.41.40](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.39...v0.41.40) (2021-03-01)
43
+ ## [0.41.44](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.43...v0.41.44) (2021-03-24)
39
44
 
40
45
  **Note:** Version bump only for package @carbon/charts
41
46
 
@@ -43,30 +48,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
43
48
 
44
49
 
45
50
 
46
- ## [0.41.39](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.38...v0.41.39) (2021-02-25)
51
+ ## [0.41.43](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.42...v0.41.43) (2021-03-15)
47
52
 
48
53
  **Note:** Version bump only for package @carbon/charts
49
54
 
55
+ ## [0.41.42](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.41...v0.41.42) (2021-03-12)
50
56
 
57
+ **Note:** Version bump only for package @carbon/charts
51
58
 
59
+ ## [0.41.41](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.40...v0.41.41) (2021-03-02)
52
60
 
61
+ **Note:** Version bump only for package @carbon/charts
53
62
 
54
- ## [0.41.38](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.37...v0.41.38) (2021-02-23)
63
+ ## [0.41.40](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.39...v0.41.40) (2021-03-01)
55
64
 
56
65
  **Note:** Version bump only for package @carbon/charts
57
66
 
67
+ ## [0.41.39](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.38...v0.41.39) (2021-02-25)
58
68
 
69
+ **Note:** Version bump only for package @carbon/charts
59
70
 
71
+ ## [0.41.38](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.37...v0.41.38) (2021-02-23)
60
72
 
73
+ **Note:** Version bump only for package @carbon/charts
61
74
 
62
75
  ## [0.41.37](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.36...v0.41.37) (2021-02-23)
63
76
 
64
77
  **Note:** Version bump only for package @carbon/charts
65
78
 
66
-
67
-
68
-
69
-
70
79
  # Change Log
71
80
 
72
81
  All notable changes to this project will be documented in this file. See
@@ -10,7 +10,6 @@ export declare const comboSimpleData: ({
10
10
  value?: undefined;
11
11
  })[];
12
12
  export declare const comboSimpleOptions: {
13
- experimental: boolean;
14
13
  title: string;
15
14
  axes: {
16
15
  left: {
@@ -56,7 +55,6 @@ export declare const comboHorizontalData: ({
56
55
  value?: undefined;
57
56
  })[];
58
57
  export declare const comboHorizontalOptions: {
59
- experimental: boolean;
60
58
  title: string;
61
59
  axes: {
62
60
  top: {
@@ -94,7 +92,6 @@ export declare const comboStackedData: ({
94
92
  value?: undefined;
95
93
  })[];
96
94
  export declare const comboStackedOptions: {
97
- experimental: boolean;
98
95
  title: string;
99
96
  axes: {
100
97
  left: {
@@ -131,7 +128,6 @@ export declare const comboGroupedData: ({
131
128
  value?: undefined;
132
129
  })[];
133
130
  export declare const comboGroupedOptions: {
134
- experimental: boolean;
135
131
  title: string;
136
132
  axes: {
137
133
  left: {
@@ -175,7 +171,6 @@ export declare const comboGroupedHorizontalData: ({
175
171
  value?: undefined;
176
172
  })[];
177
173
  export declare const comboGroupedHorizontalOptions: {
178
- experimental: boolean;
179
174
  title: string;
180
175
  axes: {
181
176
  top: {
@@ -210,7 +205,6 @@ export declare const comboAreaLineData: ({
210
205
  value?: undefined;
211
206
  })[];
212
207
  export declare const comboAreaLineOptions: {
213
- experimental: boolean;
214
208
  title: string;
215
209
  points: {
216
210
  enabled: boolean;
@@ -259,7 +253,6 @@ export declare const comboLineScatterData: ({
259
253
  temp?: undefined;
260
254
  })[];
261
255
  export declare const comboLineScatterOptions: {
262
- experimental: boolean;
263
256
  title: string;
264
257
  axes: {
265
258
  left: {
@@ -285,7 +278,6 @@ export declare const comboLineScatterOptions: {
285
278
  };
286
279
  export declare const comboEmptyData: any[];
287
280
  export declare const comboEmptyOptions: {
288
- experimental: boolean;
289
281
  title: string;
290
282
  axes: {
291
283
  left: {
@@ -320,7 +312,6 @@ export declare const comboLoadingData: ({
320
312
  temp?: undefined;
321
313
  })[];
322
314
  export declare const comboLoadingOptions: {
323
- experimental: boolean;
324
315
  title: string;
325
316
  axes: {
326
317
  left: {
@@ -358,7 +349,6 @@ export declare const comboStackedAreaLine: ({
358
349
  value?: undefined;
359
350
  })[];
360
351
  export declare const comboStackedAreaLineOptions: {
361
- experimental: boolean;
362
352
  title: string;
363
353
  axes: {
364
354
  left: {
@@ -406,7 +396,6 @@ export declare const comboAreaLineTimeSeriesData: ({
406
396
  value?: undefined;
407
397
  })[];
408
398
  export declare const comboAreaLineTimeSeriesOptions: {
409
- experimental: boolean;
410
399
  title: string;
411
400
  points: {
412
401
  enabled: boolean;
@@ -18,47 +18,47 @@ export declare const chartTypes: {
18
18
  angular: string;
19
19
  vue: string;
20
20
  };
21
- SimpleBarChart: {
21
+ BoxplotChart: {
22
22
  vanilla: string;
23
23
  angular: string;
24
24
  vue: string;
25
25
  };
26
- GroupedBarChart: {
26
+ BubbleChart: {
27
27
  vanilla: string;
28
28
  angular: string;
29
29
  vue: string;
30
30
  };
31
- StackedBarChart: {
31
+ ComboChart: {
32
32
  vanilla: string;
33
33
  angular: string;
34
34
  vue: string;
35
35
  };
36
- BoxplotChart: {
36
+ DonutChart: {
37
37
  vanilla: string;
38
38
  angular: string;
39
39
  vue: string;
40
40
  };
41
- BubbleChart: {
41
+ GaugeChart: {
42
42
  vanilla: string;
43
43
  angular: string;
44
44
  vue: string;
45
45
  };
46
- LineChart: {
46
+ GroupedBarChart: {
47
47
  vanilla: string;
48
48
  angular: string;
49
49
  vue: string;
50
50
  };
51
- StackedAreaChart: {
51
+ LineChart: {
52
52
  vanilla: string;
53
53
  angular: string;
54
54
  vue: string;
55
55
  };
56
- ScatterChart: {
56
+ LollipopChart: {
57
57
  vanilla: string;
58
58
  angular: string;
59
59
  vue: string;
60
60
  };
61
- LollipopChart: {
61
+ MeterChart: {
62
62
  vanilla: string;
63
63
  angular: string;
64
64
  vue: string;
@@ -68,27 +68,27 @@ export declare const chartTypes: {
68
68
  angular: string;
69
69
  vue: string;
70
70
  };
71
- GaugeChart: {
71
+ RadarChart: {
72
72
  vanilla: string;
73
73
  angular: string;
74
74
  vue: string;
75
75
  };
76
- DonutChart: {
76
+ ScatterChart: {
77
77
  vanilla: string;
78
78
  angular: string;
79
79
  vue: string;
80
80
  };
81
- MeterChart: {
81
+ SimpleBarChart: {
82
82
  vanilla: string;
83
83
  angular: string;
84
84
  vue: string;
85
85
  };
86
- RadarChart: {
86
+ StackedAreaChart: {
87
87
  vanilla: string;
88
88
  angular: string;
89
89
  vue: string;
90
90
  };
91
- ComboChart: {
91
+ StackedBarChart: {
92
92
  vanilla: string;
93
93
  angular: string;
94
94
  vue: string;
@@ -6,5 +6,5 @@ export declare class AxisChart extends Chart {
6
6
  services: any;
7
7
  model: ChartModelCartesian;
8
8
  constructor(holder: Element, chartConfigs: ChartConfig<AxisChartOptions>);
9
- protected getAxisChartComponents(graphFrameComponents: any[], configs?: object): (LayoutComponent | AxisChartsTooltip)[];
9
+ protected getAxisChartComponents(graphFrameComponents: any[], configs?: object): (AxisChartsTooltip | LayoutComponent)[];
10
10
  }
@@ -10,5 +10,5 @@ export declare class Chart {
10
10
  getComponents(): any[];
11
11
  update(animate?: boolean): void;
12
12
  destroy(): void;
13
- protected getChartComponents(graphFrameComponents: any[]): (LayoutComponent | Tooltip)[];
13
+ protected getChartComponents(graphFrameComponents: any[]): (Tooltip | LayoutComponent)[];
14
14
  }
@@ -89,10 +89,12 @@ export interface GridOptions {
89
89
  y?: {
90
90
  enabled?: boolean;
91
91
  numberOfTicks?: number;
92
+ alignWithAxisTicks?: boolean;
92
93
  };
93
94
  x?: {
94
95
  enabled?: boolean;
95
96
  numberOfTicks?: number;
97
+ alignWithAxisTicks?: boolean;
96
98
  };
97
99
  }
98
100
  /**