@carbon/charts 0.48.0 → 0.48.4

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,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.48.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.3...v0.48.4) (2021-09-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** legend alignment incorrect initial rendering ([#1151](https://github.com/carbon-design-system/carbon-charts/issues/1151)) ([0b01426](https://github.com/carbon-design-system/carbon-charts/commit/0b0142677fd67041ee8576aa19cfa53f24e39a55))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.48.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.2...v0.48.3) (2021-09-13)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **core:** diagram rendering issues in safari ([#1150](https://github.com/carbon-design-system/carbon-charts/issues/1150)) ([fc123dd](https://github.com/carbon-design-system/carbon-charts/commit/fc123dda01795fbd4703362dd2688c5ac1940728))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.48.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.1...v0.48.2) (2021-09-13)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **core:** render an empty zoom bar holder when there is less than or equal to 1 data element ([#1134](https://github.com/carbon-design-system/carbon-charts/issues/1134)) ([9864cfd](https://github.com/carbon-design-system/carbon-charts/commit/9864cfd103a45ed8c8ca1605cb98a4cd10434fb2)), closes [#996](https://github.com/carbon-design-system/carbon-charts/issues/996)
34
+
35
+
36
+
37
+
38
+
39
+ ## [0.48.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.0...v0.48.1) (2021-09-13)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **core:** display donut-figure in the center when donut-title is empty ([#1147](https://github.com/carbon-design-system/carbon-charts/issues/1147)) ([1d3dac5](https://github.com/carbon-design-system/carbon-charts/commit/1d3dac55d868306541ad6acd8205cce5a505dfe0)), closes [#1146](https://github.com/carbon-design-system/carbon-charts/issues/1146)
45
+
46
+
47
+
48
+
49
+
6
50
  # [0.48.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.47.0...v0.48.0) (2021-09-10)
7
51
 
8
52