@carbon/charts 0.41.47 → 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,6 +3,14 @@
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.48](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.47...v0.41.48) (2021-03-31)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.41.47](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.46...v0.41.47) (2021-03-30)
7
15
 
8
16
  **Note:** Version bump only for package @carbon/charts
@@ -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;