@carbon/charts 0.41.75 → 0.41.79

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 (43) hide show
  1. package/CHANGELOG.md +40 -4
  2. package/build/demo/data/circle-pack.d.ts +15 -0
  3. package/build/src/components/graphs/circle-pack.d.ts +1 -1
  4. package/build/src/configuration-non-customizable.d.ts +3 -0
  5. package/bundle.js +1 -1
  6. package/components/graphs/circle-pack.d.ts +1 -1
  7. package/components/graphs/circle-pack.js +17 -10
  8. package/components/graphs/circle-pack.js.map +1 -1
  9. package/components/graphs/scatter.js +6 -4
  10. package/components/graphs/scatter.js.map +1 -1
  11. package/configuration-non-customizable.d.ts +3 -0
  12. package/configuration-non-customizable.js +3 -0
  13. package/configuration-non-customizable.js.map +1 -1
  14. package/demo/data/bundle.js +1 -1
  15. package/demo/data/circle-pack.d.ts +15 -0
  16. package/demo/data/circle-pack.js +15 -0
  17. package/demo/data/circle-pack.js.map +1 -1
  18. package/demo/data/index.js +5 -0
  19. package/demo/data/index.js.map +1 -1
  20. package/demo/styles.css +2 -12
  21. package/demo/styles.css.map +1 -1
  22. package/demo/styles.min.css +1 -1
  23. package/demo/styles.min.css.map +1 -1
  24. package/demo/tsconfig.tsbuildinfo +3 -3
  25. package/package.json +1 -1
  26. package/styles/graphs/_circle-pack.scss +0 -4
  27. package/styles-g10.css +0 -3
  28. package/styles-g10.css.map +1 -1
  29. package/styles-g10.min.css +1 -1
  30. package/styles-g10.min.css.map +1 -1
  31. package/styles-g100.css +0 -3
  32. package/styles-g100.css.map +1 -1
  33. package/styles-g100.min.css +1 -1
  34. package/styles-g100.min.css.map +1 -1
  35. package/styles-g90.css +0 -3
  36. package/styles-g90.css.map +1 -1
  37. package/styles-g90.min.css +1 -1
  38. package/styles-g90.min.css.map +1 -1
  39. package/styles.css +0 -3
  40. package/styles.css.map +1 -1
  41. package/styles.min.css +1 -1
  42. package/styles.min.css.map +1 -1
  43. package/tsconfig.tsbuildinfo +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.79](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.78...v0.41.79) (2021-06-29)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.41.78](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.77...v0.41.78) (2021-06-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** keep fill colors if custom getIsFilled is passed on mouse over for line graph ([#1055](https://github.com/carbon-design-system/carbon-charts/issues/1055)) ([b5dac70](https://github.com/carbon-design-system/carbon-charts/commit/b5dac70c919475672ee31c59cf542605db68e5b4))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.41.77](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.76...v0.41.77) (2021-06-25)
26
+
27
+ **Note:** Version bump only for package @carbon/charts
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.41.76](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.75...v0.41.76) (2021-06-24)
34
+
35
+ **Note:** Version bump only for package @carbon/charts
36
+
37
+
38
+
39
+
40
+
41
+ # Change Log
42
+
43
+ All notable changes to this project will be documented in this file. See
44
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45
+
6
46
  ## [0.41.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
7
47
 
8
48
  **Note:** Version bump only for package @carbon/charts
@@ -47,10 +87,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
47
87
 
48
88
  **Note:** Version bump only for package @carbon/charts
49
89
 
50
-
51
-
52
-
53
-
54
90
  # Change Log
55
91
 
56
92
  All notable changes to this project will be documented in this file. See
@@ -12,6 +12,21 @@ export declare const circlePackTwoLevelOptions: {
12
12
  enabled: boolean;
13
13
  };
14
14
  };
15
+ export declare const circlePackTwoLevelCustomColorsOptions: {
16
+ experimental: string;
17
+ title: string;
18
+ canvasZoom: {
19
+ enabled: boolean;
20
+ };
21
+ color: {
22
+ scale: {
23
+ 'Asia': string;
24
+ 'South America': string;
25
+ 'North America': string;
26
+ 'Europe': string;
27
+ };
28
+ };
29
+ };
15
30
  export declare const circlePackSingleOptions: {
16
31
  experimental: string;
17
32
  title: string;
@@ -4,7 +4,7 @@ export declare class CirclePack extends Component {
4
4
  focal: any;
5
5
  render(animate?: boolean): void;
6
6
  unhighlightChildren(childData: any): void;
7
- highlightChildren(childData: any, classname?: any): void;
7
+ highlightChildren(childData: any): void;
8
8
  getZoomClass(node: any): "focal" | "non-focal";
9
9
  addLegendListeners(): void;
10
10
  removeBackgroundListeners(): void;
@@ -27,6 +27,9 @@ export declare const canvasZoomSettings: {
27
27
  export declare const circlePack: {
28
28
  circles: {
29
29
  fillOpacity: number;
30
+ hover: {
31
+ stroke: string;
32
+ };
30
33
  };
31
34
  padding: {
32
35
  mainGroup: number;