@carbon/charts 0.41.64 → 0.41.68

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 (41) hide show
  1. package/CHANGELOG.md +35 -2
  2. package/build/src/components/graphs/radar.d.ts +1 -1
  3. package/bundle.js +1 -1
  4. package/components/essentials/tooltip.js +24 -13
  5. package/components/essentials/tooltip.js.map +1 -1
  6. package/components/graphs/circle-pack.js +24 -15
  7. package/components/graphs/circle-pack.js.map +1 -1
  8. package/components/graphs/radar.d.ts +1 -1
  9. package/components/graphs/radar.js +26 -27
  10. package/components/graphs/radar.js.map +1 -1
  11. package/demo/data/bundle.js +1 -1
  12. package/demo/data/index.js +1 -0
  13. package/demo/data/index.js.map +1 -1
  14. package/demo/styles.css +48 -12
  15. package/demo/styles.css.map +1 -1
  16. package/demo/styles.min.css +1 -1
  17. package/demo/styles.min.css.map +1 -1
  18. package/demo/tsconfig.tsbuildinfo +1 -1
  19. package/model-circle-pack.js +1 -1
  20. package/model-circle-pack.js.map +1 -1
  21. package/package.json +2 -2
  22. package/services/scales-cartesian.js +9 -1
  23. package/services/scales-cartesian.js.map +1 -1
  24. package/styles/graphs/_circle-pack.scss +18 -3
  25. package/styles-g10.css +13 -3
  26. package/styles-g10.css.map +1 -1
  27. package/styles-g10.min.css +1 -1
  28. package/styles-g10.min.css.map +1 -1
  29. package/styles-g100.css +13 -3
  30. package/styles-g100.css.map +1 -1
  31. package/styles-g100.min.css +1 -1
  32. package/styles-g100.min.css.map +1 -1
  33. package/styles-g90.css +13 -3
  34. package/styles-g90.css.map +1 -1
  35. package/styles-g90.min.css +1 -1
  36. package/styles-g90.min.css.map +1 -1
  37. package/styles.css +13 -3
  38. package/styles.css.map +1 -1
  39. package/styles.min.css +1 -1
  40. package/styles.min.css.map +1 -1
  41. package/tsconfig.tsbuildinfo +6 -6
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.64](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.63...v0.41.64) (2021-05-10)
6
+ ## [0.41.68](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.67...v0.41.68) (2021-06-08)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts
9
9
 
@@ -11,7 +11,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.63](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.62...v0.41.63) (2021-05-10)
14
+ ## [0.41.67](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.66...v0.41.67) (2021-05-31)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** fix circlepacks with one dataset ([#1035](https://github.com/carbon-design-system/carbon-charts/issues/1035)) ([2f0b183](https://github.com/carbon-design-system/carbon-charts/commit/2f0b183878b650c76b05ca6d5fb1e8f6a17c0266)), closes [#1031](https://github.com/carbon-design-system/carbon-charts/issues/1031)
20
+ * **core:** make sure tooltips are properly positioned when closer to the edges ([#1037](https://github.com/carbon-design-system/carbon-charts/issues/1037)) ([a8d13cd](https://github.com/carbon-design-system/carbon-charts/commit/a8d13cd6d90813161582a00afa5166ca87702f38))
21
+
22
+
23
+
24
+
25
+
26
+ ## [0.41.66](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.65...v0.41.66) (2021-05-25)
15
27
 
16
28
  **Note:** Version bump only for package @carbon/charts
17
29
 
@@ -19,6 +31,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
31
 
20
32
 
21
33
 
34
+ ## [0.41.65](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.64...v0.41.65) (2021-05-19)
35
+
36
+ **Note:** Version bump only for package @carbon/charts
37
+
38
+
39
+
40
+
41
+
42
+ # Change Log
43
+
44
+ All notable changes to this project will be documented in this file. See
45
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
46
+
47
+ ## [0.41.64](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.63...v0.41.64) (2021-05-10)
48
+
49
+ **Note:** Version bump only for package @carbon/charts
50
+
51
+ ## [0.41.63](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.62...v0.41.63) (2021-05-10)
52
+
53
+ **Note:** Version bump only for package @carbon/charts
54
+
22
55
  # Change Log
23
56
 
24
57
  All notable changes to this project will be documented in this file. See
@@ -5,7 +5,7 @@ export declare class Radar extends Component {
5
5
  groupMapsTo: string;
6
6
  uniqueKeys: string[];
7
7
  uniqueGroups: string[];
8
- displayDataNormalized: any;
8
+ fullDataNormalized: any;
9
9
  groupedDataNormalized: any;
10
10
  init(): void;
11
11
  render(animate?: boolean): void;