@carbon/charts 0.41.27 → 0.41.28

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 (45) hide show
  1. package/CHANGELOG.md +13 -21
  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/lollipop.d.ts +3 -0
  8. package/components/graphs/lollipop.js +30 -0
  9. package/components/graphs/lollipop.js.map +1 -1
  10. package/components/graphs/pie.js +2 -1
  11. package/components/graphs/pie.js.map +1 -1
  12. package/components/graphs/scatter.js +5 -3
  13. package/components/graphs/scatter.js.map +1 -1
  14. package/configuration-non-customizable.d.ts +4 -0
  15. package/configuration-non-customizable.js +4 -0
  16. package/configuration-non-customizable.js.map +1 -1
  17. package/configuration.js +3 -3
  18. package/configuration.js.map +1 -1
  19. package/demo/data/combo.js +1 -1
  20. package/demo/data/combo.js.map +1 -1
  21. package/demo/styles.css +24 -0
  22. package/demo/styles.css.map +1 -1
  23. package/demo/styles.min.css +1 -1
  24. package/demo/styles.min.css.map +1 -1
  25. package/demo/tsconfig.tsbuildinfo +1 -1
  26. package/package.json +1 -1
  27. package/styles/graphs/_lollipop.scss +9 -0
  28. package/styles/graphs/index.scss +1 -0
  29. package/styles-g10.css +7 -0
  30. package/styles-g10.css.map +1 -1
  31. package/styles-g10.min.css +1 -1
  32. package/styles-g10.min.css.map +1 -1
  33. package/styles-g100.css +7 -0
  34. package/styles-g100.css.map +1 -1
  35. package/styles-g100.min.css +1 -1
  36. package/styles-g100.min.css.map +1 -1
  37. package/styles-g90.css +7 -0
  38. package/styles-g90.css.map +1 -1
  39. package/styles-g90.min.css +1 -1
  40. package/styles-g90.min.css.map +1 -1
  41. package/styles.css +7 -0
  42. package/styles.css.map +1 -1
  43. package/styles.min.css +1 -1
  44. package/styles.min.css.map +1 -1
  45. package/tsconfig.tsbuildinfo +8 -8
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.28](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.27...v0.41.28) (2021-01-26)
7
7
 
8
8
  **Note:** Version bump only for package @carbon/charts
9
9
 
@@ -11,49 +11,41 @@ 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)
14
+ # Change Log
15
15
 
16
- **Note:** Version bump only for package @carbon/charts
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
18
 
19
+ ## [0.41.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
18
20
 
21
+ **Note:** Version bump only for package @carbon/charts
19
22
 
23
+ ## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
20
24
 
25
+ **Note:** Version bump only for package @carbon/charts
21
26
 
22
27
  ## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
23
28
 
24
29
  **Note:** Version bump only for package @carbon/charts
25
30
 
26
-
27
-
28
-
29
-
30
31
  ## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
31
32
 
32
33
  **Note:** Version bump only for package @carbon/charts
33
34
 
34
-
35
-
36
-
37
-
38
35
  ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
39
36
 
40
-
41
37
  ### Bug Fixes
42
38
 
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)
44
-
45
-
46
-
47
-
39
+ - **types:** add peak, status properties to MeterChartOptions interface
40
+ ([#924](https://github.com/carbon-design-system/carbon-charts/issues/924))
41
+ ([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)),
42
+ closes
43
+ [#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
48
44
 
49
45
  ## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
50
46
 
51
47
  **Note:** Version bump only for package @carbon/charts
52
48
 
53
-
54
-
55
-
56
-
57
49
  # Change Log
58
50
 
59
51
  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: {