@carbon/charts 0.54.2 → 0.54.6
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 +44 -0
- package/build/demo/data/combo.d.ts +45 -0
- package/build/src/components/graphs/bar-stacked.d.ts +1 -0
- package/build/src/model/model.d.ts +1 -1
- package/bundle.js +1 -1
- package/components/essentials/tooltip-axis.js +15 -9
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/graphs/area.js +19 -5
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/bar-stacked.d.ts +1 -0
- package/components/graphs/bar-stacked.js +16 -0
- package/components/graphs/bar-stacked.js.map +1 -1
- package/components/graphs/circle-pack.js +6 -3
- package/components/graphs/circle-pack.js.map +1 -1
- package/components/graphs/radar.js +7 -3
- package/components/graphs/radar.js.map +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/data/combo.d.ts +45 -0
- package/demo/data/combo.js +41 -0
- package/demo/data/combo.js.map +1 -1
- package/demo/data/index.js +5 -0
- package/demo/data/index.js.map +1 -1
- package/demo/tsconfig.tsbuildinfo +3 -3
- package/model/model.d.ts +1 -1
- package/model/model.js +1 -1
- package/model/model.js.map +1 -1
- package/package.json +1 -1
- package/services/scales-cartesian.js.map +1 -1
- package/tsconfig.tsbuildinfo +10 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.54.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.5...v0.54.6) (2022-01-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** prevent canvas zooming if depth equals 2 and canvas zoom property is set to false ([#1265](https://github.com/carbon-design-system/carbon-charts/issues/1265)) ([1f42fe0](https://github.com/carbon-design-system/carbon-charts/commit/1f42fe09461c5ad9809ecb30d3642728284d021d)), closes [#1251](https://github.com/carbon-design-system/carbon-charts/issues/1251)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.54.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.4...v0.54.5) (2022-01-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **core:** keep radar chart alignment after fullscreene exit ([#1249](https://github.com/carbon-design-system/carbon-charts/issues/1249)) ([02eebb6](https://github.com/carbon-design-system/carbon-charts/commit/02eebb61ddc1ecfedb68a32cd15c82e428870a36)), closes [#1247](https://github.com/carbon-design-system/carbon-charts/issues/1247)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [0.54.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.3...v0.54.4) (2022-01-10)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **core:** prevent area chart from bleeding out of cartesian plane when includeZero is enabled ([#1263](https://github.com/carbon-design-system/carbon-charts/issues/1263)) ([62b6014](https://github.com/carbon-design-system/carbon-charts/commit/62b6014eea594d08572f71034eda8919c9e22100)), closes [#1248](https://github.com/carbon-design-system/carbon-charts/issues/1248)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [0.54.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.2...v0.54.3) (2022-01-07)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **stacked-bar:** set bar width based on number of domain values ([#1235](https://github.com/carbon-design-system/carbon-charts/issues/1235)) ([758c064](https://github.com/carbon-design-system/carbon-charts/commit/758c064fcbf8f837da400af9bfac9862b2f20d1f)), closes [#1232](https://github.com/carbon-design-system/carbon-charts/issues/1232)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
## [0.54.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.1...v0.54.2) (2022-01-05)
|
|
7
51
|
|
|
8
52
|
|
|
@@ -43,6 +43,51 @@ export declare const comboSimpleOptions: {
|
|
|
43
43
|
correspondingDatasets: string[];
|
|
44
44
|
})[];
|
|
45
45
|
};
|
|
46
|
+
export declare const comboSimpleFloatingData: ({
|
|
47
|
+
group: string;
|
|
48
|
+
date: string;
|
|
49
|
+
value: number;
|
|
50
|
+
temp?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
group: string;
|
|
53
|
+
date: string;
|
|
54
|
+
temp: number[];
|
|
55
|
+
value?: undefined;
|
|
56
|
+
})[];
|
|
57
|
+
export declare const comboSimpleFloatingOptions: {
|
|
58
|
+
title: string;
|
|
59
|
+
axes: {
|
|
60
|
+
left: {
|
|
61
|
+
mapsTo: string;
|
|
62
|
+
scaleType: string;
|
|
63
|
+
title: string;
|
|
64
|
+
correspondingDatasets: string[];
|
|
65
|
+
};
|
|
66
|
+
right: {
|
|
67
|
+
mapsTo: string;
|
|
68
|
+
title: string;
|
|
69
|
+
};
|
|
70
|
+
bottom: {
|
|
71
|
+
title: string;
|
|
72
|
+
mapsTo: string;
|
|
73
|
+
scaleType: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
comboChartTypes: ({
|
|
77
|
+
type: string;
|
|
78
|
+
correspondingDatasets: string[];
|
|
79
|
+
options?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
type: string;
|
|
82
|
+
options: {
|
|
83
|
+
points: {
|
|
84
|
+
radius: number;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
correspondingDatasets: string[];
|
|
88
|
+
})[];
|
|
89
|
+
height: string;
|
|
90
|
+
};
|
|
46
91
|
export declare const comboHorizontalData: ({
|
|
47
92
|
group: string;
|
|
48
93
|
date: string;
|