@carbon/charts-angular 0.59.0-beta.0 → 1.0.3

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 (199) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/LICENSE.md +201 -0
  3. package/README.md +23 -8
  4. package/{dist/alluvial-chart.component.d.ts → alluvial-chart.component.d.ts} +0 -0
  5. package/{dist/area-chart-stacked.component.d.ts → area-chart-stacked.component.d.ts} +0 -0
  6. package/{dist/area-chart.component.d.ts → area-chart.component.d.ts} +0 -0
  7. package/{dist/bar-chart-grouped.component.d.ts → bar-chart-grouped.component.d.ts} +0 -0
  8. package/{dist/bar-chart-simple.component.d.ts → bar-chart-simple.component.d.ts} +0 -0
  9. package/{dist/bar-chart-stacked.component.d.ts → bar-chart-stacked.component.d.ts} +0 -0
  10. package/{dist/base-chart.component.d.ts → base-chart.component.d.ts} +0 -0
  11. package/{dist/boxplot-chart.component.d.ts → boxplot-chart.component.d.ts} +0 -0
  12. package/{dist/bubble-chart.component.d.ts → bubble-chart.component.d.ts} +0 -0
  13. package/{dist/bullet-chart.component.d.ts → bullet-chart.component.d.ts} +0 -0
  14. package/{dist/bundles → bundles}/carbon-charts-angular.umd.js +0 -0
  15. package/{dist/bundles → bundles}/carbon-charts-angular.umd.js.map +0 -0
  16. package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js +0 -0
  17. package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js.map +0 -0
  18. package/{dist/carbon-charts-angular.d.ts → carbon-charts-angular.d.ts} +0 -0
  19. package/{dist/carbon-charts-angular.metadata.json → carbon-charts-angular.metadata.json} +0 -0
  20. package/{dist/charts.module.d.ts → charts.module.d.ts} +0 -0
  21. package/{dist/circle-pack-chart.component.d.ts → circle-pack-chart.component.d.ts} +0 -0
  22. package/{dist/combo-chart.component.d.ts → combo-chart.component.d.ts} +0 -0
  23. package/{dist/diagrams → diagrams}/card-node/card-node-column.component.d.ts +0 -0
  24. package/{dist/diagrams → diagrams}/card-node/card-node-label.component.d.ts +0 -0
  25. package/{dist/diagrams → diagrams}/card-node/card-node-subtitle.component.d.ts +0 -0
  26. package/{dist/diagrams → diagrams}/card-node/card-node-title.component.d.ts +0 -0
  27. package/{dist/diagrams → diagrams}/card-node/card-node.component.d.ts +0 -0
  28. package/{dist/diagrams → diagrams}/card-node/card-node.module.d.ts +0 -0
  29. package/{dist/diagrams → diagrams}/configs.d.ts +0 -0
  30. package/{dist/diagrams → diagrams}/edge/edge.component.d.ts +0 -0
  31. package/{dist/diagrams → diagrams}/edge/edge.module.d.ts +0 -0
  32. package/{dist/diagrams → diagrams}/marker/marker.component.d.ts +0 -0
  33. package/{dist/diagrams → diagrams}/marker/marker.module.d.ts +0 -0
  34. package/{dist/diagrams → diagrams}/shape-node/shape-node.component.d.ts +0 -0
  35. package/{dist/diagrams → diagrams}/shape-node/shape-node.module.d.ts +0 -0
  36. package/{dist/donut-chart.component.d.ts → donut-chart.component.d.ts} +0 -0
  37. package/{dist/esm2015 → esm2015}/alluvial-chart.component.js +0 -0
  38. package/{dist/esm2015 → esm2015}/area-chart-stacked.component.js +0 -0
  39. package/{dist/esm2015 → esm2015}/area-chart.component.js +0 -0
  40. package/{dist/esm2015 → esm2015}/bar-chart-grouped.component.js +0 -0
  41. package/{dist/esm2015 → esm2015}/bar-chart-simple.component.js +0 -0
  42. package/{dist/esm2015 → esm2015}/bar-chart-stacked.component.js +0 -0
  43. package/{dist/esm2015 → esm2015}/base-chart.component.js +0 -0
  44. package/{dist/esm2015 → esm2015}/boxplot-chart.component.js +0 -0
  45. package/{dist/esm2015 → esm2015}/bubble-chart.component.js +0 -0
  46. package/{dist/esm2015 → esm2015}/bullet-chart.component.js +0 -0
  47. package/{dist/esm2015 → esm2015}/carbon-charts-angular.js +0 -0
  48. package/{dist/esm2015 → esm2015}/charts.module.js +0 -0
  49. package/{dist/esm2015 → esm2015}/circle-pack-chart.component.js +0 -0
  50. package/{dist/esm2015 → esm2015}/combo-chart.component.js +0 -0
  51. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-column.component.js +0 -0
  52. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-label.component.js +0 -0
  53. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-subtitle.component.js +0 -0
  54. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-title.component.js +0 -0
  55. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.component.js +0 -0
  56. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.module.js +0 -0
  57. package/{dist/esm2015 → esm2015}/diagrams/configs.js +0 -0
  58. package/{dist/esm2015 → esm2015}/diagrams/edge/edge.component.js +0 -0
  59. package/{dist/esm2015 → esm2015}/diagrams/edge/edge.module.js +0 -0
  60. package/{dist/esm2015 → esm2015}/diagrams/marker/marker.component.js +0 -0
  61. package/{dist/esm2015 → esm2015}/diagrams/marker/marker.module.js +0 -0
  62. package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.component.js +0 -0
  63. package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
  64. package/{dist/esm2015 → esm2015}/donut-chart.component.js +0 -0
  65. package/{dist/esm2015 → esm2015}/gauge-chart.component.js +0 -0
  66. package/{dist/esm2015 → esm2015}/heatmap-chart.component.js +0 -0
  67. package/{dist/esm2015 → esm2015}/histogram-chart.component.js +0 -0
  68. package/{dist/esm2015 → esm2015}/index.js +0 -0
  69. package/{dist/esm2015 → esm2015}/line-chart.component.js +0 -0
  70. package/{dist/esm2015 → esm2015}/lollipop-chart.component.js +0 -0
  71. package/{dist/esm2015 → esm2015}/meter-chart.component.js +0 -0
  72. package/{dist/esm2015 → esm2015}/pie-chart.component.js +0 -0
  73. package/{dist/esm2015 → esm2015}/radar-chart.component.js +0 -0
  74. package/{dist/esm2015 → esm2015}/scatter-chart.component.js +0 -0
  75. package/{dist/esm2015 → esm2015}/tree-chart.component.js +0 -0
  76. package/{dist/esm2015 → esm2015}/treemap-chart.component.js +0 -0
  77. package/{dist/esm2015 → esm2015}/wordcloud-chart.component.js +0 -0
  78. package/{dist/esm5 → esm5}/alluvial-chart.component.js +0 -0
  79. package/{dist/esm5 → esm5}/area-chart-stacked.component.js +0 -0
  80. package/{dist/esm5 → esm5}/area-chart.component.js +0 -0
  81. package/{dist/esm5 → esm5}/bar-chart-grouped.component.js +0 -0
  82. package/{dist/esm5 → esm5}/bar-chart-simple.component.js +0 -0
  83. package/{dist/esm5 → esm5}/bar-chart-stacked.component.js +0 -0
  84. package/{dist/esm5 → esm5}/base-chart.component.js +0 -0
  85. package/{dist/esm5 → esm5}/boxplot-chart.component.js +0 -0
  86. package/{dist/esm5 → esm5}/bubble-chart.component.js +0 -0
  87. package/{dist/esm5 → esm5}/bullet-chart.component.js +0 -0
  88. package/{dist/esm5 → esm5}/carbon-charts-angular.js +0 -0
  89. package/{dist/esm5 → esm5}/charts.module.js +0 -0
  90. package/{dist/esm5 → esm5}/circle-pack-chart.component.js +0 -0
  91. package/{dist/esm5 → esm5}/combo-chart.component.js +0 -0
  92. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-column.component.js +0 -0
  93. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-label.component.js +0 -0
  94. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-subtitle.component.js +0 -0
  95. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-title.component.js +0 -0
  96. package/{dist/esm5 → esm5}/diagrams/card-node/card-node.component.js +0 -0
  97. package/{dist/esm5 → esm5}/diagrams/card-node/card-node.module.js +0 -0
  98. package/{dist/esm5 → esm5}/diagrams/configs.js +0 -0
  99. package/{dist/esm5 → esm5}/diagrams/edge/edge.component.js +0 -0
  100. package/{dist/esm5 → esm5}/diagrams/edge/edge.module.js +0 -0
  101. package/{dist/esm5 → esm5}/diagrams/marker/marker.component.js +0 -0
  102. package/{dist/esm5 → esm5}/diagrams/marker/marker.module.js +0 -0
  103. package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.component.js +0 -0
  104. package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.module.js +0 -0
  105. package/{dist/esm5 → esm5}/donut-chart.component.js +0 -0
  106. package/{dist/esm5 → esm5}/gauge-chart.component.js +0 -0
  107. package/{dist/esm5 → esm5}/heatmap-chart.component.js +0 -0
  108. package/{dist/esm5 → esm5}/histogram-chart.component.js +0 -0
  109. package/{dist/esm5 → esm5}/index.js +0 -0
  110. package/{dist/esm5 → esm5}/line-chart.component.js +0 -0
  111. package/{dist/esm5 → esm5}/lollipop-chart.component.js +0 -0
  112. package/{dist/esm5 → esm5}/meter-chart.component.js +0 -0
  113. package/{dist/esm5 → esm5}/pie-chart.component.js +0 -0
  114. package/{dist/esm5 → esm5}/radar-chart.component.js +0 -0
  115. package/{dist/esm5 → esm5}/scatter-chart.component.js +0 -0
  116. package/{dist/esm5 → esm5}/tree-chart.component.js +0 -0
  117. package/{dist/esm5 → esm5}/treemap-chart.component.js +0 -0
  118. package/{dist/esm5 → esm5}/wordcloud-chart.component.js +0 -0
  119. package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js +0 -0
  120. package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js.map +0 -0
  121. package/{dist/fesm5 → fesm5}/carbon-charts-angular.js +0 -0
  122. package/{dist/fesm5 → fesm5}/carbon-charts-angular.js.map +0 -0
  123. package/{dist/gauge-chart.component.d.ts → gauge-chart.component.d.ts} +0 -0
  124. package/{dist/heatmap-chart.component.d.ts → heatmap-chart.component.d.ts} +0 -0
  125. package/{dist/histogram-chart.component.d.ts → histogram-chart.component.d.ts} +0 -0
  126. package/{dist/index.d.ts → index.d.ts} +0 -0
  127. package/{dist/line-chart.component.d.ts → line-chart.component.d.ts} +0 -0
  128. package/{dist/lollipop-chart.component.d.ts → lollipop-chart.component.d.ts} +0 -0
  129. package/{dist/meter-chart.component.d.ts → meter-chart.component.d.ts} +0 -0
  130. package/package.json +108 -103
  131. package/{dist/pie-chart.component.d.ts → pie-chart.component.d.ts} +0 -0
  132. package/{dist/radar-chart.component.d.ts → radar-chart.component.d.ts} +0 -0
  133. package/{dist/scatter-chart.component.d.ts → scatter-chart.component.d.ts} +0 -0
  134. package/{dist/tree-chart.component.d.ts → tree-chart.component.d.ts} +0 -0
  135. package/{dist/treemap-chart.component.d.ts → treemap-chart.component.d.ts} +0 -0
  136. package/{dist/wordcloud-chart.component.d.ts → wordcloud-chart.component.d.ts} +0 -0
  137. package/.storybook/addons.js +0 -2
  138. package/.storybook/assets/logo.svg +0 -1
  139. package/.storybook/assets/share.png +0 -0
  140. package/.storybook/assets/welcome.png +0 -0
  141. package/.storybook/config.js +0 -22
  142. package/.storybook/manager-head.html +0 -45
  143. package/.storybook/preview-head.html +0 -10
  144. package/.storybook/tsconfig.json +0 -10
  145. package/angular.json +0 -68
  146. package/build.sh +0 -13
  147. package/carbon.yml +0 -275
  148. package/dist/CHANGELOG.md +0 -3168
  149. package/dist/README.md +0 -40
  150. package/dist/package.json +0 -109
  151. package/ng-package.json +0 -8
  152. package/src/alluvial-chart.component.ts +0 -34
  153. package/src/area-chart-stacked.component.ts +0 -34
  154. package/src/area-chart.component.ts +0 -37
  155. package/src/bar-chart-grouped.component.ts +0 -34
  156. package/src/bar-chart-simple.component.ts +0 -34
  157. package/src/bar-chart-stacked.component.ts +0 -34
  158. package/src/base-chart.component.ts +0 -102
  159. package/src/boxplot-chart.component.ts +0 -34
  160. package/src/bubble-chart.component.ts +0 -34
  161. package/src/bullet-chart.component.ts +0 -34
  162. package/src/charts.module.ts +0 -87
  163. package/src/circle-pack-chart.component.ts +0 -34
  164. package/src/combo-chart.component.ts +0 -33
  165. package/src/diagrams/card-node/card-node-column.component.ts +0 -22
  166. package/src/diagrams/card-node/card-node-label.component.ts +0 -15
  167. package/src/diagrams/card-node/card-node-subtitle.component.ts +0 -15
  168. package/src/diagrams/card-node/card-node-title.component.ts +0 -15
  169. package/src/diagrams/card-node/card-node.component.ts +0 -100
  170. package/src/diagrams/card-node/card-node.module.ts +0 -18
  171. package/src/diagrams/configs.ts +0 -1
  172. package/src/diagrams/edge/edge.component.ts +0 -45
  173. package/src/diagrams/edge/edge.module.ts +0 -11
  174. package/src/diagrams/marker/marker.component.ts +0 -68
  175. package/src/diagrams/marker/marker.module.ts +0 -43
  176. package/src/diagrams/shape-node/shape-node.component.ts +0 -133
  177. package/src/diagrams/shape-node/shape-node.module.ts +0 -11
  178. package/src/donut-chart.component.ts +0 -34
  179. package/src/gauge-chart.component.ts +0 -34
  180. package/src/heatmap-chart.component.ts +0 -34
  181. package/src/histogram-chart.component.ts +0 -34
  182. package/src/index.ts +0 -44
  183. package/src/line-chart.component.ts +0 -34
  184. package/src/lollipop-chart.component.ts +0 -34
  185. package/src/meter-chart.component.ts +0 -33
  186. package/src/pie-chart.component.ts +0 -34
  187. package/src/radar-chart.component.ts +0 -34
  188. package/src/scatter-chart.component.ts +0 -34
  189. package/src/tree-chart.component.ts +0 -34
  190. package/src/treemap-chart.component.ts +0 -34
  191. package/src/wordcloud-chart.component.ts +0 -34
  192. package/stories/all.stories.ts +0 -99
  193. package/stories/diagrams/0_diagram.stories.ts +0 -224
  194. package/stories/diagrams/card-node.stories.ts +0 -181
  195. package/stories/diagrams/edge.stories.ts +0 -127
  196. package/stories/diagrams/marker.stories.ts +0 -140
  197. package/stories/diagrams/shape-node.stories.ts +0 -98
  198. package/tsconfig.json +0 -30
  199. package/tslint.json +0 -95
package/dist/CHANGELOG.md DELETED
@@ -1,3168 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.58.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.0...v0.58.1) (2022-05-19)
7
-
8
- **Note:** Version bump only for package @carbon/charts-angular
9
-
10
-
11
-
12
-
13
-
14
- # [0.58.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.1...v0.58.0) (2022-05-16)
15
-
16
- **Note:** Version bump only for package @carbon/charts-angular
17
-
18
-
19
-
20
-
21
-
22
- ## [0.57.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.0...v0.57.1) (2022-05-06)
23
-
24
- **Note:** Version bump only for package @carbon/charts-angular
25
-
26
-
27
-
28
-
29
-
30
- # [0.57.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.56.0...v0.57.0) (2022-04-11)
31
-
32
-
33
- ### Features
34
-
35
- * **angular:** add Angular 13 support in peerDeps ([#1337](https://github.com/carbon-design-system/carbon-charts/issues/1337)) ([213dacb](https://github.com/carbon-design-system/carbon-charts/commit/213dacb15575a5e108a3e1984fb41ce91876ebae))
36
-
37
-
38
-
39
-
40
-
41
- # [0.56.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.1...v0.56.0) (2022-03-28)
42
-
43
- **Note:** Version bump only for package @carbon/charts-angular
44
-
45
-
46
-
47
-
48
-
49
- ## [0.55.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.0...v0.55.1) (2022-03-14)
50
-
51
- **Note:** Version bump only for package @carbon/charts-angular
52
-
53
-
54
-
55
-
56
-
57
- # [0.55.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.14...v0.55.0) (2022-03-14)
58
-
59
- **Note:** Version bump only for package @carbon/charts-angular
60
-
61
-
62
-
63
-
64
-
65
- ## [0.54.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.13...v0.54.14) (2022-03-14)
66
-
67
- **Note:** Version bump only for package @carbon/charts-angular
68
-
69
-
70
-
71
-
72
-
73
- ## [0.54.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.12...v0.54.13) (2022-03-09)
74
-
75
- **Note:** Version bump only for package @carbon/charts-angular
76
-
77
-
78
-
79
-
80
-
81
- ## [0.54.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.11...v0.54.12) (2022-02-04)
82
-
83
- **Note:** Version bump only for package @carbon/charts-angular
84
-
85
-
86
-
87
-
88
-
89
- ## [0.54.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.10...v0.54.11) (2022-02-02)
90
-
91
- **Note:** Version bump only for package @carbon/charts-angular
92
-
93
-
94
-
95
-
96
-
97
- ## [0.54.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.9...v0.54.10) (2022-01-27)
98
-
99
- **Note:** Version bump only for package @carbon/charts-angular
100
-
101
-
102
-
103
-
104
-
105
- ## [0.54.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.8...v0.54.9) (2022-01-27)
106
-
107
- **Note:** Version bump only for package @carbon/charts-angular
108
-
109
-
110
-
111
-
112
-
113
- ## [0.54.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.7...v0.54.8) (2022-01-25)
114
-
115
- **Note:** Version bump only for package @carbon/charts-angular
116
-
117
-
118
-
119
-
120
-
121
- ## [0.54.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.6...v0.54.7) (2022-01-13)
122
-
123
- **Note:** Version bump only for package @carbon/charts-angular
124
-
125
-
126
-
127
-
128
-
129
- ## [0.54.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.5...v0.54.6) (2022-01-13)
130
-
131
- **Note:** Version bump only for package @carbon/charts-angular
132
-
133
-
134
-
135
-
136
-
137
- ## [0.54.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.4...v0.54.5) (2022-01-11)
138
-
139
- **Note:** Version bump only for package @carbon/charts-angular
140
-
141
-
142
-
143
-
144
-
145
- ## [0.54.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.3...v0.54.4) (2022-01-10)
146
-
147
- **Note:** Version bump only for package @carbon/charts-angular
148
-
149
-
150
-
151
-
152
-
153
- ## [0.54.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.2...v0.54.3) (2022-01-07)
154
-
155
- **Note:** Version bump only for package @carbon/charts-angular
156
-
157
-
158
-
159
-
160
-
161
- ## [0.54.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.1...v0.54.2) (2022-01-05)
162
-
163
- **Note:** Version bump only for package @carbon/charts-angular
164
-
165
-
166
-
167
-
168
-
169
- ## [0.54.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.0...v0.54.1) (2022-01-05)
170
-
171
- **Note:** Version bump only for package @carbon/charts-angular
172
-
173
-
174
-
175
-
176
-
177
- # [0.54.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.5...v0.54.0) (2021-12-24)
178
-
179
-
180
- ### Features
181
-
182
- * **core:** create heatmap chart ([#1200](https://github.com/carbon-design-system/carbon-charts/issues/1200)) ([a55be0f](https://github.com/carbon-design-system/carbon-charts/commit/a55be0fcec6020b609ab18b2224562aaa9775321))
183
-
184
-
185
-
186
-
187
-
188
- ## [0.53.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.4...v0.53.5) (2021-12-15)
189
-
190
- **Note:** Version bump only for package @carbon/charts-angular
191
-
192
-
193
-
194
-
195
-
196
- ## [0.53.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.3...v0.53.4) (2021-12-13)
197
-
198
- **Note:** Version bump only for package @carbon/charts-angular
199
-
200
-
201
-
202
-
203
-
204
- ## [0.53.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.2...v0.53.3) (2021-12-07)
205
-
206
- **Note:** Version bump only for package @carbon/charts-angular
207
-
208
-
209
-
210
-
211
-
212
- ## [0.53.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.1...v0.53.2) (2021-12-06)
213
-
214
- **Note:** Version bump only for package @carbon/charts-angular
215
-
216
-
217
-
218
-
219
-
220
- ## [0.53.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.0...v0.53.1) (2021-12-02)
221
-
222
- **Note:** Version bump only for package @carbon/charts-angular
223
-
224
-
225
-
226
-
227
-
228
- # [0.53.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.4...v0.53.0) (2021-12-01)
229
-
230
- **Note:** Version bump only for package @carbon/charts-angular
231
-
232
-
233
-
234
-
235
-
236
- ## [0.52.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.3...v0.52.4) (2021-12-01)
237
-
238
- **Note:** Version bump only for package @carbon/charts-angular
239
-
240
-
241
-
242
-
243
-
244
- ## [0.52.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.2...v0.52.3) (2021-11-22)
245
-
246
- **Note:** Version bump only for package @carbon/charts-angular
247
-
248
-
249
-
250
-
251
-
252
- ## [0.52.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.1...v0.52.2) (2021-11-19)
253
-
254
- **Note:** Version bump only for package @carbon/charts-angular
255
-
256
-
257
-
258
-
259
-
260
- ## [0.52.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.0...v0.52.1) (2021-11-19)
261
-
262
- **Note:** Version bump only for package @carbon/charts-angular
263
-
264
-
265
-
266
-
267
-
268
- # [0.52.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.4...v0.52.0) (2021-11-18)
269
-
270
- **Note:** Version bump only for package @carbon/charts-angular
271
-
272
-
273
-
274
-
275
-
276
- ## [0.51.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.3...v0.51.4) (2021-11-16)
277
-
278
- **Note:** Version bump only for package @carbon/charts-angular
279
-
280
-
281
-
282
-
283
-
284
- ## [0.51.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.2...v0.51.3) (2021-11-03)
285
-
286
- **Note:** Version bump only for package @carbon/charts-angular
287
-
288
-
289
-
290
-
291
-
292
- ## [0.51.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.1...v0.51.2) (2021-11-02)
293
-
294
- **Note:** Version bump only for package @carbon/charts-angular
295
-
296
-
297
-
298
-
299
-
300
- ## [0.51.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.0...v0.51.1) (2021-11-02)
301
-
302
- **Note:** Version bump only for package @carbon/charts-angular
303
-
304
-
305
-
306
-
307
-
308
- # [0.51.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.10...v0.51.0) (2021-11-01)
309
-
310
- **Note:** Version bump only for package @carbon/charts-angular
311
-
312
-
313
-
314
-
315
-
316
- ## [0.50.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.9...v0.50.10) (2021-10-27)
317
-
318
- **Note:** Version bump only for package @carbon/charts-angular
319
-
320
-
321
-
322
-
323
-
324
- ## [0.50.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.8...v0.50.9) (2021-10-20)
325
-
326
- **Note:** Version bump only for package @carbon/charts-angular
327
-
328
-
329
-
330
-
331
-
332
- ## [0.50.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.7...v0.50.8) (2021-10-18)
333
-
334
- **Note:** Version bump only for package @carbon/charts-angular
335
-
336
-
337
-
338
-
339
-
340
- ## [0.50.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.6...v0.50.7) (2021-10-12)
341
-
342
- **Note:** Version bump only for package @carbon/charts-angular
343
-
344
-
345
-
346
-
347
-
348
- ## [0.50.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.5...v0.50.6) (2021-10-08)
349
-
350
- **Note:** Version bump only for package @carbon/charts-angular
351
-
352
-
353
-
354
-
355
-
356
- ## [0.50.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.4...v0.50.5) (2021-10-08)
357
-
358
- **Note:** Version bump only for package @carbon/charts-angular
359
-
360
-
361
-
362
-
363
-
364
- ## [0.50.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.3...v0.50.4) (2021-10-05)
365
-
366
- **Note:** Version bump only for package @carbon/charts-angular
367
-
368
-
369
-
370
-
371
-
372
- ## [0.50.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.2...v0.50.3) (2021-10-04)
373
-
374
- **Note:** Version bump only for package @carbon/charts-angular
375
-
376
-
377
-
378
-
379
-
380
- ## [0.50.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.1...v0.50.2) (2021-10-04)
381
-
382
- **Note:** Version bump only for package @carbon/charts-angular
383
-
384
-
385
-
386
-
387
-
388
- ## [0.50.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.0...v0.50.1) (2021-10-01)
389
-
390
- **Note:** Version bump only for package @carbon/charts-angular
391
-
392
-
393
-
394
-
395
-
396
- # [0.50.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.7...v0.50.0) (2021-09-30)
397
-
398
- **Note:** Version bump only for package @carbon/charts-angular
399
-
400
-
401
-
402
-
403
-
404
- ## [0.49.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.6...v0.49.7) (2021-09-27)
405
-
406
- **Note:** Version bump only for package @carbon/charts-angular
407
-
408
-
409
-
410
-
411
-
412
- ## [0.49.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.5...v0.49.6) (2021-09-23)
413
-
414
- **Note:** Version bump only for package @carbon/charts-angular
415
-
416
-
417
-
418
-
419
-
420
- ## [0.49.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.4...v0.49.5) (2021-09-23)
421
-
422
- **Note:** Version bump only for package @carbon/charts-angular
423
-
424
-
425
-
426
-
427
-
428
- ## [0.49.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.3...v0.49.4) (2021-09-22)
429
-
430
- **Note:** Version bump only for package @carbon/charts-angular
431
-
432
-
433
-
434
-
435
-
436
- ## [0.49.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.2...v0.49.3) (2021-09-22)
437
-
438
- **Note:** Version bump only for package @carbon/charts-angular
439
-
440
-
441
-
442
-
443
-
444
- ## [0.49.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.1...v0.49.2) (2021-09-20)
445
-
446
- **Note:** Version bump only for package @carbon/charts-angular
447
-
448
-
449
-
450
-
451
-
452
- ## [0.49.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.0...v0.49.1) (2021-09-17)
453
-
454
- **Note:** Version bump only for package @carbon/charts-angular
455
-
456
-
457
-
458
-
459
-
460
- # [0.49.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.4...v0.49.0) (2021-09-15)
461
-
462
-
463
- ### Features
464
-
465
- * **core:** create alluvial chart ([#1132](https://github.com/carbon-design-system/carbon-charts/issues/1132)) ([08fa194](https://github.com/carbon-design-system/carbon-charts/commit/08fa194f1c59ab2110c0d221886fc0174c936194)), closes [#871](https://github.com/carbon-design-system/carbon-charts/issues/871)
466
-
467
-
468
-
469
-
470
-
471
- ## [0.48.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.3...v0.48.4) (2021-09-13)
472
-
473
- **Note:** Version bump only for package @carbon/charts-angular
474
-
475
-
476
-
477
-
478
-
479
- ## [0.48.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.2...v0.48.3) (2021-09-13)
480
-
481
-
482
- ### Bug Fixes
483
-
484
- * **core:** diagram rendering issues in safari ([#1150](https://github.com/carbon-design-system/carbon-charts/issues/1150)) ([fc123dd](https://github.com/carbon-design-system/carbon-charts/commit/fc123dda01795fbd4703362dd2688c5ac1940728))
485
-
486
-
487
-
488
-
489
-
490
- ## [0.48.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.1...v0.48.2) (2021-09-13)
491
-
492
- **Note:** Version bump only for package @carbon/charts-angular
493
-
494
-
495
-
496
-
497
-
498
- ## [0.48.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.0...v0.48.1) (2021-09-13)
499
-
500
- **Note:** Version bump only for package @carbon/charts-angular
501
-
502
-
503
-
504
-
505
-
506
- # [0.48.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.47.0...v0.48.0) (2021-09-10)
507
-
508
- **Note:** Version bump only for package @carbon/charts-angular
509
-
510
-
511
-
512
-
513
-
514
- # [0.47.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.5...v0.47.0) (2021-09-08)
515
-
516
-
517
- ### Features
518
-
519
- * **core:** add tree chart ([#1116](https://github.com/carbon-design-system/carbon-charts/issues/1116)) ([96e4988](https://github.com/carbon-design-system/carbon-charts/commit/96e4988d5b3926f2a9daa642c8ebb62058328aa3))
520
-
521
-
522
-
523
-
524
-
525
- ## [0.46.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.4...v0.46.5) (2021-09-08)
526
-
527
- **Note:** Version bump only for package @carbon/charts-angular
528
-
529
-
530
-
531
-
532
-
533
- ## [0.46.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.3...v0.46.4) (2021-08-31)
534
-
535
- **Note:** Version bump only for package @carbon/charts-angular
536
-
537
-
538
-
539
-
540
-
541
- ## [0.46.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.2...v0.46.3) (2021-08-31)
542
-
543
- **Note:** Version bump only for package @carbon/charts-angular
544
-
545
-
546
-
547
-
548
-
549
- ## [0.46.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.1...v0.46.2) (2021-08-30)
550
-
551
- **Note:** Version bump only for package @carbon/charts-angular
552
-
553
-
554
-
555
-
556
-
557
- ## [0.46.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.0...v0.46.1) (2021-08-27)
558
-
559
- **Note:** Version bump only for package @carbon/charts-angular
560
-
561
-
562
-
563
-
564
-
565
- # [0.46.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.45.1...v0.46.0) (2021-08-27)
566
-
567
- **Note:** Version bump only for package @carbon/charts-angular
568
-
569
-
570
-
571
-
572
-
573
- ## [0.45.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.45.0...v0.45.1) (2021-08-23)
574
-
575
- **Note:** Version bump only for package @carbon/charts-angular
576
-
577
-
578
-
579
-
580
-
581
- # [0.45.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.1...v0.45.0) (2021-08-19)
582
-
583
- **Note:** Version bump only for package @carbon/charts-angular
584
-
585
-
586
-
587
-
588
-
589
- ## [0.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
590
-
591
- **Note:** Version bump only for package @carbon/charts-angular
592
-
593
-
594
-
595
-
596
-
597
- # [0.44.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.43.0...v0.44.0) (2021-08-18)
598
-
599
- **Note:** Version bump only for package @carbon/charts-angular
600
-
601
-
602
-
603
-
604
-
605
- # [0.43.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.1...v0.43.0) (2021-08-17)
606
-
607
- **Note:** Version bump only for package @carbon/charts-angular
608
-
609
-
610
-
611
-
612
-
613
- ## [0.42.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.0...v0.42.1) (2021-08-13)
614
-
615
- **Note:** Version bump only for package @carbon/charts-angular
616
-
617
-
618
-
619
-
620
-
621
- # [0.42.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.103...v0.42.0) (2021-08-13)
622
-
623
-
624
- ### Features
625
-
626
- * **charts:** add histogram ([#1038](https://github.com/carbon-design-system/carbon-charts/issues/1038)) ([07e07b3](https://github.com/carbon-design-system/carbon-charts/commit/07e07b3a2e8bc0eb01a7f4fdfc004e8095fb7b26))
627
-
628
-
629
-
630
-
631
-
632
- ## [0.41.103](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.102...v0.41.103) (2021-08-11)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * **angular:** area chart export ([#1114](https://github.com/carbon-design-system/carbon-charts/issues/1114)) ([ae37d85](https://github.com/carbon-design-system/carbon-charts/commit/ae37d854ea33dac04e8a7f88f23c30eadd49906f))
638
-
639
-
640
-
641
-
642
-
643
- ## [0.41.102](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.101...v0.41.102) (2021-08-10)
644
-
645
-
646
- ### Bug Fixes
647
-
648
- * **angular:** add area chart to exports ([#1112](https://github.com/carbon-design-system/carbon-charts/issues/1112)) ([609c9c4](https://github.com/carbon-design-system/carbon-charts/commit/609c9c4ecc8a440cc039b566f9d7bf927ec23af0))
649
-
650
-
651
-
652
-
653
-
654
- ## [0.41.101](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.100...v0.41.101) (2021-08-06)
655
-
656
- **Note:** Version bump only for package @carbon/charts-angular
657
-
658
-
659
-
660
-
661
-
662
- ## [0.41.100](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.99...v0.41.100) (2021-08-04)
663
-
664
- **Note:** Version bump only for package @carbon/charts-angular
665
-
666
-
667
-
668
-
669
-
670
- ## [0.41.99](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.98...v0.41.99) (2021-08-04)
671
-
672
- **Note:** Version bump only for package @carbon/charts-angular
673
-
674
-
675
-
676
-
677
-
678
- ## [0.41.98](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.97...v0.41.98) (2021-08-04)
679
-
680
- **Note:** Version bump only for package @carbon/charts-angular
681
-
682
-
683
-
684
-
685
-
686
- ## [0.41.97](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.96...v0.41.97) (2021-08-04)
687
-
688
- **Note:** Version bump only for package @carbon/charts-angular
689
-
690
-
691
-
692
-
693
-
694
- ## [0.41.96](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.95...v0.41.96) (2021-08-04)
695
-
696
- **Note:** Version bump only for package @carbon/charts-angular
697
-
698
-
699
-
700
-
701
-
702
- ## [0.41.95](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.94...v0.41.95) (2021-08-02)
703
-
704
- **Note:** Version bump only for package @carbon/charts-angular
705
-
706
-
707
-
708
-
709
-
710
- ## [0.41.94](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.93...v0.41.94) (2021-07-30)
711
-
712
- **Note:** Version bump only for package @carbon/charts-angular
713
-
714
-
715
-
716
-
717
-
718
- ## [0.41.93](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.92...v0.41.93) (2021-07-27)
719
-
720
- **Note:** Version bump only for package @carbon/charts-angular
721
-
722
-
723
-
724
-
725
-
726
- ## [0.41.92](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.91...v0.41.92) (2021-07-26)
727
-
728
- **Note:** Version bump only for package @carbon/charts-angular
729
-
730
-
731
-
732
-
733
-
734
- ## [0.41.91](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.90...v0.41.91) (2021-07-22)
735
-
736
- **Note:** Version bump only for package @carbon/charts-angular
737
-
738
-
739
-
740
-
741
-
742
- ## [0.41.90](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.89...v0.41.90) (2021-07-21)
743
-
744
- **Note:** Version bump only for package @carbon/charts-angular
745
-
746
-
747
-
748
-
749
-
750
- ## [0.41.89](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.88...v0.41.89) (2021-07-21)
751
-
752
- **Note:** Version bump only for package @carbon/charts-angular
753
-
754
-
755
-
756
-
757
-
758
- ## [0.41.88](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.87...v0.41.88) (2021-07-21)
759
-
760
- **Note:** Version bump only for package @carbon/charts-angular
761
-
762
-
763
-
764
-
765
-
766
- ## [0.41.87](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.86...v0.41.87) (2021-07-20)
767
-
768
- **Note:** Version bump only for package @carbon/charts-angular
769
-
770
-
771
-
772
-
773
-
774
- ## [0.41.86](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.85...v0.41.86) (2021-07-20)
775
-
776
- **Note:** Version bump only for package @carbon/charts-angular
777
-
778
-
779
-
780
-
781
-
782
- ## [0.41.85](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.84...v0.41.85) (2021-07-20)
783
-
784
- **Note:** Version bump only for package @carbon/charts-angular
785
-
786
-
787
-
788
-
789
-
790
- ## [0.41.84](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.83...v0.41.84) (2021-07-16)
791
-
792
- **Note:** Version bump only for package @carbon/charts-angular
793
-
794
-
795
-
796
-
797
-
798
- ## [0.41.83](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.82...v0.41.83) (2021-07-15)
799
-
800
- **Note:** Version bump only for package @carbon/charts-angular
801
-
802
-
803
-
804
-
805
-
806
- ## [0.41.82](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.81...v0.41.82) (2021-07-13)
807
-
808
- **Note:** Version bump only for package @carbon/charts-angular
809
-
810
-
811
-
812
-
813
-
814
- ## [0.41.81](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.80...v0.41.81) (2021-07-13)
815
-
816
- **Note:** Version bump only for package @carbon/charts-angular
817
-
818
-
819
-
820
-
821
-
822
- ## [0.41.80](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.79...v0.41.80) (2021-07-07)
823
-
824
- **Note:** Version bump only for package @carbon/charts-angular
825
-
826
-
827
-
828
-
829
-
830
- ## [0.41.79](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.78...v0.41.79) (2021-06-29)
831
-
832
- **Note:** Version bump only for package @carbon/charts-angular
833
-
834
-
835
-
836
-
837
-
838
- ## [0.41.78](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.77...v0.41.78) (2021-06-29)
839
-
840
- **Note:** Version bump only for package @carbon/charts-angular
841
-
842
-
843
-
844
-
845
-
846
- ## [0.41.77](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.76...v0.41.77) (2021-06-25)
847
-
848
- **Note:** Version bump only for package @carbon/charts-angular
849
-
850
-
851
-
852
-
853
-
854
- ## [0.41.76](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.75...v0.41.76) (2021-06-24)
855
-
856
- **Note:** Version bump only for package @carbon/charts-angular
857
-
858
-
859
-
860
-
861
-
862
- ## [0.41.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
863
-
864
- **Note:** Version bump only for package @carbon/charts-angular
865
-
866
-
867
-
868
-
869
-
870
- ## [0.41.74](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.73...v0.41.74) (2021-06-24)
871
-
872
- **Note:** Version bump only for package @carbon/charts-angular
873
-
874
-
875
-
876
-
877
-
878
- ## [0.41.73](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.72...v0.41.73) (2021-06-24)
879
-
880
- **Note:** Version bump only for package @carbon/charts-angular
881
-
882
-
883
-
884
-
885
-
886
- ## [0.41.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
887
-
888
- **Note:** Version bump only for package @carbon/charts-angular
889
-
890
-
891
-
892
-
893
-
894
- ## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
895
-
896
- **Note:** Version bump only for package @carbon/charts-angular
897
-
898
-
899
-
900
-
901
-
902
- ## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
903
-
904
- **Note:** Version bump only for package @carbon/charts-angular
905
-
906
-
907
-
908
-
909
-
910
- ## [0.41.69](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.68...v0.41.69) (2021-06-21)
911
-
912
- **Note:** Version bump only for package @carbon/charts-angular
913
-
914
-
915
-
916
-
917
-
918
- ## [0.41.68](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.67...v0.41.68) (2021-06-08)
919
-
920
- **Note:** Version bump only for package @carbon/charts-angular
921
-
922
-
923
-
924
-
925
-
926
- ## [0.41.67](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.66...v0.41.67) (2021-05-31)
927
-
928
- **Note:** Version bump only for package @carbon/charts-angular
929
-
930
-
931
-
932
-
933
-
934
- ## [0.41.66](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.65...v0.41.66) (2021-05-25)
935
-
936
- **Note:** Version bump only for package @carbon/charts-angular
937
-
938
-
939
-
940
-
941
-
942
- ## [0.41.65](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.64...v0.41.65) (2021-05-19)
943
-
944
- **Note:** Version bump only for package @carbon/charts-angular
945
-
946
-
947
-
948
-
949
-
950
- ## [0.41.64](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.63...v0.41.64) (2021-05-10)
951
-
952
- **Note:** Version bump only for package @carbon/charts-angular
953
-
954
-
955
-
956
-
957
-
958
- ## [0.41.63](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.62...v0.41.63) (2021-05-10)
959
-
960
- **Note:** Version bump only for package @carbon/charts-angular
961
-
962
-
963
-
964
-
965
-
966
- ## [0.41.62](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.61...v0.41.62) (2021-04-29)
967
-
968
- **Note:** Version bump only for package @carbon/charts-angular
969
-
970
-
971
-
972
-
973
-
974
- ## [0.41.61](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.60...v0.41.61) (2021-04-28)
975
-
976
- **Note:** Version bump only for package @carbon/charts-angular
977
-
978
-
979
-
980
-
981
-
982
- ## [0.41.60](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.59...v0.41.60) (2021-04-28)
983
-
984
- **Note:** Version bump only for package @carbon/charts-angular
985
-
986
-
987
-
988
-
989
-
990
- ## [0.41.59](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.58...v0.41.59) (2021-04-27)
991
-
992
- **Note:** Version bump only for package @carbon/charts-angular
993
-
994
-
995
-
996
-
997
-
998
- ## [0.41.58](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.57...v0.41.58) (2021-04-26)
999
-
1000
- **Note:** Version bump only for package @carbon/charts-angular
1001
-
1002
-
1003
-
1004
-
1005
-
1006
- ## [0.41.57](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.56...v0.41.57) (2021-04-20)
1007
-
1008
- **Note:** Version bump only for package @carbon/charts-angular
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [0.41.56](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.55...v0.41.56) (2021-04-16)
1015
-
1016
- **Note:** Version bump only for package @carbon/charts-angular
1017
-
1018
-
1019
-
1020
-
1021
-
1022
- ## [0.41.55](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.54...v0.41.55) (2021-04-14)
1023
-
1024
- **Note:** Version bump only for package @carbon/charts-angular
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- ## [0.41.54](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.53...v0.41.54) (2021-04-14)
1031
-
1032
- **Note:** Version bump only for package @carbon/charts-angular
1033
-
1034
-
1035
-
1036
-
1037
-
1038
- ## [0.41.53](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.52...v0.41.53) (2021-04-13)
1039
-
1040
- **Note:** Version bump only for package @carbon/charts-angular
1041
-
1042
-
1043
-
1044
-
1045
-
1046
- ## [0.41.52](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.51...v0.41.52) (2021-04-12)
1047
-
1048
- **Note:** Version bump only for package @carbon/charts-angular
1049
-
1050
-
1051
-
1052
-
1053
-
1054
- ## [0.41.51](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.50...v0.41.51) (2021-04-12)
1055
-
1056
- **Note:** Version bump only for package @carbon/charts-angular
1057
-
1058
-
1059
-
1060
-
1061
-
1062
- ## [0.41.50](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.49...v0.41.50) (2021-04-07)
1063
-
1064
- **Note:** Version bump only for package @carbon/charts-angular
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- ## [0.41.49](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.48...v0.41.49) (2021-04-07)
1071
-
1072
- **Note:** Version bump only for package @carbon/charts-angular
1073
-
1074
-
1075
-
1076
-
1077
-
1078
- ## [0.41.48](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.47...v0.41.48) (2021-03-31)
1079
-
1080
- **Note:** Version bump only for package @carbon/charts-angular
1081
-
1082
-
1083
-
1084
-
1085
-
1086
- ## [0.41.47](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.46...v0.41.47) (2021-03-30)
1087
-
1088
- **Note:** Version bump only for package @carbon/charts-angular
1089
-
1090
-
1091
-
1092
-
1093
-
1094
- ## [0.41.46](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.45...v0.41.46) (2021-03-29)
1095
-
1096
- **Note:** Version bump only for package @carbon/charts-angular
1097
-
1098
-
1099
-
1100
-
1101
-
1102
- ## [0.41.45](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.44...v0.41.45) (2021-03-29)
1103
-
1104
- **Note:** Version bump only for package @carbon/charts-angular
1105
-
1106
-
1107
-
1108
-
1109
-
1110
- ## [0.41.44](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.43...v0.41.44) (2021-03-24)
1111
-
1112
- **Note:** Version bump only for package @carbon/charts-angular
1113
-
1114
-
1115
-
1116
-
1117
-
1118
- ## [0.41.43](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.42...v0.41.43) (2021-03-15)
1119
-
1120
- **Note:** Version bump only for package @carbon/charts-angular
1121
-
1122
-
1123
-
1124
-
1125
-
1126
- ## [0.41.42](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.41...v0.41.42) (2021-03-12)
1127
-
1128
- **Note:** Version bump only for package @carbon/charts-angular
1129
-
1130
-
1131
-
1132
-
1133
-
1134
- ## [0.41.41](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.40...v0.41.41) (2021-03-02)
1135
-
1136
- **Note:** Version bump only for package @carbon/charts-angular
1137
-
1138
-
1139
-
1140
-
1141
-
1142
- ## [0.41.40](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.39...v0.41.40) (2021-03-01)
1143
-
1144
- **Note:** Version bump only for package @carbon/charts-angular
1145
-
1146
-
1147
-
1148
-
1149
-
1150
- ## [0.41.39](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.38...v0.41.39) (2021-02-25)
1151
-
1152
- **Note:** Version bump only for package @carbon/charts-angular
1153
-
1154
-
1155
-
1156
-
1157
-
1158
- ## [0.41.38](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.37...v0.41.38) (2021-02-23)
1159
-
1160
- **Note:** Version bump only for package @carbon/charts-angular
1161
-
1162
-
1163
-
1164
-
1165
-
1166
- ## [0.41.37](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.36...v0.41.37) (2021-02-23)
1167
-
1168
- **Note:** Version bump only for package @carbon/charts-angular
1169
-
1170
-
1171
-
1172
-
1173
-
1174
- ## [0.41.36](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.35...v0.41.36) (2021-02-22)
1175
-
1176
- **Note:** Version bump only for package @carbon/charts-angular
1177
-
1178
-
1179
-
1180
-
1181
-
1182
- ## [0.41.35](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.34...v0.41.35) (2021-02-22)
1183
-
1184
- **Note:** Version bump only for package @carbon/charts-angular
1185
-
1186
-
1187
-
1188
-
1189
-
1190
- ## [0.41.34](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.33...v0.41.34) (2021-02-22)
1191
-
1192
- **Note:** Version bump only for package @carbon/charts-angular
1193
-
1194
-
1195
-
1196
-
1197
-
1198
- ## [0.41.33](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.32...v0.41.33) (2021-02-18)
1199
-
1200
- **Note:** Version bump only for package @carbon/charts-angular
1201
-
1202
-
1203
-
1204
-
1205
-
1206
- ## [0.41.32](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.31...v0.41.32) (2021-02-12)
1207
-
1208
- **Note:** Version bump only for package @carbon/charts-angular
1209
-
1210
-
1211
-
1212
-
1213
-
1214
- ## [0.41.31](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.30...v0.41.31) (2021-02-05)
1215
-
1216
- **Note:** Version bump only for package @carbon/charts-angular
1217
-
1218
-
1219
-
1220
-
1221
-
1222
- ## [0.41.30](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.29...v0.41.30) (2021-02-01)
1223
-
1224
- **Note:** Version bump only for package @carbon/charts-angular
1225
-
1226
-
1227
-
1228
-
1229
-
1230
- ## [0.41.29](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.28...v0.41.29) (2021-01-29)
1231
-
1232
- **Note:** Version bump only for package @carbon/charts-angular
1233
-
1234
-
1235
-
1236
-
1237
-
1238
- ## [0.41.28](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.27...v0.41.28) (2021-01-26)
1239
-
1240
- **Note:** Version bump only for package @carbon/charts-angular
1241
-
1242
-
1243
-
1244
-
1245
-
1246
- ## [0.41.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
1247
-
1248
- **Note:** Version bump only for package @carbon/charts-angular
1249
-
1250
-
1251
-
1252
-
1253
-
1254
- ## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
1255
-
1256
- **Note:** Version bump only for package @carbon/charts-angular
1257
-
1258
-
1259
-
1260
-
1261
-
1262
- ## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
1263
-
1264
- **Note:** Version bump only for package @carbon/charts-angular
1265
-
1266
-
1267
-
1268
-
1269
-
1270
- ## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
1271
-
1272
- **Note:** Version bump only for package @carbon/charts-angular
1273
-
1274
-
1275
-
1276
-
1277
-
1278
- ## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
1279
-
1280
- **Note:** Version bump only for package @carbon/charts-angular
1281
-
1282
-
1283
-
1284
-
1285
-
1286
- ## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
1287
-
1288
- **Note:** Version bump only for package @carbon/charts-angular
1289
-
1290
-
1291
-
1292
-
1293
-
1294
- ## [0.41.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.20...v0.41.21) (2021-01-13)
1295
-
1296
- **Note:** Version bump only for package @carbon/charts-angular
1297
-
1298
-
1299
-
1300
-
1301
-
1302
- ## [0.41.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.19...v0.41.20) (2021-01-13)
1303
-
1304
- **Note:** Version bump only for package @carbon/charts-angular
1305
-
1306
-
1307
-
1308
-
1309
-
1310
- ## [0.41.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.18...v0.41.19) (2021-01-13)
1311
-
1312
- **Note:** Version bump only for package @carbon/charts-angular
1313
-
1314
-
1315
-
1316
-
1317
-
1318
- ## [0.41.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.17...v0.41.18) (2021-01-13)
1319
-
1320
- **Note:** Version bump only for package @carbon/charts-angular
1321
-
1322
-
1323
-
1324
-
1325
-
1326
- ## [0.41.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.16...v0.41.17) (2021-01-13)
1327
-
1328
- **Note:** Version bump only for package @carbon/charts-angular
1329
-
1330
-
1331
-
1332
-
1333
-
1334
- ## [0.41.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.15...v0.41.16) (2021-01-13)
1335
-
1336
- **Note:** Version bump only for package @carbon/charts-angular
1337
-
1338
-
1339
-
1340
-
1341
-
1342
- ## [0.41.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.14...v0.41.15) (2021-01-07)
1343
-
1344
- **Note:** Version bump only for package @carbon/charts-angular
1345
-
1346
-
1347
-
1348
-
1349
-
1350
- ## [0.41.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.13...v0.41.14) (2020-12-07)
1351
-
1352
- **Note:** Version bump only for package @carbon/charts-angular
1353
-
1354
-
1355
-
1356
-
1357
-
1358
- ## [0.41.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.12...v0.41.13) (2020-12-07)
1359
-
1360
- **Note:** Version bump only for package @carbon/charts-angular
1361
-
1362
-
1363
-
1364
-
1365
-
1366
- ## [0.41.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.11...v0.41.12) (2020-12-07)
1367
-
1368
- **Note:** Version bump only for package @carbon/charts-angular
1369
-
1370
-
1371
-
1372
-
1373
-
1374
- ## [0.41.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.10...v0.41.11) (2020-12-04)
1375
-
1376
- **Note:** Version bump only for package @carbon/charts-angular
1377
-
1378
-
1379
-
1380
-
1381
-
1382
- ## [0.41.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.9...v0.41.10) (2020-12-01)
1383
-
1384
- **Note:** Version bump only for package @carbon/charts-angular
1385
-
1386
-
1387
-
1388
-
1389
-
1390
- ## [0.41.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.8...v0.41.9) (2020-11-27)
1391
-
1392
- **Note:** Version bump only for package @carbon/charts-angular
1393
-
1394
-
1395
-
1396
-
1397
-
1398
- ## [0.41.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.7...v0.41.8) (2020-11-26)
1399
-
1400
- **Note:** Version bump only for package @carbon/charts-angular
1401
-
1402
-
1403
-
1404
-
1405
-
1406
- ## [0.41.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.6...v0.41.7) (2020-11-26)
1407
-
1408
- **Note:** Version bump only for package @carbon/charts-angular
1409
-
1410
-
1411
-
1412
-
1413
-
1414
- ## [0.41.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.5...v0.41.6) (2020-11-20)
1415
-
1416
- **Note:** Version bump only for package @carbon/charts-angular
1417
-
1418
-
1419
-
1420
-
1421
-
1422
- ## [0.41.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.4...v0.41.5) (2020-11-19)
1423
-
1424
- **Note:** Version bump only for package @carbon/charts-angular
1425
-
1426
-
1427
-
1428
-
1429
-
1430
- ## [0.41.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.3...v0.41.4) (2020-11-16)
1431
-
1432
- **Note:** Version bump only for package @carbon/charts-angular
1433
-
1434
-
1435
-
1436
-
1437
-
1438
- ## [0.41.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.2...v0.41.3) (2020-11-16)
1439
-
1440
- **Note:** Version bump only for package @carbon/charts-angular
1441
-
1442
-
1443
-
1444
-
1445
-
1446
- ## [0.41.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.1...v0.41.2) (2020-11-13)
1447
-
1448
- **Note:** Version bump only for package @carbon/charts-angular
1449
-
1450
-
1451
-
1452
-
1453
-
1454
- ## [0.41.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.0...v0.41.1) (2020-11-10)
1455
-
1456
- **Note:** Version bump only for package @carbon/charts-angular
1457
-
1458
-
1459
-
1460
-
1461
-
1462
- # [0.41.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.14...v0.41.0) (2020-11-10)
1463
-
1464
- **Note:** Version bump only for package @carbon/charts-angular
1465
-
1466
-
1467
-
1468
-
1469
-
1470
- ## [0.40.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.13...v0.40.14) (2020-11-09)
1471
-
1472
- **Note:** Version bump only for package @carbon/charts-angular
1473
-
1474
-
1475
-
1476
-
1477
-
1478
- ## [0.40.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.12...v0.40.13) (2020-11-06)
1479
-
1480
- **Note:** Version bump only for package @carbon/charts-angular
1481
-
1482
-
1483
-
1484
-
1485
-
1486
- ## [0.40.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.11...v0.40.12) (2020-11-06)
1487
-
1488
- **Note:** Version bump only for package @carbon/charts-angular
1489
-
1490
-
1491
-
1492
-
1493
-
1494
- ## [0.40.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.10...v0.40.11) (2020-11-03)
1495
-
1496
- **Note:** Version bump only for package @carbon/charts-angular
1497
-
1498
-
1499
-
1500
-
1501
-
1502
- ## [0.40.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.9...v0.40.10) (2020-11-03)
1503
-
1504
- **Note:** Version bump only for package @carbon/charts-angular
1505
-
1506
-
1507
-
1508
-
1509
-
1510
- ## [0.40.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.8...v0.40.9) (2020-11-03)
1511
-
1512
- **Note:** Version bump only for package @carbon/charts-angular
1513
-
1514
-
1515
-
1516
-
1517
-
1518
- ## [0.40.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.7...v0.40.8) (2020-11-02)
1519
-
1520
- **Note:** Version bump only for package @carbon/charts-angular
1521
-
1522
-
1523
-
1524
-
1525
-
1526
- ## [0.40.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.6...v0.40.7) (2020-10-30)
1527
-
1528
- **Note:** Version bump only for package @carbon/charts-angular
1529
-
1530
-
1531
-
1532
-
1533
-
1534
- ## [0.40.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.5...v0.40.6) (2020-10-30)
1535
-
1536
- **Note:** Version bump only for package @carbon/charts-angular
1537
-
1538
-
1539
-
1540
-
1541
-
1542
- ## [0.40.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.4...v0.40.5) (2020-10-30)
1543
-
1544
- **Note:** Version bump only for package @carbon/charts-angular
1545
-
1546
-
1547
-
1548
-
1549
-
1550
- ## [0.40.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.3...v0.40.4) (2020-10-29)
1551
-
1552
- **Note:** Version bump only for package @carbon/charts-angular
1553
-
1554
-
1555
-
1556
-
1557
-
1558
- ## [0.40.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.2...v0.40.3) (2020-10-28)
1559
-
1560
- **Note:** Version bump only for package @carbon/charts-angular
1561
-
1562
-
1563
-
1564
-
1565
-
1566
- ## [0.40.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.1...v0.40.2) (2020-10-27)
1567
-
1568
- **Note:** Version bump only for package @carbon/charts-angular
1569
-
1570
-
1571
-
1572
-
1573
-
1574
- ## [0.40.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.0...v0.40.1) (2020-10-22)
1575
-
1576
- **Note:** Version bump only for package @carbon/charts-angular
1577
-
1578
-
1579
-
1580
-
1581
-
1582
- # [0.40.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.39.1...v0.40.0) (2020-10-08)
1583
-
1584
- **Note:** Version bump only for package @carbon/charts-angular
1585
-
1586
-
1587
-
1588
-
1589
-
1590
- ## [0.39.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.39.0...v0.39.1) (2020-10-05)
1591
-
1592
- **Note:** Version bump only for package @carbon/charts-angular
1593
-
1594
-
1595
-
1596
-
1597
-
1598
- # [0.39.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.8...v0.39.0) (2020-10-01)
1599
-
1600
- **Note:** Version bump only for package @carbon/charts-angular
1601
-
1602
-
1603
-
1604
-
1605
-
1606
- ## [0.38.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.7...v0.38.8) (2020-09-30)
1607
-
1608
- **Note:** Version bump only for package @carbon/charts-angular
1609
-
1610
-
1611
-
1612
-
1613
-
1614
- ## [0.38.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.6...v0.38.7) (2020-09-23)
1615
-
1616
- **Note:** Version bump only for package @carbon/charts-angular
1617
-
1618
-
1619
-
1620
-
1621
-
1622
- ## [0.38.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.5...v0.38.6) (2020-09-22)
1623
-
1624
- **Note:** Version bump only for package @carbon/charts-angular
1625
-
1626
-
1627
-
1628
-
1629
-
1630
- ## [0.38.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.4...v0.38.5) (2020-09-22)
1631
-
1632
- **Note:** Version bump only for package @carbon/charts-angular
1633
-
1634
-
1635
-
1636
-
1637
-
1638
- ## [0.38.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.3...v0.38.4) (2020-09-21)
1639
-
1640
- **Note:** Version bump only for package @carbon/charts-angular
1641
-
1642
-
1643
-
1644
-
1645
-
1646
- ## [0.38.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.2...v0.38.3) (2020-09-21)
1647
-
1648
- **Note:** Version bump only for package @carbon/charts-angular
1649
-
1650
-
1651
-
1652
-
1653
-
1654
- ## [0.38.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.1...v0.38.2) (2020-09-17)
1655
-
1656
- **Note:** Version bump only for package @carbon/charts-angular
1657
-
1658
-
1659
-
1660
-
1661
-
1662
- ## [0.38.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.0...v0.38.1) (2020-09-17)
1663
-
1664
- **Note:** Version bump only for package @carbon/charts-angular
1665
-
1666
-
1667
-
1668
-
1669
-
1670
- # [0.38.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.1...v0.38.0) (2020-09-15)
1671
-
1672
- **Note:** Version bump only for package @carbon/charts-angular
1673
-
1674
-
1675
-
1676
-
1677
-
1678
- ## [0.37.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.0...v0.37.1) (2020-09-14)
1679
-
1680
- **Note:** Version bump only for package @carbon/charts-angular
1681
-
1682
-
1683
-
1684
-
1685
-
1686
- # [0.37.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.4...v0.37.0) (2020-09-11)
1687
-
1688
- **Note:** Version bump only for package @carbon/charts-angular
1689
-
1690
-
1691
-
1692
-
1693
-
1694
- ## [0.36.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.3...v0.36.4) (2020-09-10)
1695
-
1696
- **Note:** Version bump only for package @carbon/charts-angular
1697
-
1698
-
1699
-
1700
-
1701
-
1702
- ## [0.36.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.2...v0.36.3) (2020-09-10)
1703
-
1704
- **Note:** Version bump only for package @carbon/charts-angular
1705
-
1706
-
1707
-
1708
-
1709
-
1710
- ## [0.36.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.1...v0.36.2) (2020-09-02)
1711
-
1712
- **Note:** Version bump only for package @carbon/charts-angular
1713
-
1714
-
1715
-
1716
-
1717
-
1718
- ## [0.36.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.0...v0.36.1) (2020-09-01)
1719
-
1720
- **Note:** Version bump only for package @carbon/charts-angular
1721
-
1722
-
1723
-
1724
-
1725
-
1726
- # [0.36.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.3...v0.36.0) (2020-08-25)
1727
-
1728
- **Note:** Version bump only for package @carbon/charts-angular
1729
-
1730
-
1731
-
1732
-
1733
-
1734
- ## [0.35.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.2...v0.35.3) (2020-08-21)
1735
-
1736
- **Note:** Version bump only for package @carbon/charts-angular
1737
-
1738
-
1739
-
1740
-
1741
-
1742
- ## [0.35.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.1...v0.35.2) (2020-08-21)
1743
-
1744
- **Note:** Version bump only for package @carbon/charts-angular
1745
-
1746
-
1747
-
1748
-
1749
-
1750
- ## [0.35.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.0...v0.35.1) (2020-08-18)
1751
-
1752
- **Note:** Version bump only for package @carbon/charts-angular
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- # [0.35.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.11...v0.35.0) (2020-08-13)
1759
-
1760
- **Note:** Version bump only for package @carbon/charts-angular
1761
-
1762
-
1763
-
1764
-
1765
-
1766
- ## [0.34.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.10...v0.34.11) (2020-08-12)
1767
-
1768
- **Note:** Version bump only for package @carbon/charts-angular
1769
-
1770
-
1771
-
1772
-
1773
-
1774
- ## [0.34.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.9...v0.34.10) (2020-08-11)
1775
-
1776
- **Note:** Version bump only for package @carbon/charts-angular
1777
-
1778
-
1779
-
1780
-
1781
-
1782
- ## [0.34.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.8...v0.34.9) (2020-08-06)
1783
-
1784
- **Note:** Version bump only for package @carbon/charts-angular
1785
-
1786
-
1787
-
1788
-
1789
-
1790
- ## [0.34.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.7...v0.34.8) (2020-07-30)
1791
-
1792
- **Note:** Version bump only for package @carbon/charts-angular
1793
-
1794
-
1795
-
1796
-
1797
-
1798
- ## [0.34.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.6...v0.34.7) (2020-07-29)
1799
-
1800
- **Note:** Version bump only for package @carbon/charts-angular
1801
-
1802
-
1803
-
1804
-
1805
-
1806
- ## [0.34.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.5...v0.34.6) (2020-07-27)
1807
-
1808
- **Note:** Version bump only for package @carbon/charts-angular
1809
-
1810
-
1811
-
1812
-
1813
-
1814
- ## [0.34.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.4...v0.34.5) (2020-07-22)
1815
-
1816
- **Note:** Version bump only for package @carbon/charts-angular
1817
-
1818
-
1819
-
1820
-
1821
-
1822
- ## [0.34.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.3...v0.34.4) (2020-07-21)
1823
-
1824
- **Note:** Version bump only for package @carbon/charts-angular
1825
-
1826
-
1827
-
1828
-
1829
-
1830
- ## [0.34.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.2...v0.34.3) (2020-07-20)
1831
-
1832
- **Note:** Version bump only for package @carbon/charts-angular
1833
-
1834
-
1835
-
1836
-
1837
-
1838
- ## [0.34.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.1...v0.34.2) (2020-07-15)
1839
-
1840
- **Note:** Version bump only for package @carbon/charts-angular
1841
-
1842
-
1843
-
1844
-
1845
-
1846
- ## [0.34.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.0...v0.34.1) (2020-07-14)
1847
-
1848
- **Note:** Version bump only for package @carbon/charts-angular
1849
-
1850
-
1851
-
1852
-
1853
-
1854
- # [0.34.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.33.1...v0.34.0) (2020-07-14)
1855
-
1856
- **Note:** Version bump only for package @carbon/charts-angular
1857
-
1858
-
1859
-
1860
-
1861
-
1862
- ## [0.33.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.33.0...v0.33.1) (2020-07-08)
1863
-
1864
- **Note:** Version bump only for package @carbon/charts-angular
1865
-
1866
-
1867
-
1868
-
1869
-
1870
- # [0.33.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.12...v0.33.0) (2020-07-07)
1871
-
1872
- **Note:** Version bump only for package @carbon/charts-angular
1873
-
1874
-
1875
-
1876
-
1877
-
1878
- ## [0.32.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.11...v0.32.12) (2020-06-26)
1879
-
1880
- **Note:** Version bump only for package @carbon/charts-angular
1881
-
1882
-
1883
-
1884
-
1885
-
1886
- ## [0.32.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.10...v0.32.11) (2020-06-24)
1887
-
1888
- **Note:** Version bump only for package @carbon/charts-angular
1889
-
1890
-
1891
-
1892
-
1893
-
1894
- ## [0.32.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.9...v0.32.10) (2020-06-24)
1895
-
1896
- **Note:** Version bump only for package @carbon/charts-angular
1897
-
1898
-
1899
-
1900
-
1901
-
1902
- ## [0.32.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.8...v0.32.9) (2020-06-23)
1903
-
1904
- **Note:** Version bump only for package @carbon/charts-angular
1905
-
1906
-
1907
-
1908
-
1909
-
1910
- ## [0.32.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.7...v0.32.8) (2020-06-19)
1911
-
1912
- **Note:** Version bump only for package @carbon/charts-angular
1913
-
1914
-
1915
-
1916
-
1917
-
1918
- ## [0.32.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.6...v0.32.7) (2020-06-16)
1919
-
1920
- **Note:** Version bump only for package @carbon/charts-angular
1921
-
1922
-
1923
-
1924
-
1925
-
1926
- ## [0.32.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.5...v0.32.6) (2020-06-12)
1927
-
1928
- **Note:** Version bump only for package @carbon/charts-angular
1929
-
1930
-
1931
-
1932
-
1933
-
1934
- ## [0.32.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.4...v0.32.5) (2020-06-11)
1935
-
1936
- **Note:** Version bump only for package @carbon/charts-angular
1937
-
1938
-
1939
-
1940
-
1941
-
1942
- ## [0.32.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.3...v0.32.4) (2020-06-10)
1943
-
1944
- **Note:** Version bump only for package @carbon/charts-angular
1945
-
1946
-
1947
-
1948
-
1949
-
1950
- ## [0.32.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.2...v0.32.3) (2020-06-08)
1951
-
1952
- **Note:** Version bump only for package @carbon/charts-angular
1953
-
1954
-
1955
-
1956
-
1957
-
1958
- ## [0.32.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.1...v0.32.2) (2020-06-05)
1959
-
1960
- **Note:** Version bump only for package @carbon/charts-angular
1961
-
1962
-
1963
-
1964
-
1965
-
1966
- ## [0.32.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.0...v0.32.1) (2020-06-03)
1967
-
1968
- **Note:** Version bump only for package @carbon/charts-angular
1969
-
1970
-
1971
-
1972
-
1973
-
1974
- # [0.32.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.32.0) (2020-05-29)
1975
-
1976
- **Note:** Version bump only for package @carbon/charts-angular
1977
-
1978
-
1979
-
1980
-
1981
-
1982
- # [0.31.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.31.0) (2020-05-29)
1983
-
1984
- **Note:** Version bump only for package @carbon/charts-angular
1985
-
1986
-
1987
-
1988
-
1989
-
1990
- ## [0.30.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.23...v0.30.24) (2020-05-15)
1991
-
1992
- **Note:** Version bump only for package @carbon/charts-angular
1993
-
1994
-
1995
-
1996
-
1997
-
1998
- ## [0.30.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.22...v0.30.23) (2020-05-13)
1999
-
2000
- **Note:** Version bump only for package @carbon/charts-angular
2001
-
2002
-
2003
-
2004
-
2005
-
2006
- ## [0.30.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.21...v0.30.22) (2020-05-13)
2007
-
2008
- **Note:** Version bump only for package @carbon/charts-angular
2009
-
2010
-
2011
-
2012
-
2013
-
2014
- ## [0.30.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.20...v0.30.21) (2020-05-11)
2015
-
2016
- **Note:** Version bump only for package @carbon/charts-angular
2017
-
2018
-
2019
-
2020
-
2021
-
2022
- ## [0.30.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.19...v0.30.20) (2020-05-08)
2023
-
2024
- **Note:** Version bump only for package @carbon/charts-angular
2025
-
2026
-
2027
-
2028
-
2029
-
2030
- ## [0.30.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.18...v0.30.19) (2020-05-01)
2031
-
2032
- **Note:** Version bump only for package @carbon/charts-angular
2033
-
2034
-
2035
-
2036
-
2037
-
2038
- ## [0.30.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
2039
-
2040
- **Note:** Version bump only for package @carbon/charts-angular
2041
-
2042
-
2043
-
2044
-
2045
-
2046
- ## [0.30.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
2047
-
2048
- **Note:** Version bump only for package @carbon/charts-angular
2049
-
2050
-
2051
-
2052
-
2053
-
2054
- ## [0.30.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.15...v0.30.16) (2020-04-23)
2055
-
2056
- **Note:** Version bump only for package @carbon/charts-angular
2057
-
2058
-
2059
-
2060
-
2061
-
2062
- ## [0.30.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.14...v0.30.15) (2020-04-22)
2063
-
2064
- **Note:** Version bump only for package @carbon/charts-angular
2065
-
2066
-
2067
-
2068
-
2069
-
2070
- ## [0.30.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.13...v0.30.14) (2020-04-21)
2071
-
2072
- **Note:** Version bump only for package @carbon/charts-angular
2073
-
2074
-
2075
-
2076
-
2077
-
2078
- ## [0.30.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.12...v0.30.13) (2020-04-20)
2079
-
2080
- **Note:** Version bump only for package @carbon/charts-angular
2081
-
2082
-
2083
-
2084
-
2085
-
2086
- ## [0.30.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.11...v0.30.12) (2020-04-17)
2087
-
2088
- **Note:** Version bump only for package @carbon/charts-angular
2089
-
2090
-
2091
-
2092
-
2093
-
2094
- ## [0.30.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.10...v0.30.11) (2020-04-15)
2095
-
2096
- **Note:** Version bump only for package @carbon/charts-angular
2097
-
2098
-
2099
-
2100
-
2101
-
2102
- ## [0.30.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.9...v0.30.10) (2020-04-09)
2103
-
2104
- **Note:** Version bump only for package @carbon/charts-angular
2105
-
2106
-
2107
-
2108
-
2109
-
2110
- ## [0.30.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.8...v0.30.9) (2020-04-09)
2111
-
2112
- **Note:** Version bump only for package @carbon/charts-angular
2113
-
2114
-
2115
-
2116
-
2117
-
2118
- ## [0.30.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.7...v0.30.8) (2020-04-03)
2119
-
2120
- **Note:** Version bump only for package @carbon/charts-angular
2121
-
2122
-
2123
-
2124
-
2125
-
2126
- ## [0.30.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.6...v0.30.7) (2020-03-31)
2127
-
2128
- **Note:** Version bump only for package @carbon/charts-angular
2129
-
2130
-
2131
-
2132
-
2133
-
2134
- ## [0.30.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.5...v0.30.6) (2020-03-30)
2135
-
2136
- **Note:** Version bump only for package @carbon/charts-angular
2137
-
2138
-
2139
-
2140
-
2141
-
2142
- ## [0.30.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.4...v0.30.5) (2020-03-30)
2143
-
2144
- **Note:** Version bump only for package @carbon/charts-angular
2145
-
2146
-
2147
-
2148
-
2149
-
2150
- ## [0.30.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.3...v0.30.4) (2020-03-27)
2151
-
2152
- **Note:** Version bump only for package @carbon/charts-angular
2153
-
2154
-
2155
-
2156
-
2157
-
2158
- ## [0.30.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.2...v0.30.3) (2020-03-24)
2159
-
2160
- **Note:** Version bump only for package @carbon/charts-angular
2161
-
2162
-
2163
-
2164
-
2165
-
2166
- ## [0.30.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.1...v0.30.2) (2020-03-16)
2167
-
2168
- **Note:** Version bump only for package @carbon/charts-angular
2169
-
2170
-
2171
-
2172
-
2173
-
2174
- ## [0.30.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.0...v0.30.1) (2020-03-13)
2175
-
2176
- **Note:** Version bump only for package @carbon/charts-angular
2177
-
2178
-
2179
-
2180
-
2181
-
2182
- # [0.30.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.8...v0.30.0) (2020-03-11)
2183
-
2184
- **Note:** Version bump only for package @carbon/charts-angular
2185
-
2186
-
2187
-
2188
-
2189
-
2190
- ## [0.29.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.7...v0.29.8) (2020-03-03)
2191
-
2192
- **Note:** Version bump only for package @carbon/charts-angular
2193
-
2194
-
2195
-
2196
-
2197
-
2198
- ## [0.29.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.6...v0.29.7) (2020-02-28)
2199
-
2200
- **Note:** Version bump only for package @carbon/charts-angular
2201
-
2202
-
2203
-
2204
-
2205
-
2206
- ## [0.29.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.5...v0.29.6) (2020-02-25)
2207
-
2208
- **Note:** Version bump only for package @carbon/charts-angular
2209
-
2210
-
2211
-
2212
-
2213
-
2214
- ## [0.29.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.4...v0.29.5) (2020-02-21)
2215
-
2216
- **Note:** Version bump only for package @carbon/charts-angular
2217
-
2218
-
2219
-
2220
-
2221
-
2222
- ## [0.29.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.3...v0.29.4) (2020-02-20)
2223
-
2224
- **Note:** Version bump only for package @carbon/charts-angular
2225
-
2226
-
2227
-
2228
-
2229
-
2230
- ## [0.29.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.2...v0.29.3) (2020-02-20)
2231
-
2232
- **Note:** Version bump only for package @carbon/charts-angular
2233
-
2234
-
2235
-
2236
-
2237
-
2238
- ## [0.29.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.1...v0.29.2) (2020-02-18)
2239
-
2240
- **Note:** Version bump only for package @carbon/charts-angular
2241
-
2242
-
2243
-
2244
-
2245
-
2246
- ## [0.29.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.0...v0.29.1) (2020-02-10)
2247
-
2248
- **Note:** Version bump only for package @carbon/charts-angular
2249
-
2250
-
2251
-
2252
-
2253
-
2254
- # [0.29.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.28.1...v0.29.0) (2020-02-07)
2255
-
2256
- **Note:** Version bump only for package @carbon/charts-angular
2257
-
2258
-
2259
-
2260
-
2261
-
2262
- ## [0.28.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.28.0...v0.28.1) (2020-01-30)
2263
-
2264
- **Note:** Version bump only for package @carbon/charts-angular
2265
-
2266
-
2267
-
2268
-
2269
-
2270
- # [0.28.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.27.0...v0.28.0) (2020-01-21)
2271
-
2272
-
2273
- ### Features
2274
-
2275
- * **core:** add support for horizontal bar charts ([#415](https://github.com/carbon-design-system/carbon-charts/issues/415)) ([6a480f0](https://github.com/carbon-design-system/carbon-charts/commit/6a480f0))
2276
-
2277
-
2278
-
2279
-
2280
-
2281
- # [0.27.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.1...v0.27.0) (2020-01-20)
2282
-
2283
- **Note:** Version bump only for package @carbon/charts-angular
2284
-
2285
-
2286
-
2287
-
2288
-
2289
- ## [0.26.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.0...v0.26.1) (2020-01-20)
2290
-
2291
- **Note:** Version bump only for package @carbon/charts-angular
2292
-
2293
-
2294
-
2295
-
2296
-
2297
- # [0.26.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.25.0...v0.26.0) (2020-01-16)
2298
-
2299
- **Note:** Version bump only for package @carbon/charts-angular
2300
-
2301
-
2302
-
2303
-
2304
-
2305
- # [0.25.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.5...v0.25.0) (2020-01-10)
2306
-
2307
-
2308
- ### Features
2309
-
2310
- * **angular:** add v8 to angular peerDependencies ([c147419](https://github.com/carbon-design-system/carbon-charts/commit/c147419))
2311
-
2312
-
2313
-
2314
-
2315
-
2316
- ## [0.24.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.4...v0.24.5) (2020-01-10)
2317
-
2318
- **Note:** Version bump only for package @carbon/charts-angular
2319
-
2320
-
2321
-
2322
-
2323
-
2324
- ## [0.24.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.3...v0.24.4) (2020-01-06)
2325
-
2326
- **Note:** Version bump only for package @carbon/charts-angular
2327
-
2328
-
2329
-
2330
-
2331
-
2332
- ## [0.24.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.2...v0.24.3) (2019-12-19)
2333
-
2334
- **Note:** Version bump only for package @carbon/charts-angular
2335
-
2336
-
2337
-
2338
-
2339
-
2340
- ## [0.24.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.1...v0.24.2) (2019-12-19)
2341
-
2342
- **Note:** Version bump only for package @carbon/charts-angular
2343
-
2344
-
2345
-
2346
-
2347
-
2348
- ## [0.24.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.0...v0.24.1) (2019-12-18)
2349
-
2350
- **Note:** Version bump only for package @carbon/charts-angular
2351
-
2352
-
2353
-
2354
-
2355
-
2356
- # [0.24.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.23.0...v0.24.0) (2019-12-17)
2357
-
2358
- **Note:** Version bump only for package @carbon/charts-angular
2359
-
2360
-
2361
-
2362
-
2363
-
2364
- # [0.23.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.4...v0.23.0) (2019-12-17)
2365
-
2366
- **Note:** Version bump only for package @carbon/charts-angular
2367
-
2368
-
2369
-
2370
-
2371
-
2372
- ## [0.22.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.3...v0.22.4) (2019-12-16)
2373
-
2374
- **Note:** Version bump only for package @carbon/charts-angular
2375
-
2376
-
2377
-
2378
-
2379
-
2380
- ## [0.22.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.2...v0.22.3) (2019-12-16)
2381
-
2382
- **Note:** Version bump only for package @carbon/charts-angular
2383
-
2384
-
2385
-
2386
-
2387
-
2388
- ## [0.22.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.1...v0.22.2) (2019-12-16)
2389
-
2390
- **Note:** Version bump only for package @carbon/charts-angular
2391
-
2392
-
2393
-
2394
-
2395
-
2396
- ## [0.22.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.0...v0.22.1) (2019-12-12)
2397
-
2398
-
2399
- ### Bug Fixes
2400
-
2401
- * **charts-angular:** update build toolchain ([aa63925](https://github.com/carbon-design-system/carbon-charts/commit/aa63925))
2402
-
2403
-
2404
-
2405
-
2406
-
2407
- # [0.22.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.21.0...v0.22.0) (2019-12-09)
2408
-
2409
-
2410
- ### Features
2411
-
2412
- * **core, angular, react, vue:** Update chart width & height through options ([f050c35](https://github.com/carbon-design-system/carbon-charts/commit/f050c35))
2413
-
2414
-
2415
-
2416
-
2417
-
2418
- # [0.21.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.1...v0.21.0) (2019-12-09)
2419
-
2420
- **Note:** Version bump only for package @carbon/charts-angular
2421
-
2422
-
2423
-
2424
-
2425
-
2426
- ## [0.20.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.0...v0.20.1) (2019-12-04)
2427
-
2428
- **Note:** Version bump only for package @carbon/charts-angular
2429
-
2430
-
2431
-
2432
-
2433
-
2434
- # [0.20.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.19.0...v0.20.0) (2019-12-02)
2435
-
2436
- **Note:** Version bump only for package @carbon/charts-angular
2437
-
2438
-
2439
-
2440
-
2441
-
2442
- # [0.19.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.18.0...v0.19.0) (2019-12-02)
2443
-
2444
-
2445
- ### Bug Fixes
2446
-
2447
- * **angular:** update zone.js peerDependency range ([15cbddd](https://github.com/carbon-design-system/carbon-charts/commit/15cbddd))
2448
-
2449
-
2450
-
2451
-
2452
-
2453
- # [0.18.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.1...v0.18.0) (2019-12-02)
2454
-
2455
- **Note:** Version bump only for package @carbon/charts-angular
2456
-
2457
-
2458
-
2459
-
2460
-
2461
- ## [0.17.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.0...v0.17.1) (2019-11-29)
2462
-
2463
-
2464
- ### Bug Fixes
2465
-
2466
- * **core:** build optimizations ([fef77e5](https://github.com/carbon-design-system/carbon-charts/commit/fef77e5))
2467
-
2468
-
2469
-
2470
-
2471
-
2472
- # [0.17.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.25...v0.17.0) (2019-11-29)
2473
-
2474
-
2475
- ### Features
2476
-
2477
- * **core:** date/time locale support + tick formatting ([bc02012](https://github.com/carbon-design-system/carbon-charts/commit/bc02012))
2478
-
2479
-
2480
-
2481
-
2482
-
2483
- ## [0.16.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.24...v0.16.25) (2019-10-29)
2484
-
2485
- **Note:** Version bump only for package @carbon/charts-angular
2486
-
2487
-
2488
-
2489
-
2490
-
2491
- ## [0.16.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.23...v0.16.24) (2019-10-25)
2492
-
2493
-
2494
- ### Bug Fixes
2495
-
2496
- * **core, react, angular, vue:** default width & height to 100%, and call setOptions on option change ([db251b4](https://github.com/carbon-design-system/carbon-charts/commit/db251b4))
2497
-
2498
-
2499
-
2500
-
2501
-
2502
- ## [0.16.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.22...v0.16.23) (2019-10-25)
2503
-
2504
- **Note:** Version bump only for package @carbon/charts-angular
2505
-
2506
-
2507
-
2508
-
2509
-
2510
- ## [0.16.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.21...v0.16.22) (2019-10-25)
2511
-
2512
- **Note:** Version bump only for package @carbon/charts-angular
2513
-
2514
-
2515
-
2516
-
2517
-
2518
- ## [0.16.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.20...v0.16.21) (2019-10-24)
2519
-
2520
-
2521
- ### Bug Fixes
2522
-
2523
- * **core:** update typescript version ([949379f](https://github.com/carbon-design-system/carbon-charts/commit/949379f))
2524
-
2525
-
2526
-
2527
-
2528
-
2529
- ## [0.16.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.19...v0.16.20) (2019-10-24)
2530
-
2531
- **Note:** Version bump only for package @carbon/charts-angular
2532
-
2533
-
2534
-
2535
-
2536
-
2537
- ## [0.16.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.18...v0.16.19) (2019-10-24)
2538
-
2539
- **Note:** Version bump only for package @carbon/charts-angular
2540
-
2541
-
2542
-
2543
-
2544
-
2545
- ## [0.16.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.17...v0.16.18) (2019-10-21)
2546
-
2547
- **Note:** Version bump only for package @carbon/charts-angular
2548
-
2549
-
2550
-
2551
-
2552
-
2553
- ## [0.16.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.16...v0.16.17) (2019-10-10)
2554
-
2555
- **Note:** Version bump only for package @carbon/charts-angular
2556
-
2557
-
2558
-
2559
-
2560
-
2561
- ## [0.16.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.15...v0.16.16) (2019-10-10)
2562
-
2563
- **Note:** Version bump only for package @carbon/charts-angular
2564
-
2565
-
2566
-
2567
-
2568
-
2569
- ## [0.16.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.14...v0.16.15) (2019-10-09)
2570
-
2571
- **Note:** Version bump only for package @carbon/charts-angular
2572
-
2573
-
2574
-
2575
-
2576
-
2577
- ## [0.16.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.13...v0.16.14) (2019-10-09)
2578
-
2579
- **Note:** Version bump only for package @carbon/charts-angular
2580
-
2581
-
2582
-
2583
-
2584
-
2585
- ## [0.16.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.12...v0.16.13) (2019-10-09)
2586
-
2587
- **Note:** Version bump only for package @carbon/charts-angular
2588
-
2589
-
2590
-
2591
-
2592
-
2593
- ## [0.16.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.11...v0.16.12) (2019-10-09)
2594
-
2595
- **Note:** Version bump only for package @carbon/charts-angular
2596
-
2597
-
2598
-
2599
-
2600
-
2601
- ## [0.16.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.10...v0.16.11) (2019-10-09)
2602
-
2603
- **Note:** Version bump only for package @carbon/charts-angular
2604
-
2605
-
2606
-
2607
-
2608
-
2609
- ## [0.16.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.9...v0.16.10) (2019-10-08)
2610
-
2611
- **Note:** Version bump only for package @carbon/charts-angular
2612
-
2613
-
2614
-
2615
-
2616
-
2617
- ## [0.16.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.8...v0.16.9) (2019-10-07)
2618
-
2619
- **Note:** Version bump only for package @carbon/charts-angular
2620
-
2621
-
2622
-
2623
-
2624
-
2625
- ## [0.16.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.7...v0.16.8) (2019-10-02)
2626
-
2627
- **Note:** Version bump only for package @carbon/charts-angular
2628
-
2629
-
2630
-
2631
-
2632
-
2633
- ## [0.16.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.6...v0.16.7) (2019-09-30)
2634
-
2635
- **Note:** Version bump only for package @carbon/charts-angular
2636
-
2637
-
2638
-
2639
-
2640
-
2641
- ## [0.16.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.5...v0.16.6) (2019-09-30)
2642
-
2643
- **Note:** Version bump only for package @carbon/charts-angular
2644
-
2645
-
2646
-
2647
-
2648
-
2649
- ## [0.16.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.4...v0.16.5) (2019-09-30)
2650
-
2651
- **Note:** Version bump only for package @carbon/charts-angular
2652
-
2653
-
2654
-
2655
-
2656
-
2657
- ## [0.16.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.3...v0.16.4) (2019-09-12)
2658
-
2659
- **Note:** Version bump only for package @carbon/charts-angular
2660
-
2661
-
2662
-
2663
-
2664
-
2665
- ## [0.16.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.2...v0.16.3) (2019-09-11)
2666
-
2667
- **Note:** Version bump only for package @carbon/charts-angular
2668
-
2669
-
2670
-
2671
-
2672
-
2673
- ## [0.16.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.1...v0.16.2) (2019-09-09)
2674
-
2675
- **Note:** Version bump only for package @carbon/charts-angular
2676
-
2677
-
2678
-
2679
-
2680
-
2681
- ## [0.16.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.0...v0.16.1) (2019-09-06)
2682
-
2683
- **Note:** Version bump only for package @carbon/charts-angular
2684
-
2685
-
2686
-
2687
-
2688
-
2689
- # [0.16.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.8...v0.16.0) (2019-09-06)
2690
-
2691
- **Note:** Version bump only for package @carbon/charts-angular
2692
-
2693
-
2694
-
2695
-
2696
-
2697
- ## [0.15.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.7...v0.15.8) (2019-08-24)
2698
-
2699
- **Note:** Version bump only for package @carbon/charts-angular
2700
-
2701
-
2702
-
2703
-
2704
-
2705
- ## [0.15.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.6...v0.15.7) (2019-08-22)
2706
-
2707
- **Note:** Version bump only for package @carbon/charts-angular
2708
-
2709
-
2710
-
2711
-
2712
-
2713
- ## [0.15.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.5...v0.15.6) (2019-08-19)
2714
-
2715
- **Note:** Version bump only for package @carbon/charts-angular
2716
-
2717
-
2718
-
2719
-
2720
-
2721
- ## [0.15.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.4...v0.15.5) (2019-08-19)
2722
-
2723
- **Note:** Version bump only for package @carbon/charts-angular
2724
-
2725
-
2726
-
2727
-
2728
-
2729
- ## [0.15.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.3...v0.15.4) (2019-08-16)
2730
-
2731
- **Note:** Version bump only for package @carbon/charts-angular
2732
-
2733
-
2734
-
2735
-
2736
-
2737
- ## [0.15.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.2...v0.15.3) (2019-08-16)
2738
-
2739
- **Note:** Version bump only for package @carbon/charts-angular
2740
-
2741
-
2742
-
2743
-
2744
-
2745
- ## [0.15.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.1...v0.15.2) (2019-08-12)
2746
-
2747
- **Note:** Version bump only for package @carbon/charts-angular
2748
-
2749
-
2750
-
2751
-
2752
-
2753
- ## [0.15.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.0...v0.15.1) (2019-07-17)
2754
-
2755
- **Note:** Version bump only for package @carbon/charts-angular
2756
-
2757
-
2758
-
2759
-
2760
-
2761
- # [0.15.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.1...v0.15.0) (2019-07-17)
2762
-
2763
- **Note:** Version bump only for package @carbon/charts-angular
2764
-
2765
-
2766
-
2767
-
2768
-
2769
- ## [0.14.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.0...v0.14.1) (2019-07-11)
2770
-
2771
-
2772
- ### Bug Fixes
2773
-
2774
- * **Angular:** Export base chart in Angular module ([99fdd29](https://github.com/carbon-design-system/carbon-charts/commit/99fdd29))
2775
-
2776
-
2777
-
2778
-
2779
-
2780
- # [0.14.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.13.0...v0.14.0) (2019-07-10)
2781
-
2782
-
2783
- ### Features
2784
-
2785
- * **Angular:** Add Scatter to the Angular package, storybook and readme ([3f62714](https://github.com/carbon-design-system/carbon-charts/commit/3f62714))
2786
- * **scatter:** Add Scatter to the Angular package and storybook ([2aac850](https://github.com/carbon-design-system/carbon-charts/commit/2aac850))
2787
-
2788
-
2789
-
2790
-
2791
-
2792
- # [0.13.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.5...v0.13.0) (2019-07-08)
2793
-
2794
- **Note:** Version bump only for package @carbon/charts-angular
2795
-
2796
-
2797
-
2798
-
2799
-
2800
- ## [0.12.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.4...v0.12.5) (2019-07-04)
2801
-
2802
- **Note:** Version bump only for package @carbon/charts-angular
2803
-
2804
-
2805
-
2806
-
2807
-
2808
- ## [0.12.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.3...v0.12.4) (2019-06-26)
2809
-
2810
- **Note:** Version bump only for package @carbon/charts-angular
2811
-
2812
-
2813
-
2814
-
2815
-
2816
- ## [0.12.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.2...v0.12.3) (2019-06-26)
2817
-
2818
- **Note:** Version bump only for package @carbon/charts-angular
2819
-
2820
-
2821
-
2822
-
2823
-
2824
- ## [0.12.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.1...v0.12.2) (2019-06-07)
2825
-
2826
- **Note:** Version bump only for package @carbon/charts-angular
2827
-
2828
-
2829
-
2830
-
2831
-
2832
- ## [0.12.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.0...v0.12.1) (2019-06-06)
2833
-
2834
- **Note:** Version bump only for package @carbon/charts-angular
2835
-
2836
-
2837
-
2838
-
2839
-
2840
- # [0.12.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.15...v0.12.0) (2019-05-09)
2841
-
2842
- **Note:** Version bump only for package @carbon/charts-angular
2843
-
2844
-
2845
-
2846
-
2847
-
2848
- ## [0.11.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.14...v0.11.15) (2019-05-07)
2849
-
2850
- **Note:** Version bump only for package @carbon/charts-angular
2851
-
2852
-
2853
-
2854
-
2855
-
2856
- ## [0.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.14) (2019-05-06)
2857
-
2858
- **Note:** Version bump only for package @carbon/charts-angular
2859
-
2860
-
2861
-
2862
-
2863
-
2864
- ## [0.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.13) (2019-04-30)
2865
-
2866
- **Note:** Version bump only for package @carbon/charts-angular
2867
-
2868
-
2869
-
2870
-
2871
-
2872
- ## [0.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.11...v0.11.12) (2019-04-22)
2873
-
2874
- **Note:** Version bump only for package @carbon/charts-angular
2875
-
2876
-
2877
-
2878
-
2879
-
2880
- ## [0.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.10...v0.11.11) (2019-04-15)
2881
-
2882
- **Note:** Version bump only for package @carbon/charts-angular
2883
-
2884
-
2885
-
2886
-
2887
-
2888
- ## [0.11.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.9...v0.11.10) (2019-04-02)
2889
-
2890
- **Note:** Version bump only for package @carbon/charts-angular
2891
-
2892
-
2893
-
2894
-
2895
-
2896
- ## [0.11.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.8...v0.11.9) (2019-03-28)
2897
-
2898
- **Note:** Version bump only for package @carbon/charts-angular
2899
-
2900
-
2901
-
2902
-
2903
-
2904
- ## [0.11.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.7...v0.11.8) (2019-03-26)
2905
-
2906
- **Note:** Version bump only for package @carbon/charts-angular
2907
-
2908
-
2909
-
2910
-
2911
-
2912
- ## [0.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.6...v0.11.7) (2019-03-26)
2913
-
2914
- **Note:** Version bump only for package @carbon/charts-angular
2915
-
2916
-
2917
-
2918
-
2919
-
2920
- ## [0.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26)
2921
-
2922
-
2923
- ### Bug Fixes
2924
-
2925
- * **build:** refactor deploy and update package.jsons ([#223](https://github.com/carbon-design-system/carbon-charts/issues/223)) ([fb512cb](https://github.com/carbon-design-system/carbon-charts/commit/fb512cb))
2926
-
2927
-
2928
-
2929
-
2930
-
2931
- ## [0.11.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.3...v0.11.4) (2019-03-25)
2932
-
2933
- **Note:** Version bump only for package @carbon/charts-angular
2934
-
2935
-
2936
-
2937
-
2938
-
2939
- ## [0.7.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.9...v0.7.10) (2018-11-28)
2940
-
2941
- **Note:** Version bump only for package @carbon/charts-angular
2942
-
2943
-
2944
-
2945
-
2946
-
2947
- ## [0.7.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.8...v0.7.9) (2018-11-22)
2948
-
2949
- **Note:** Version bump only for package @carbon/charts-angular
2950
-
2951
-
2952
-
2953
-
2954
-
2955
- ## [0.7.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.7...v0.7.8) (2018-11-22)
2956
-
2957
- **Note:** Version bump only for package @carbon/charts-angular
2958
-
2959
-
2960
-
2961
-
2962
-
2963
- ## [0.7.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.4...v0.7.5) (2018-11-20)
2964
-
2965
- **Note:** Version bump only for package @carbon/charts-angular
2966
-
2967
-
2968
-
2969
-
2970
-
2971
- ## [0.7.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.3...v0.7.4) (2018-11-17)
2972
-
2973
- **Note:** Version bump only for package @carbon/charts-angular
2974
-
2975
-
2976
-
2977
-
2978
-
2979
- ## [0.7.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.2...v0.7.3) (2018-11-13)
2980
-
2981
- **Note:** Version bump only for package @carbon/charts-angular
2982
-
2983
-
2984
-
2985
-
2986
-
2987
- ## [0.7.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.1...v0.7.2) (2018-11-13)
2988
-
2989
- **Note:** Version bump only for package @carbon/charts-angular
2990
-
2991
-
2992
-
2993
-
2994
-
2995
- ## [0.7.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.0...v0.7.1) (2018-11-12)
2996
-
2997
- **Note:** Version bump only for package @carbon/charts-angular
2998
-
2999
-
3000
-
3001
-
3002
-
3003
- # [0.7.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.2...v0.7.0) (2018-11-12)
3004
-
3005
- **Note:** Version bump only for package @carbon/charts-angular
3006
-
3007
-
3008
-
3009
-
3010
-
3011
- ## [0.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.1...v0.6.2) (2018-11-12)
3012
-
3013
- **Note:** Version bump only for package @carbon/charts-angular
3014
-
3015
-
3016
-
3017
-
3018
-
3019
- ## [0.6.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.0...v0.6.1) (2018-11-09)
3020
-
3021
-
3022
- ### Bug Fixes
3023
-
3024
- * **angular:** Fix babel-polyfill multiple instances issue ([4a2f165](https://github.com/carbon-design-system/carbon-charts/commit/4a2f165))
3025
-
3026
-
3027
-
3028
-
3029
-
3030
- # [0.6.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.4...v0.6.0) (2018-11-01)
3031
-
3032
-
3033
- ### Features
3034
-
3035
- * **core:** changed threshold config format, refactored code ([8271615](https://github.com/carbon-design-system/carbon-charts/commit/8271615))
3036
-
3037
-
3038
-
3039
-
3040
-
3041
- <a name="0.5.4"></a>
3042
- ## [0.5.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.3...v0.5.4) (2018-10-16)
3043
-
3044
- **Note:** Version bump only for package @carbon/charts-angular
3045
-
3046
-
3047
-
3048
-
3049
-
3050
- <a name="0.5.3"></a>
3051
- ## [0.5.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.2...v0.5.3) (2018-10-15)
3052
-
3053
- **Note:** Version bump only for package @carbon/charts-angular
3054
-
3055
-
3056
-
3057
-
3058
-
3059
- <a name="0.5.2"></a>
3060
- ## [0.5.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.1...v0.5.2) (2018-10-10)
3061
-
3062
- **Note:** Version bump only for package @carbon/charts-angular
3063
-
3064
-
3065
-
3066
-
3067
-
3068
- <a name="0.5.1"></a>
3069
- ## [0.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.0...v0.5.1) (2018-10-10)
3070
-
3071
- **Note:** Version bump only for package @carbon/charts-angular
3072
-
3073
-
3074
-
3075
-
3076
-
3077
- <a name="0.5.0"></a>
3078
- # [0.5.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.3...v0.5.0) (2018-10-09)
3079
-
3080
- **Note:** Version bump only for package @carbon/charts-angular
3081
-
3082
-
3083
-
3084
-
3085
-
3086
- <a name="0.4.3"></a>
3087
- ## [0.4.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.2...v0.4.3) (2018-08-31)
3088
-
3089
- **Note:** Version bump only for package @carbon/charts-angular
3090
-
3091
-
3092
-
3093
-
3094
-
3095
- <a name="0.4.2"></a>
3096
- ## [0.4.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.1...v0.4.2) (2018-08-31)
3097
-
3098
-
3099
- ### Bug Fixes
3100
-
3101
- * **core angular:** IE11 Support ([b0dd2b5](https://github.com/carbon-design-system/carbon-charts/commit/b0dd2b5))
3102
-
3103
-
3104
-
3105
-
3106
-
3107
- <a name="0.4.1"></a>
3108
- ## [0.4.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.0...v0.4.1) (2018-08-31)
3109
-
3110
-
3111
- ### Bug Fixes
3112
-
3113
- * **core angular:** Remove demo folders from published packages ([5e3c556](https://github.com/carbon-design-system/carbon-charts/commit/5e3c556))
3114
- * **core angular:** Remove demos & add dist in packages ([94bb9f4](https://github.com/carbon-design-system/carbon-charts/commit/94bb9f4))
3115
-
3116
-
3117
-
3118
-
3119
-
3120
- <a name="0.4.0"></a>
3121
- # [0.4.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.3.0...v0.4.0) (2018-08-30)
3122
-
3123
-
3124
- ### Features
3125
-
3126
- * **core angular react:** Resolve DAP violations ([86f6e05](https://github.com/carbon-design-system/carbon-charts/commit/86f6e05))
3127
-
3128
-
3129
-
3130
-
3131
-
3132
- <a name="0.3.0"></a>
3133
- # [0.3.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.2.0...v0.3.0) (2018-08-30)
3134
-
3135
-
3136
- ### Features
3137
-
3138
- * **core angular:** trigger minor release on Travis ([1c476b2](https://github.com/carbon-design-system/carbon-charts/commit/1c476b2))
3139
-
3140
-
3141
-
3142
-
3143
-
3144
- <a name="0.2.0"></a>
3145
- # [0.2.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.1.0...v0.2.0) (2018-08-30)
3146
-
3147
-
3148
- ### Features
3149
-
3150
- * **core angular react:** trigger a minor release in Travis ([2995cfa](https://github.com/carbon-design-system/carbon-charts/commit/2995cfa))
3151
-
3152
-
3153
-
3154
-
3155
-
3156
- <a name="0.1.0"></a>
3157
- # 0.1.0 (2018-08-30)
3158
-
3159
-
3160
- ### Bug Fixes
3161
-
3162
- * **core angular react:** fix tooltip styling ([80b36f5](https://github.com/carbon-design-system/carbon-charts/commit/80b36f5))
3163
-
3164
-
3165
- ### Features
3166
-
3167
- * **core react angular:** carbon styling ([5064f63](https://github.com/carbon-design-system/carbon-charts/commit/5064f63))
3168
- * **react wrappers storybook:** full react wrappers ([4a456ee](https://github.com/carbon-design-system/carbon-charts/commit/4a456ee)), closes [#117](https://github.com/carbon-design-system/carbon-charts/issues/117) [#115](https://github.com/carbon-design-system/carbon-charts/issues/115) [#120](https://github.com/carbon-design-system/carbon-charts/issues/120) [#121](https://github.com/carbon-design-system/carbon-charts/issues/121)