@carbon/charts 0.41.61 → 0.41.62

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 +11 -15
  2. package/bundle.js +1 -1
  3. package/components/axes/axis.js +3 -3
  4. package/components/axes/axis.js.map +1 -1
  5. package/components/essentials/tooltip-axis.js +1 -1
  6. package/components/essentials/tooltip-axis.js.map +1 -1
  7. package/components/graphs/area-stacked.js +9 -6
  8. package/components/graphs/area-stacked.js.map +1 -1
  9. package/components/graphs/area.js +3 -1
  10. package/components/graphs/area.js.map +1 -1
  11. package/components/graphs/bar-simple.js +1 -1
  12. package/components/graphs/bar-simple.js.map +1 -1
  13. package/components/graphs/bar-stacked.js +1 -1
  14. package/components/graphs/bar-stacked.js.map +1 -1
  15. package/components/graphs/line.js +1 -1
  16. package/components/graphs/line.js.map +1 -1
  17. package/components/graphs/scatter-stacked.js +1 -1
  18. package/components/graphs/scatter-stacked.js.map +1 -1
  19. package/configuration-non-customizable.js +1 -1
  20. package/configuration-non-customizable.js.map +1 -1
  21. package/demo/styles.css +20 -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/package.json +1 -1
  26. package/services/scales-cartesian.js +1 -1
  27. package/services/scales-cartesian.js.map +1 -1
  28. package/styles/components/_axis.scss +3 -1
  29. package/styles-g10.css +6 -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 +6 -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 +6 -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 +6 -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 +10 -10
package/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
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.61](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.60...v0.41.61) (2021-04-28)
6
+ ## [0.41.62](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.61...v0.41.62) (2021-04-29)
7
7
 
8
- **Note:** Version bump only for package @carbon/charts
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** fix minor bug with data values that are undefined ([#1007](https://github.com/carbon-design-system/carbon-charts/issues/1007)) ([5c4db99](https://github.com/carbon-design-system/carbon-charts/commit/5c4db996e3aaf5b8c8146b686945c9eb4a191b46))
9
12
 
10
13
 
11
14
 
@@ -16,38 +19,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
16
19
  All notable changes to this project will be documented in this file. See
17
20
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
21
 
19
- ## [0.41.60](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.59...v0.41.60) (2021-04-28)
22
+ ## [0.41.61](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.60...v0.41.61) (2021-04-28)
20
23
 
21
24
  **Note:** Version bump only for package @carbon/charts
22
25
 
26
+ # Change Log
23
27
 
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
24
30
 
31
+ ## [0.41.60](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.59...v0.41.60) (2021-04-28)
25
32
 
33
+ **Note:** Version bump only for package @carbon/charts
26
34
 
27
35
  ## [0.41.59](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.58...v0.41.59) (2021-04-27)
28
36
 
29
37
  **Note:** Version bump only for package @carbon/charts
30
38
 
31
-
32
-
33
-
34
-
35
39
  ## [0.41.58](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.57...v0.41.58) (2021-04-26)
36
40
 
37
41
  **Note:** Version bump only for package @carbon/charts
38
42
 
39
-
40
-
41
-
42
-
43
43
  ## [0.41.57](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.56...v0.41.57) (2021-04-20)
44
44
 
45
45
  **Note:** Version bump only for package @carbon/charts
46
46
 
47
-
48
-
49
-
50
-
51
47
  # Change Log
52
48
 
53
49
  All notable changes to this project will be documented in this file. See