@carbon/charts 0.41.27 → 0.41.32

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 (52) hide show
  1. package/CHANGELOG.md +32 -14
  2. package/build/src/components/graphs/lollipop.d.ts +3 -0
  3. package/build/src/configuration-non-customizable.d.ts +4 -0
  4. package/bundle.js +1 -1
  5. package/components/axes/zoom-bar.js +1 -1
  6. package/components/axes/zoom-bar.js.map +1 -1
  7. package/components/graphs/area-stacked.js +1 -1
  8. package/components/graphs/area-stacked.js.map +1 -1
  9. package/components/graphs/area.js +1 -1
  10. package/components/graphs/area.js.map +1 -1
  11. package/components/graphs/gauge.js +12 -4
  12. package/components/graphs/gauge.js.map +1 -1
  13. package/components/graphs/lollipop.d.ts +3 -0
  14. package/components/graphs/lollipop.js +31 -1
  15. package/components/graphs/lollipop.js.map +1 -1
  16. package/components/graphs/pie.js +2 -1
  17. package/components/graphs/pie.js.map +1 -1
  18. package/components/graphs/scatter.js +5 -3
  19. package/components/graphs/scatter.js.map +1 -1
  20. package/configuration-non-customizable.d.ts +4 -0
  21. package/configuration-non-customizable.js +4 -0
  22. package/configuration-non-customizable.js.map +1 -1
  23. package/configuration.js +3 -3
  24. package/configuration.js.map +1 -1
  25. package/demo/data/combo.js +1 -1
  26. package/demo/data/combo.js.map +1 -1
  27. package/demo/styles.css +40 -0
  28. package/demo/styles.css.map +1 -1
  29. package/demo/styles.min.css +1 -1
  30. package/demo/styles.min.css.map +1 -1
  31. package/demo/tsconfig.tsbuildinfo +1 -1
  32. package/package.json +4 -2
  33. package/styles/_type.scss +5 -0
  34. package/styles/graphs/_lollipop.scss +9 -0
  35. package/styles/graphs/index.scss +1 -0
  36. package/styles-g10.css +11 -0
  37. package/styles-g10.css.map +1 -1
  38. package/styles-g10.min.css +1 -1
  39. package/styles-g10.min.css.map +1 -1
  40. package/styles-g100.css +11 -0
  41. package/styles-g100.css.map +1 -1
  42. package/styles-g100.min.css +1 -1
  43. package/styles-g100.min.css.map +1 -1
  44. package/styles-g90.css +11 -0
  45. package/styles-g90.css.map +1 -1
  46. package/styles-g90.min.css +1 -1
  47. package/styles-g90.min.css.map +1 -1
  48. package/styles.css +11 -0
  49. package/styles.css.map +1 -1
  50. package/styles.min.css +1 -1
  51. package/styles.min.css.map +1 -1
  52. package/tsconfig.tsbuildinfo +11 -11
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.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
6
+ ## [0.41.32](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.31...v0.41.32) (2021-02-12)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts
9
9
 
@@ -11,49 +11,67 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
15
-
16
- **Note:** Version bump only for package @carbon/charts
17
-
14
+ # Change Log
18
15
 
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
18
 
19
+ ## [0.41.31](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.30...v0.41.31) (2021-02-05)
20
20
 
21
+ **Note:** Version bump only for package @carbon/charts
21
22
 
22
- ## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
23
+ ## [0.41.30](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.29...v0.41.30) (2021-02-01)
23
24
 
24
25
  **Note:** Version bump only for package @carbon/charts
25
26
 
27
+ # Change Log
26
28
 
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
31
 
32
+ ## [0.41.29](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.28...v0.41.29) (2021-01-29)
28
33
 
34
+ **Note:** Version bump only for package @carbon/charts
29
35
 
30
- ## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
36
+ ## [0.41.28](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.27...v0.41.28) (2021-01-26)
31
37
 
32
38
  **Note:** Version bump only for package @carbon/charts
33
39
 
40
+ # Change Log
41
+
42
+ All notable changes to this project will be documented in this file. See
43
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
34
44
 
45
+ ## [0.41.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
35
46
 
47
+ **Note:** Version bump only for package @carbon/charts
36
48
 
49
+ ## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
37
50
 
38
- ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
51
+ **Note:** Version bump only for package @carbon/charts
39
52
 
53
+ ## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
40
54
 
41
- ### Bug Fixes
55
+ **Note:** Version bump only for package @carbon/charts
42
56
 
43
- * **types:** add peak, status properties to MeterChartOptions interface ([#924](https://github.com/carbon-design-system/carbon-charts/issues/924)) ([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)), closes [#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
57
+ ## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
44
58
 
59
+ **Note:** Version bump only for package @carbon/charts
45
60
 
61
+ ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
46
62
 
63
+ ### Bug Fixes
47
64
 
65
+ - **types:** add peak, status properties to MeterChartOptions interface
66
+ ([#924](https://github.com/carbon-design-system/carbon-charts/issues/924))
67
+ ([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)),
68
+ closes
69
+ [#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
48
70
 
49
71
  ## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
50
72
 
51
73
  **Note:** Version bump only for package @carbon/charts
52
74
 
53
-
54
-
55
-
56
-
57
75
  # Change Log
58
76
 
59
77
  All notable changes to this project will be documented in this file. See
@@ -3,6 +3,9 @@ export declare class Lollipop extends Scatter {
3
3
  type: string;
4
4
  init(): void;
5
5
  render(animate: boolean): void;
6
+ addScatterPointEventListeners(): void;
7
+ handleScatterOnHover: (event: CustomEvent<any>) => void;
8
+ handleScatterOnMouseOut: (event: CustomEvent<any>) => void;
6
9
  handleLegendOnHover: (event: CustomEvent<any>) => void;
7
10
  handleLegendMouseOut: (event: CustomEvent<any>) => void;
8
11
  destroy(): void;
@@ -44,6 +44,10 @@ export declare const lines: {
44
44
  unselected: number;
45
45
  selected: number;
46
46
  };
47
+ weight: {
48
+ selected: number;
49
+ unselected: number;
50
+ };
47
51
  };
48
52
  export declare const meter: {
49
53
  statusBar: {