@carbon/charts 1.7.0 → 1.7.2
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.
- package/CHANGELOG.md +780 -875
- package/build/src/components/diagrams/buildPaths.d.ts +27 -3
- package/build/src/components/graphs/bubble.d.ts +1 -1
- package/build/src/components/graphs/wordcloud.d.ts +1 -1
- package/build/src/services/scales-cartesian.d.ts +1 -1
- package/bundle.js +3 -1
- package/components/essentials/threshold.js +2 -0
- package/components/essentials/threshold.js.map +1 -1
- package/components/essentials/tooltip.js +2 -0
- package/components/essentials/tooltip.js.map +1 -1
- package/components/graphs/bubble.d.ts +1 -1
- package/components/graphs/wordcloud.d.ts +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/styles.css +5813 -3083
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/demo/tsconfig.tsbuildinfo +757 -1537
- package/package.json +15 -14
- package/services/essentials/dom-utils.js +1 -1
- package/services/essentials/dom-utils.js.map +1 -1
- package/styles.css +89 -37
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +826 -2096
- package/services/essentials/dom-to-image.d.ts +0 -120
- package/services/essentials/dom-to-image.js +0 -720
- package/services/essentials/dom-to-image.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,382 +1,296 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [1.7.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.1...v1.7.2) (2023-04-25)
|
|
7
7
|
|
|
8
|
+
### Bug Fixes
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- **dependencies:** make dom-to-image-more a dependency
|
|
11
|
+
([#1547](https://github.com/carbon-design-system/carbon-charts/issues/1547))
|
|
12
|
+
([3991928](https://github.com/carbon-design-system/carbon-charts/commit/3991928c7196c272a7d125d88bf01f836c429072))
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
## [1.7.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.0...v1.7.1) (2023-04-20)
|
|
12
15
|
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- **1522:** externalize dom-to-image-more
|
|
19
|
+
([#1540](https://github.com/carbon-design-system/carbon-charts/issues/1540))
|
|
20
|
+
([98f1bfc](https://github.com/carbon-design-system/carbon-charts/commit/98f1bfc40aaf0f6cb0e7139ff8cfc3337474aa33))
|
|
13
21
|
|
|
22
|
+
# [1.7.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.14...v1.7.0) (2023-04-19)
|
|
14
23
|
|
|
24
|
+
### Features
|
|
15
25
|
|
|
26
|
+
- **exports:** custom fileDownload.fileName function
|
|
27
|
+
([#1536](https://github.com/carbon-design-system/carbon-charts/issues/1536))
|
|
28
|
+
([fc658e0](https://github.com/carbon-design-system/carbon-charts/commit/fc658e03e188884a27ed60e95ded3f41db5d50ba))
|
|
16
29
|
|
|
17
30
|
## [1.6.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.13...v1.6.14) (2023-03-07)
|
|
18
31
|
|
|
19
32
|
**Note:** Version bump only for package @carbon/charts
|
|
20
33
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
34
|
## [1.6.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.12...v1.6.13) (2023-03-07)
|
|
26
35
|
|
|
27
|
-
|
|
28
36
|
### Bug Fixes
|
|
29
37
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
- **csp:** axis & tooltip issues
|
|
39
|
+
([#1512](https://github.com/carbon-design-system/carbon-charts/issues/1512))
|
|
40
|
+
([821f6ad](https://github.com/carbon-design-system/carbon-charts/commit/821f6ad6d183191d5b5b79d7140e2b0cd505ecd0))
|
|
35
41
|
|
|
36
42
|
## [1.6.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.11...v1.6.12) (2023-03-06)
|
|
37
43
|
|
|
38
44
|
**Note:** Version bump only for package @carbon/charts
|
|
39
45
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
46
|
## [1.6.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.10...v1.6.11) (2023-03-06)
|
|
45
47
|
|
|
46
48
|
**Note:** Version bump only for package @carbon/charts
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
50
|
## [1.6.10](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.9...v1.6.10) (2023-03-06)
|
|
53
51
|
|
|
54
52
|
**Note:** Version bump only for package @carbon/charts
|
|
55
53
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
54
|
## [1.6.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.8...v1.6.9) (2023-03-03)
|
|
61
55
|
|
|
62
56
|
**Note:** Version bump only for package @carbon/charts
|
|
63
57
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
58
|
## [1.6.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.7...v1.6.8) (2023-02-27)
|
|
69
59
|
|
|
70
|
-
|
|
71
60
|
### Bug Fixes
|
|
72
61
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
62
|
+
- **gauge:** `delta` element still showing up when disabled
|
|
63
|
+
([#1503](https://github.com/carbon-design-system/carbon-charts/issues/1503))
|
|
64
|
+
([41fc849](https://github.com/carbon-design-system/carbon-charts/commit/41fc849a162984bd48e139154635cbd9916d9222))
|
|
78
65
|
|
|
79
66
|
## [1.6.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.6...v1.6.7) (2023-02-27)
|
|
80
67
|
|
|
81
|
-
|
|
82
68
|
### Bug Fixes
|
|
83
69
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
70
|
+
- **dependencies:** fixed requirement on carbon-components version
|
|
71
|
+
([#1504](https://github.com/carbon-design-system/carbon-charts/issues/1504))
|
|
72
|
+
([4f48728](https://github.com/carbon-design-system/carbon-charts/commit/4f487285c7245e0ffe9ddc9154cea2677569195f))
|
|
89
73
|
|
|
90
74
|
## [1.6.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.5...v1.6.6) (2023-02-27)
|
|
91
75
|
|
|
92
|
-
|
|
93
76
|
### Bug Fixes
|
|
94
77
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
78
|
+
- **toolbar:** role='menu' being applied to wrong element
|
|
79
|
+
([#1502](https://github.com/carbon-design-system/carbon-charts/issues/1502))
|
|
80
|
+
([61f9eca](https://github.com/carbon-design-system/carbon-charts/commit/61f9eca5ee1ac988a4807750aa357407aad72c10))
|
|
100
81
|
|
|
101
82
|
## [1.6.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.4...v1.6.5) (2023-02-27)
|
|
102
83
|
|
|
103
84
|
**Note:** Version bump only for package @carbon/charts
|
|
104
85
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
86
|
## [1.6.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.3...v1.6.4) (2023-02-03)
|
|
110
87
|
|
|
111
|
-
|
|
112
88
|
### Bug Fixes
|
|
113
89
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
90
|
+
- **csv-export:** fix en-dash html code showing up
|
|
91
|
+
([#1492](https://github.com/carbon-design-system/carbon-charts/issues/1492))
|
|
92
|
+
([adaa209](https://github.com/carbon-design-system/carbon-charts/commit/adaa209b14bca0080c87f24a5eaf8108ee632468))
|
|
119
93
|
|
|
120
94
|
## [1.6.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.2...v1.6.3) (2022-12-23)
|
|
121
95
|
|
|
122
|
-
|
|
123
96
|
### Bug Fixes
|
|
124
97
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
98
|
+
- **csp:** remove inline styles
|
|
99
|
+
([#1484](https://github.com/carbon-design-system/carbon-charts/issues/1484))
|
|
100
|
+
([622f59a](https://github.com/carbon-design-system/carbon-charts/commit/622f59ab3cc738985f1004ff93423602ad673b86))
|
|
130
101
|
|
|
131
102
|
## [1.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.1...v1.6.2) (2022-12-06)
|
|
132
103
|
|
|
133
|
-
|
|
134
104
|
### Bug Fixes
|
|
135
105
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
106
|
+
- **core:** keep tooltip hidden if legend truncation is set to none
|
|
107
|
+
([#1471](https://github.com/carbon-design-system/carbon-charts/issues/1471))
|
|
108
|
+
([1c5e555](https://github.com/carbon-design-system/carbon-charts/commit/1c5e555cfda85851ad9d394bcd13809d0605bcce)),
|
|
109
|
+
closes
|
|
110
|
+
[#1470](https://github.com/carbon-design-system/carbon-charts/issues/1470)
|
|
141
111
|
|
|
142
112
|
## [1.6.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.0...v1.6.1) (2022-10-20)
|
|
143
113
|
|
|
144
|
-
|
|
145
114
|
### Bug Fixes
|
|
146
115
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
116
|
+
- **core:** allow users to 'escape' axis tooltip in heatmap
|
|
117
|
+
([#1454](https://github.com/carbon-design-system/carbon-charts/issues/1454))
|
|
118
|
+
([d6873e2](https://github.com/carbon-design-system/carbon-charts/commit/d6873e21c2e2c2c663667b5d31575868cfacab19)),
|
|
119
|
+
closes
|
|
120
|
+
[#1453](https://github.com/carbon-design-system/carbon-charts/issues/1453)
|
|
152
121
|
|
|
153
122
|
# [1.6.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.8...v1.6.0) (2022-09-27)
|
|
154
123
|
|
|
155
124
|
**Note:** Version bump only for package @carbon/charts
|
|
156
125
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
126
|
## [1.5.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.7...v1.5.8) (2022-09-26)
|
|
162
127
|
|
|
163
|
-
|
|
164
128
|
### Bug Fixes
|
|
165
129
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
130
|
+
- **core:** wordcloud should not render if `value` is not a number
|
|
131
|
+
([#1449](https://github.com/carbon-design-system/carbon-charts/issues/1449))
|
|
132
|
+
([822f813](https://github.com/carbon-design-system/carbon-charts/commit/822f81360e1c9f2fdcc625a0d538f9af92c62fd9))
|
|
171
133
|
|
|
172
134
|
## [1.5.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.6...v1.5.7) (2022-09-19)
|
|
173
135
|
|
|
174
|
-
|
|
175
136
|
### Bug Fixes
|
|
176
137
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
138
|
+
- **core:** add missing properties to AxisOptions interface
|
|
139
|
+
([#1432](https://github.com/carbon-design-system/carbon-charts/issues/1432))
|
|
140
|
+
([f88f310](https://github.com/carbon-design-system/carbon-charts/commit/f88f31000add77ba4affb78aa82276069d0f501a)),
|
|
141
|
+
closes
|
|
142
|
+
[#1413](https://github.com/carbon-design-system/carbon-charts/issues/1413)
|
|
182
143
|
|
|
183
144
|
## [1.5.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.5...v1.5.6) (2022-09-14)
|
|
184
145
|
|
|
185
146
|
**Note:** Version bump only for package @carbon/charts
|
|
186
147
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
148
|
## [1.5.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.4...v1.5.5) (2022-09-14)
|
|
192
149
|
|
|
193
150
|
**Note:** Version bump only for package @carbon/charts
|
|
194
151
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
152
|
## [1.5.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.3...v1.5.4) (2022-09-14)
|
|
200
153
|
|
|
201
|
-
|
|
202
154
|
### Bug Fixes
|
|
203
155
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
156
|
+
- **core:** display correct minimum in heatmap axis tooltip when there is
|
|
157
|
+
missing data
|
|
158
|
+
([#1434](https://github.com/carbon-design-system/carbon-charts/issues/1434))
|
|
159
|
+
([33d1bcc](https://github.com/carbon-design-system/carbon-charts/commit/33d1bcce8b6e5c3312790a74da503a34a914467a)),
|
|
160
|
+
closes
|
|
161
|
+
[#1423](https://github.com/carbon-design-system/carbon-charts/issues/1423)
|
|
209
162
|
|
|
210
163
|
## [1.5.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.2...v1.5.3) (2022-09-06)
|
|
211
164
|
|
|
212
165
|
**Note:** Version bump only for package @carbon/charts
|
|
213
166
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
167
|
## [1.5.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.1...v1.5.2) (2022-08-15)
|
|
219
168
|
|
|
220
|
-
|
|
221
169
|
### Bug Fixes
|
|
222
170
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
171
|
+
- **core:** prevent toolbar buttons from being clicked if shouldBeDisabled
|
|
172
|
+
returns true
|
|
173
|
+
([#1429](https://github.com/carbon-design-system/carbon-charts/issues/1429))
|
|
174
|
+
([83aeb93](https://github.com/carbon-design-system/carbon-charts/commit/83aeb934d60d6db733311800eb3ecaad24be3753)),
|
|
175
|
+
closes
|
|
176
|
+
[#1424](https://github.com/carbon-design-system/carbon-charts/issues/1424)
|
|
228
177
|
|
|
229
178
|
## [1.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.0...v1.5.1) (2022-08-08)
|
|
230
179
|
|
|
231
|
-
|
|
232
180
|
### Bug Fixes
|
|
233
181
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
182
|
+
- show correct time format in ticks with milliseconds
|
|
183
|
+
([#1419](https://github.com/carbon-design-system/carbon-charts/issues/1419))
|
|
184
|
+
([d527f05](https://github.com/carbon-design-system/carbon-charts/commit/d527f052d3307be80f7e218f7df832c1bb04c92c))
|
|
239
185
|
|
|
240
186
|
# [1.5.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.4.0...v1.5.0) (2022-07-22)
|
|
241
187
|
|
|
242
|
-
|
|
243
188
|
### Features
|
|
244
189
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
190
|
+
- **core:** Show milliseconds in axis labels if necessary
|
|
191
|
+
([#1408](https://github.com/carbon-design-system/carbon-charts/issues/1408))
|
|
192
|
+
([d754ca6](https://github.com/carbon-design-system/carbon-charts/commit/d754ca6494fc2138976c89cb338e72193a4e7bf0))
|
|
250
193
|
|
|
251
194
|
# [1.4.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.2...v1.4.0) (2022-07-21)
|
|
252
195
|
|
|
253
|
-
|
|
254
196
|
### Features
|
|
255
197
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
198
|
+
- **core:** allow theme to be set via options prop
|
|
199
|
+
([#1412](https://github.com/carbon-design-system/carbon-charts/issues/1412))
|
|
200
|
+
([6288548](https://github.com/carbon-design-system/carbon-charts/commit/62885487a700e2222d51f70aea790eddd5d6d086)),
|
|
201
|
+
closes
|
|
202
|
+
[#1411](https://github.com/carbon-design-system/carbon-charts/issues/1411)
|
|
261
203
|
|
|
262
204
|
## [1.3.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.1...v1.3.2) (2022-06-30)
|
|
263
205
|
|
|
264
|
-
|
|
265
206
|
### Bug Fixes
|
|
266
207
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
208
|
+
- **core:** remove dom-to-image dependency & add script to project
|
|
209
|
+
([#1403](https://github.com/carbon-design-system/carbon-charts/issues/1403))
|
|
210
|
+
([8dcd34b](https://github.com/carbon-design-system/carbon-charts/commit/8dcd34b00e804f666fa4a756f40d19233d516196)),
|
|
211
|
+
closes
|
|
212
|
+
[#1395](https://github.com/carbon-design-system/carbon-charts/issues/1395)
|
|
272
213
|
|
|
273
214
|
## [1.3.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.0...v1.3.1) (2022-06-28)
|
|
274
215
|
|
|
275
|
-
|
|
276
216
|
### Bug Fixes
|
|
277
217
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
218
|
+
- **core:** remove mock text from axes
|
|
219
|
+
([#1402](https://github.com/carbon-design-system/carbon-charts/issues/1402))
|
|
220
|
+
([876d55c](https://github.com/carbon-design-system/carbon-charts/commit/876d55c19727b589d0fdb294b0e3f522328b5fd9))
|
|
283
221
|
|
|
284
222
|
# [1.3.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.2.1...v1.3.0) (2022-06-28)
|
|
285
223
|
|
|
286
|
-
|
|
287
224
|
### Features
|
|
288
225
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
226
|
+
- **core:** bar group time series
|
|
227
|
+
([#1398](https://github.com/carbon-design-system/carbon-charts/issues/1398))
|
|
228
|
+
([6ff1bb1](https://github.com/carbon-design-system/carbon-charts/commit/6ff1bb19ec95f5cd5da34ce8639fa9c079461d5f)),
|
|
229
|
+
closes
|
|
230
|
+
[#1396](https://github.com/carbon-design-system/carbon-charts/issues/1396)
|
|
231
|
+
[#1373](https://github.com/carbon-design-system/carbon-charts/issues/1373)
|
|
294
232
|
|
|
295
233
|
## [1.2.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.2.0...v1.2.1) (2022-06-14)
|
|
296
234
|
|
|
297
|
-
|
|
298
235
|
### Bug Fixes
|
|
299
236
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
237
|
+
- **core:** add aria-label attribute to toolbar container
|
|
238
|
+
([#1391](https://github.com/carbon-design-system/carbon-charts/issues/1391))
|
|
239
|
+
([9c38a76](https://github.com/carbon-design-system/carbon-charts/commit/9c38a764c08a2c2430ce72ac61b0e5e8aef54e74)),
|
|
240
|
+
closes
|
|
241
|
+
[#1390](https://github.com/carbon-design-system/carbon-charts/issues/1390)
|
|
305
242
|
|
|
306
243
|
# [1.2.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.1.0...v1.2.0) (2022-06-13)
|
|
307
244
|
|
|
308
245
|
**Note:** Version bump only for package @carbon/charts
|
|
309
246
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
247
|
# [1.1.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.4...v1.1.0) (2022-06-08)
|
|
315
248
|
|
|
316
|
-
|
|
317
249
|
### Bug Fixes
|
|
318
250
|
|
|
319
|
-
|
|
320
|
-
|
|
251
|
+
- **core:** add condition to check if domain is not undefined (between 0 & 0)
|
|
252
|
+
([#1386](https://github.com/carbon-design-system/carbon-charts/issues/1386))
|
|
253
|
+
([0938628](https://github.com/carbon-design-system/carbon-charts/commit/09386288ec2c6119b2c5d48d2821bf7a5e390c4f)),
|
|
254
|
+
closes
|
|
255
|
+
[#1385](https://github.com/carbon-design-system/carbon-charts/issues/1385)
|
|
321
256
|
|
|
322
257
|
### Features
|
|
323
258
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
259
|
+
- **core:** add theming functions to sass styles
|
|
260
|
+
([#1382](https://github.com/carbon-design-system/carbon-charts/issues/1382))
|
|
261
|
+
([6f56b2f](https://github.com/carbon-design-system/carbon-charts/commit/6f56b2f78436ab7c5d2e4fc83d9b3a91123c78b1))
|
|
329
262
|
|
|
330
263
|
## [1.0.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.3...v1.0.4) (2022-05-27)
|
|
331
264
|
|
|
332
265
|
**Note:** Version bump only for package @carbon/charts
|
|
333
266
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
267
|
## [1.0.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.2...v1.0.3) (2022-05-25)
|
|
339
268
|
|
|
340
|
-
|
|
341
269
|
### Bug Fixes
|
|
342
270
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
271
|
+
- **network-diagrams:** fix styling issues
|
|
272
|
+
([#1377](https://github.com/carbon-design-system/carbon-charts/issues/1377))
|
|
273
|
+
([731b747](https://github.com/carbon-design-system/carbon-charts/commit/731b74708fbd2e239f2cf7f51a2a37b8f30ba3f6))
|
|
348
274
|
|
|
349
275
|
## [1.0.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.1...v1.0.2) (2022-05-24)
|
|
350
276
|
|
|
351
277
|
**Note:** Version bump only for package @carbon/charts
|
|
352
278
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
279
|
## [1.0.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.0...v1.0.1) (2022-05-24)
|
|
358
280
|
|
|
359
281
|
**Note:** Version bump only for package @carbon/charts
|
|
360
282
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
283
|
# [1.0.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.2...v1.0.0) (2022-05-24)
|
|
366
284
|
|
|
367
|
-
|
|
368
285
|
### Features
|
|
369
286
|
|
|
370
|
-
|
|
371
|
-
|
|
287
|
+
- **monorepo:** Carbon v11 migration
|
|
288
|
+
([#1345](https://github.com/carbon-design-system/carbon-charts/issues/1345))
|
|
289
|
+
([97c6fcd](https://github.com/carbon-design-system/carbon-charts/commit/97c6fcd842b83adbbeadd9fa1362d7727b91e6ff))
|
|
372
290
|
|
|
373
291
|
### BREAKING CHANGES
|
|
374
292
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
293
|
+
- **monorepo:** node-sass => sass, theming
|
|
380
294
|
|
|
381
295
|
# Change Log
|
|
382
296
|
|
|
@@ -407,9 +321,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
407
321
|
|
|
408
322
|
### Features
|
|
409
323
|
|
|
410
|
-
-
|
|
411
|
-
|
|
412
|
-
|
|
324
|
+
- **core:** add alignment option to alluvial
|
|
325
|
+
([#1305](https://github.com/carbon-design-system/carbon-charts/issues/1305))
|
|
326
|
+
([61ad7d4](https://github.com/carbon-design-system/carbon-charts/commit/61ad7d4d6a80b56187310b8062f206f3a5c49c55))
|
|
413
327
|
|
|
414
328
|
## [0.55.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.0...v0.55.1) (2022-03-14)
|
|
415
329
|
|
|
@@ -419,20 +333,20 @@ All notable changes to this project will be documented in this file. See
|
|
|
419
333
|
|
|
420
334
|
### Features
|
|
421
335
|
|
|
422
|
-
-
|
|
423
|
-
|
|
424
|
-
|
|
336
|
+
- **core:** add v11 classnames to modal & overflow menu
|
|
337
|
+
([#1329](https://github.com/carbon-design-system/carbon-charts/issues/1329))
|
|
338
|
+
([f79c4ac](https://github.com/carbon-design-system/carbon-charts/commit/f79c4ac389bf3c1456ff92aa374669a26c743d63))
|
|
425
339
|
|
|
426
340
|
## [0.54.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.13...v0.54.14) (2022-03-14)
|
|
427
341
|
|
|
428
342
|
### Bug Fixes
|
|
429
343
|
|
|
430
|
-
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
344
|
+
- **core:** enable heatmap value domain to support small values
|
|
345
|
+
([#1325](https://github.com/carbon-design-system/carbon-charts/issues/1325))
|
|
346
|
+
([378845c](https://github.com/carbon-design-system/carbon-charts/commit/378845c040681e9a528357487cd60352777b95d3)),
|
|
347
|
+
closes
|
|
348
|
+
[#1321](https://github.com/carbon-design-system/carbon-charts/issues/1321)
|
|
349
|
+
[#1326](https://github.com/carbon-design-system/carbon-charts/issues/1326)
|
|
436
350
|
|
|
437
351
|
## [0.54.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.12...v0.54.13) (2022-03-09)
|
|
438
352
|
|
|
@@ -442,28 +356,27 @@ All notable changes to this project will be documented in this file. See
|
|
|
442
356
|
|
|
443
357
|
### Bug Fixes
|
|
444
358
|
|
|
445
|
-
-
|
|
446
|
-
|
|
447
|
-
|
|
359
|
+
- **treemap:** issues with having a depth of 1
|
|
360
|
+
([#1299](https://github.com/carbon-design-system/carbon-charts/issues/1299))
|
|
361
|
+
([778f726](https://github.com/carbon-design-system/carbon-charts/commit/778f726392907563347af94681f3d8cd70dee994))
|
|
448
362
|
|
|
449
363
|
## [0.54.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.10...v0.54.11) (2022-02-02)
|
|
450
364
|
|
|
451
365
|
### Bug Fixes
|
|
452
366
|
|
|
453
|
-
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
[#1262](https://github.com/carbon-design-system/carbon-charts/issues/1262)
|
|
367
|
+
- **core:** render only the components that are being used in proportional meter
|
|
368
|
+
([#1273](https://github.com/carbon-design-system/carbon-charts/issues/1273))
|
|
369
|
+
([46715c0](https://github.com/carbon-design-system/carbon-charts/commit/46715c0f285897958fe2008beac391ae8ab8f779)),
|
|
370
|
+
closes
|
|
371
|
+
[#1262](https://github.com/carbon-design-system/carbon-charts/issues/1262)
|
|
459
372
|
|
|
460
373
|
## [0.54.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.9...v0.54.10) (2022-01-27)
|
|
461
374
|
|
|
462
375
|
### Bug Fixes
|
|
463
376
|
|
|
464
|
-
-
|
|
465
|
-
|
|
466
|
-
|
|
377
|
+
- **radar:** only show active datapoints in tooltips
|
|
378
|
+
([#1289](https://github.com/carbon-design-system/carbon-charts/issues/1289))
|
|
379
|
+
([58738da](https://github.com/carbon-design-system/carbon-charts/commit/58738da230ab8dcf8c115f955dabfaf5504b0252))
|
|
467
380
|
|
|
468
381
|
## [0.54.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.8...v0.54.9) (2022-01-27)
|
|
469
382
|
|
|
@@ -473,138 +386,138 @@ All notable changes to this project will be documented in this file. See
|
|
|
473
386
|
|
|
474
387
|
### Bug Fixes
|
|
475
388
|
|
|
476
|
-
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
389
|
+
- **core:** position bounds correctly in secondary axis of combo chart
|
|
390
|
+
([#1281](https://github.com/carbon-design-system/carbon-charts/issues/1281))
|
|
391
|
+
([ab9b8e9](https://github.com/carbon-design-system/carbon-charts/commit/ab9b8e90a0e128f6c9a185091d06e62c35e90042)),
|
|
392
|
+
closes
|
|
393
|
+
[#1253](https://github.com/carbon-design-system/carbon-charts/issues/1253)
|
|
481
394
|
|
|
482
395
|
## [0.54.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.6...v0.54.7) (2022-01-13)
|
|
483
396
|
|
|
484
397
|
### Bug Fixes
|
|
485
398
|
|
|
486
|
-
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
399
|
+
- **core:** prevent chart from breaking if thresholds array is empty
|
|
400
|
+
([#1267](https://github.com/carbon-design-system/carbon-charts/issues/1267))
|
|
401
|
+
([f566213](https://github.com/carbon-design-system/carbon-charts/commit/f566213ba4bc5c515f0a8da65a85dd14452186be)),
|
|
402
|
+
closes
|
|
403
|
+
[#1264](https://github.com/carbon-design-system/carbon-charts/issues/1264)
|
|
491
404
|
|
|
492
405
|
## [0.54.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.5...v0.54.6) (2022-01-13)
|
|
493
406
|
|
|
494
407
|
### Bug Fixes
|
|
495
408
|
|
|
496
|
-
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
409
|
+
- **core:** prevent canvas zooming if depth equals 2 and canvas zoom property is
|
|
410
|
+
set to false
|
|
411
|
+
([#1265](https://github.com/carbon-design-system/carbon-charts/issues/1265))
|
|
412
|
+
([1f42fe0](https://github.com/carbon-design-system/carbon-charts/commit/1f42fe09461c5ad9809ecb30d3642728284d021d)),
|
|
413
|
+
closes
|
|
414
|
+
[#1251](https://github.com/carbon-design-system/carbon-charts/issues/1251)
|
|
502
415
|
|
|
503
416
|
## [0.54.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.4...v0.54.5) (2022-01-11)
|
|
504
417
|
|
|
505
418
|
### Bug Fixes
|
|
506
419
|
|
|
507
|
-
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
420
|
+
- **core:** keep radar chart alignment after fullscreene exit
|
|
421
|
+
([#1249](https://github.com/carbon-design-system/carbon-charts/issues/1249))
|
|
422
|
+
([02eebb6](https://github.com/carbon-design-system/carbon-charts/commit/02eebb61ddc1ecfedb68a32cd15c82e428870a36)),
|
|
423
|
+
closes
|
|
424
|
+
[#1247](https://github.com/carbon-design-system/carbon-charts/issues/1247)
|
|
512
425
|
|
|
513
426
|
## [0.54.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.3...v0.54.4) (2022-01-10)
|
|
514
427
|
|
|
515
428
|
### Bug Fixes
|
|
516
429
|
|
|
517
|
-
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
430
|
+
- **core:** prevent area chart from bleeding out of cartesian plane when
|
|
431
|
+
includeZero is enabled
|
|
432
|
+
([#1263](https://github.com/carbon-design-system/carbon-charts/issues/1263))
|
|
433
|
+
([62b6014](https://github.com/carbon-design-system/carbon-charts/commit/62b6014eea594d08572f71034eda8919c9e22100)),
|
|
434
|
+
closes
|
|
435
|
+
[#1248](https://github.com/carbon-design-system/carbon-charts/issues/1248)
|
|
523
436
|
|
|
524
437
|
## [0.54.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.2...v0.54.3) (2022-01-07)
|
|
525
438
|
|
|
526
439
|
### Bug Fixes
|
|
527
440
|
|
|
528
|
-
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
441
|
+
- **stacked-bar:** set bar width based on number of domain values
|
|
442
|
+
([#1235](https://github.com/carbon-design-system/carbon-charts/issues/1235))
|
|
443
|
+
([758c064](https://github.com/carbon-design-system/carbon-charts/commit/758c064fcbf8f837da400af9bfac9862b2f20d1f)),
|
|
444
|
+
closes
|
|
445
|
+
[#1232](https://github.com/carbon-design-system/carbon-charts/issues/1232)
|
|
533
446
|
|
|
534
447
|
## [0.54.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.1...v0.54.2) (2022-01-05)
|
|
535
448
|
|
|
536
449
|
### Bug Fixes
|
|
537
450
|
|
|
538
|
-
-
|
|
539
|
-
|
|
540
|
-
|
|
451
|
+
- **core:** add background to chart in fullscreen mode
|
|
452
|
+
([#1261](https://github.com/carbon-design-system/carbon-charts/issues/1261))
|
|
453
|
+
([7a10ae8](https://github.com/carbon-design-system/carbon-charts/commit/7a10ae867060b8719596fc51ccc455f14b8a8210))
|
|
541
454
|
|
|
542
455
|
## [0.54.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.0...v0.54.1) (2022-01-05)
|
|
543
456
|
|
|
544
457
|
### Bug Fixes
|
|
545
458
|
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
459
|
+
- **core:** remove circular dependencies inheritance from heatmap legend &
|
|
460
|
+
canvas zoom files
|
|
461
|
+
([#1260](https://github.com/carbon-design-system/carbon-charts/issues/1260))
|
|
462
|
+
([1abc4d9](https://github.com/carbon-design-system/carbon-charts/commit/1abc4d9ebf8ce80226df23371c4b9baa669f4c7f))
|
|
550
463
|
|
|
551
464
|
# [0.54.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.5...v0.54.0) (2021-12-24)
|
|
552
465
|
|
|
553
466
|
### Features
|
|
554
467
|
|
|
555
|
-
-
|
|
556
|
-
|
|
557
|
-
|
|
468
|
+
- **core:** create heatmap chart
|
|
469
|
+
([#1200](https://github.com/carbon-design-system/carbon-charts/issues/1200))
|
|
470
|
+
([a55be0f](https://github.com/carbon-design-system/carbon-charts/commit/a55be0fcec6020b609ab18b2224562aaa9775321))
|
|
558
471
|
|
|
559
472
|
## [0.53.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.4...v0.53.5) (2021-12-15)
|
|
560
473
|
|
|
561
474
|
### Bug Fixes
|
|
562
475
|
|
|
563
|
-
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
476
|
+
- **core:** use domain in zoom bar if defined in axes
|
|
477
|
+
([#1243](https://github.com/carbon-design-system/carbon-charts/issues/1243))
|
|
478
|
+
([b265676](https://github.com/carbon-design-system/carbon-charts/commit/b2656764758d5b339987a59a2be344d0e94df4c2)),
|
|
479
|
+
closes
|
|
480
|
+
[#1228](https://github.com/carbon-design-system/carbon-charts/issues/1228)
|
|
568
481
|
|
|
569
482
|
## [0.53.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.3...v0.53.4) (2021-12-13)
|
|
570
483
|
|
|
571
484
|
### Bug Fixes
|
|
572
485
|
|
|
573
|
-
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
486
|
+
- **core:** allow users to define custom buttons in toolbar
|
|
487
|
+
([#1158](https://github.com/carbon-design-system/carbon-charts/issues/1158))
|
|
488
|
+
([4996591](https://github.com/carbon-design-system/carbon-charts/commit/499659155b56df9f7ab03633e43f5437f21bb129)),
|
|
489
|
+
closes
|
|
490
|
+
[#1129](https://github.com/carbon-design-system/carbon-charts/issues/1129)
|
|
578
491
|
|
|
579
492
|
## [0.53.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.2...v0.53.3) (2021-12-07)
|
|
580
493
|
|
|
581
494
|
### Bug Fixes
|
|
582
495
|
|
|
583
|
-
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
496
|
+
- **core:** fix overflow menu caused by data loading option change
|
|
497
|
+
([#1239](https://github.com/carbon-design-system/carbon-charts/issues/1239))
|
|
498
|
+
([48b2058](https://github.com/carbon-design-system/carbon-charts/commit/48b2058746d3d86675d1f979e7ea6839712bef65)),
|
|
499
|
+
closes
|
|
500
|
+
[#1229](https://github.com/carbon-design-system/carbon-charts/issues/1229)
|
|
588
501
|
|
|
589
502
|
## [0.53.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.1...v0.53.2) (2021-12-06)
|
|
590
503
|
|
|
591
504
|
### Bug Fixes
|
|
592
505
|
|
|
593
|
-
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
506
|
+
- **core:** display respective combochart tooltips range label
|
|
507
|
+
([#1236](https://github.com/carbon-design-system/carbon-charts/issues/1236))
|
|
508
|
+
([a460ea3](https://github.com/carbon-design-system/carbon-charts/commit/a460ea3e1a695b6bf2b56f4401621d2853add8b6)),
|
|
509
|
+
closes
|
|
510
|
+
[#1085](https://github.com/carbon-design-system/carbon-charts/issues/1085)
|
|
598
511
|
|
|
599
512
|
## [0.53.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.0...v0.53.1) (2021-12-02)
|
|
600
513
|
|
|
601
514
|
### Bug Fixes
|
|
602
515
|
|
|
603
|
-
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
516
|
+
- **core:** display the correct group when hovering over scatter point
|
|
517
|
+
([#1233](https://github.com/carbon-design-system/carbon-charts/issues/1233))
|
|
518
|
+
([dcb5357](https://github.com/carbon-design-system/carbon-charts/commit/dcb5357a470789bbdecb97a2f0fccfa999b0c837)),
|
|
519
|
+
closes
|
|
520
|
+
[#1188](https://github.com/carbon-design-system/carbon-charts/issues/1188)
|
|
608
521
|
|
|
609
522
|
# [0.53.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.4...v0.53.0) (2021-12-01)
|
|
610
523
|
|
|
@@ -614,9 +527,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
614
527
|
|
|
615
528
|
### Bug Fixes
|
|
616
529
|
|
|
617
|
-
-
|
|
618
|
-
|
|
619
|
-
|
|
530
|
+
- **core:** set zoom domain if old initial zoom domain is undefined
|
|
531
|
+
([#1230](https://github.com/carbon-design-system/carbon-charts/issues/1230))
|
|
532
|
+
([6d2bb01](https://github.com/carbon-design-system/carbon-charts/commit/6d2bb014a571dc8a9e6691b6b75c0736ab90b5c5))
|
|
620
533
|
|
|
621
534
|
## [0.52.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.2...v0.52.3) (2021-11-22)
|
|
622
535
|
|
|
@@ -626,21 +539,21 @@ All notable changes to this project will be documented in this file. See
|
|
|
626
539
|
|
|
627
540
|
### Bug Fixes
|
|
628
541
|
|
|
629
|
-
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
542
|
+
- **core:** add linear gradient support to alluvial links
|
|
543
|
+
([#1192](https://github.com/carbon-design-system/carbon-charts/issues/1192))
|
|
544
|
+
([f2170b1](https://github.com/carbon-design-system/carbon-charts/commit/f2170b15b78797e0fcced2367b5b60c2b4e3a332)),
|
|
545
|
+
closes
|
|
546
|
+
[#1189](https://github.com/carbon-design-system/carbon-charts/issues/1189)
|
|
634
547
|
|
|
635
548
|
## [0.52.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.0...v0.52.1) (2021-11-19)
|
|
636
549
|
|
|
637
550
|
### Bug Fixes
|
|
638
551
|
|
|
639
|
-
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
552
|
+
- **core:** set pointer events of highlight elements to none
|
|
553
|
+
([#1220](https://github.com/carbon-design-system/carbon-charts/issues/1220))
|
|
554
|
+
([5594054](https://github.com/carbon-design-system/carbon-charts/commit/5594054f791e4bd48b121104a3280e9934d90d6f)),
|
|
555
|
+
closes
|
|
556
|
+
[#1212](https://github.com/carbon-design-system/carbon-charts/issues/1212)
|
|
644
557
|
|
|
645
558
|
# [0.52.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.4...v0.52.0) (2021-11-18)
|
|
646
559
|
|
|
@@ -650,69 +563,69 @@ All notable changes to this project will be documented in this file. See
|
|
|
650
563
|
|
|
651
564
|
### Bug Fixes
|
|
652
565
|
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
|
|
566
|
+
- **svelte:** remove default export in `index.html`
|
|
567
|
+
([#1218](https://github.com/carbon-design-system/carbon-charts/issues/1218))
|
|
568
|
+
([63f99d1](https://github.com/carbon-design-system/carbon-charts/commit/63f99d1b57d1b034292cc44aad93ca2de69beaed))
|
|
656
569
|
|
|
657
570
|
## [0.51.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.2...v0.51.3) (2021-11-03)
|
|
658
571
|
|
|
659
572
|
### Bug Fixes
|
|
660
573
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
574
|
+
- **core:** remove direct reference to getBBox()
|
|
575
|
+
([#1209](https://github.com/carbon-design-system/carbon-charts/issues/1209))
|
|
576
|
+
([4960dd0](https://github.com/carbon-design-system/carbon-charts/commit/4960dd0d0d7f186ba12dd139dab6277599b208c5))
|
|
664
577
|
|
|
665
578
|
## [0.51.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.1...v0.51.2) (2021-11-02)
|
|
666
579
|
|
|
667
580
|
### Bug Fixes
|
|
668
581
|
|
|
669
|
-
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
582
|
+
- **core:** improve keyboard accessibility
|
|
583
|
+
([#1208](https://github.com/carbon-design-system/carbon-charts/issues/1208))
|
|
584
|
+
([4f64327](https://github.com/carbon-design-system/carbon-charts/commit/4f64327f29dd23d73e4450a7f1cdda4d1d69d4e6)),
|
|
585
|
+
closes
|
|
586
|
+
[#1204](https://github.com/carbon-design-system/carbon-charts/issues/1204)
|
|
674
587
|
|
|
675
588
|
## [0.51.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.0...v0.51.1) (2021-11-02)
|
|
676
589
|
|
|
677
590
|
### Bug Fixes
|
|
678
591
|
|
|
679
|
-
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
592
|
+
- **core:** render chart axis labels correctly when data loads async
|
|
593
|
+
([#1207](https://github.com/carbon-design-system/carbon-charts/issues/1207))
|
|
594
|
+
([f22e99b](https://github.com/carbon-design-system/carbon-charts/commit/f22e99b8145b476d7ba55ce8f9b00843cd98aa3c)),
|
|
595
|
+
closes
|
|
596
|
+
[#1135](https://github.com/carbon-design-system/carbon-charts/issues/1135)
|
|
684
597
|
|
|
685
598
|
# [0.51.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.10...v0.51.0) (2021-11-01)
|
|
686
599
|
|
|
687
600
|
### Features
|
|
688
601
|
|
|
689
|
-
-
|
|
690
|
-
|
|
691
|
-
|
|
602
|
+
- **core:** add toolbar to non-cartesian charts
|
|
603
|
+
([#1191](https://github.com/carbon-design-system/carbon-charts/issues/1191))
|
|
604
|
+
([3574f4f](https://github.com/carbon-design-system/carbon-charts/commit/3574f4f376cc064e0f58de14c61d6442c527aa17))
|
|
692
605
|
|
|
693
606
|
## [0.50.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.9...v0.50.10) (2021-10-27)
|
|
694
607
|
|
|
695
608
|
### Bug Fixes
|
|
696
609
|
|
|
697
|
-
-
|
|
698
|
-
|
|
699
|
-
|
|
610
|
+
- **core:** address various accessibility violations
|
|
611
|
+
([#1199](https://github.com/carbon-design-system/carbon-charts/issues/1199))
|
|
612
|
+
([a4ab2c0](https://github.com/carbon-design-system/carbon-charts/commit/a4ab2c0e3a91513a18e5724faa87dfd80c81c248))
|
|
700
613
|
|
|
701
614
|
## [0.50.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.8...v0.50.9) (2021-10-20)
|
|
702
615
|
|
|
703
616
|
### Bug Fixes
|
|
704
617
|
|
|
705
|
-
-
|
|
706
|
-
|
|
707
|
-
|
|
618
|
+
- **core:** hCM issues with legend & tooltips
|
|
619
|
+
([#1195](https://github.com/carbon-design-system/carbon-charts/issues/1195))
|
|
620
|
+
([d5d7bf1](https://github.com/carbon-design-system/carbon-charts/commit/d5d7bf1b1438a275ea7083bc278d36c884a49bce))
|
|
708
621
|
|
|
709
622
|
## [0.50.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.7...v0.50.8) (2021-10-18)
|
|
710
623
|
|
|
711
624
|
### Bug Fixes
|
|
712
625
|
|
|
713
|
-
-
|
|
714
|
-
|
|
715
|
-
|
|
626
|
+
- **core:** fix group names in binned ruler tooltips
|
|
627
|
+
([#1190](https://github.com/carbon-design-system/carbon-charts/issues/1190))
|
|
628
|
+
([312f8be](https://github.com/carbon-design-system/carbon-charts/commit/312f8bea2d885539370ca81ddbc89ee63689ab2b))
|
|
716
629
|
|
|
717
630
|
## [0.50.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.6...v0.50.7) (2021-10-12)
|
|
718
631
|
|
|
@@ -726,21 +639,21 @@ All notable changes to this project will be documented in this file. See
|
|
|
726
639
|
|
|
727
640
|
### Bug Fixes
|
|
728
641
|
|
|
729
|
-
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
642
|
+
- **core:** fix safari bug causing incorrect chart heights
|
|
643
|
+
([#1179](https://github.com/carbon-design-system/carbon-charts/issues/1179))
|
|
644
|
+
([55dd880](https://github.com/carbon-design-system/carbon-charts/commit/55dd880e48cb07c8f392ce2b9774e49ea4220051)),
|
|
645
|
+
closes
|
|
646
|
+
[#1177](https://github.com/carbon-design-system/carbon-charts/issues/1177)
|
|
734
647
|
|
|
735
648
|
## [0.50.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.3...v0.50.4) (2021-10-05)
|
|
736
649
|
|
|
737
650
|
### Bug Fixes
|
|
738
651
|
|
|
739
|
-
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
652
|
+
- **core:** allow users to assign custom colors to the links of source nodes
|
|
653
|
+
([#1178](https://github.com/carbon-design-system/carbon-charts/issues/1178))
|
|
654
|
+
([bec1cc7](https://github.com/carbon-design-system/carbon-charts/commit/bec1cc736dec36fd8ed26a1ade1ac9f375e3849c)),
|
|
655
|
+
closes
|
|
656
|
+
[#1175](https://github.com/carbon-design-system/carbon-charts/issues/1175)
|
|
744
657
|
|
|
745
658
|
## [0.50.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.2...v0.50.3) (2021-10-04)
|
|
746
659
|
|
|
@@ -754,39 +667,39 @@ All notable changes to this project will be documented in this file. See
|
|
|
754
667
|
|
|
755
668
|
### Bug Fixes
|
|
756
669
|
|
|
757
|
-
-
|
|
758
|
-
|
|
759
|
-
|
|
670
|
+
- **styles:** use `map-get` in `_type.scss`
|
|
671
|
+
([#1171](https://github.com/carbon-design-system/carbon-charts/issues/1171))
|
|
672
|
+
([5d3da4c](https://github.com/carbon-design-system/carbon-charts/commit/5d3da4c08321d9ac0dcf9687cee1b6ab77d06163))
|
|
760
673
|
|
|
761
674
|
# [0.50.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.7...v0.50.0) (2021-09-30)
|
|
762
675
|
|
|
763
676
|
### Features
|
|
764
677
|
|
|
765
|
-
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
678
|
+
- **core:** remove overflow menu and modal imports in chart styles
|
|
679
|
+
([#1170](https://github.com/carbon-design-system/carbon-charts/issues/1170))
|
|
680
|
+
([4ca6839](https://github.com/carbon-design-system/carbon-charts/commit/4ca683928b8cea7c47b6e3f287b0fff9736eee5f)),
|
|
681
|
+
closes
|
|
682
|
+
[#1115](https://github.com/carbon-design-system/carbon-charts/issues/1115)
|
|
770
683
|
|
|
771
684
|
## [0.49.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.6...v0.49.7) (2021-09-27)
|
|
772
685
|
|
|
773
686
|
### Bug Fixes
|
|
774
687
|
|
|
775
|
-
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
688
|
+
- **core:** optimize transition to not return new transition on root element
|
|
689
|
+
([#1169](https://github.com/carbon-design-system/carbon-charts/issues/1169))
|
|
690
|
+
([fe4d592](https://github.com/carbon-design-system/carbon-charts/commit/fe4d592991e9cbf68c4b9efab0be4aa46dfcd416)),
|
|
691
|
+
closes
|
|
692
|
+
[#1143](https://github.com/carbon-design-system/carbon-charts/issues/1143)
|
|
780
693
|
|
|
781
694
|
## [0.49.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.5...v0.49.6) (2021-09-23)
|
|
782
695
|
|
|
783
696
|
### Bug Fixes
|
|
784
697
|
|
|
785
|
-
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
698
|
+
- **core:** correctly draw the threshold from multiple axes
|
|
699
|
+
([#1159](https://github.com/carbon-design-system/carbon-charts/issues/1159))
|
|
700
|
+
([1bba0d3](https://github.com/carbon-design-system/carbon-charts/commit/1bba0d38cc0b08fc56861d5923d1f7f3293e80a8)),
|
|
701
|
+
closes
|
|
702
|
+
[#1153](https://github.com/carbon-design-system/carbon-charts/issues/1153)
|
|
790
703
|
|
|
791
704
|
## [0.49.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.4...v0.49.5) (2021-09-23)
|
|
792
705
|
|
|
@@ -796,19 +709,19 @@ All notable changes to this project will be documented in this file. See
|
|
|
796
709
|
|
|
797
710
|
### Bug Fixes
|
|
798
711
|
|
|
799
|
-
-
|
|
800
|
-
|
|
801
|
-
|
|
712
|
+
- **core:** stacked layouts in combo charts
|
|
713
|
+
([#1165](https://github.com/carbon-design-system/carbon-charts/issues/1165))
|
|
714
|
+
([3f53e49](https://github.com/carbon-design-system/carbon-charts/commit/3f53e491446020d4e57e6b002a4ab69062aec068))
|
|
802
715
|
|
|
803
716
|
## [0.49.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.2...v0.49.3) (2021-09-22)
|
|
804
717
|
|
|
805
718
|
### Bug Fixes
|
|
806
719
|
|
|
807
|
-
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
720
|
+
- **core:** replace empty hyperlink with an appropriate tag
|
|
721
|
+
([#1163](https://github.com/carbon-design-system/carbon-charts/issues/1163))
|
|
722
|
+
([5d0f75d](https://github.com/carbon-design-system/carbon-charts/commit/5d0f75d97656e85c858364a3cadc92ebe3dd6cc0)),
|
|
723
|
+
closes
|
|
724
|
+
[#952](https://github.com/carbon-design-system/carbon-charts/issues/952)
|
|
812
725
|
|
|
813
726
|
## [0.49.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.1...v0.49.2) (2021-09-20)
|
|
814
727
|
|
|
@@ -818,92 +731,92 @@ All notable changes to this project will be documented in this file. See
|
|
|
818
731
|
|
|
819
732
|
### Bug Fixes
|
|
820
733
|
|
|
821
|
-
-
|
|
822
|
-
|
|
823
|
-
|
|
734
|
+
- **core:** groupMapsTo in stacked bar charts
|
|
735
|
+
([#1156](https://github.com/carbon-design-system/carbon-charts/issues/1156))
|
|
736
|
+
([4d6b61b](https://github.com/carbon-design-system/carbon-charts/commit/4d6b61ba86c154787f9e8acdf3ed8851dc8c6b17))
|
|
824
737
|
|
|
825
738
|
# [0.49.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.4...v0.49.0) (2021-09-15)
|
|
826
739
|
|
|
827
740
|
### Features
|
|
828
741
|
|
|
829
|
-
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
742
|
+
- **core:** create alluvial chart
|
|
743
|
+
([#1132](https://github.com/carbon-design-system/carbon-charts/issues/1132))
|
|
744
|
+
([08fa194](https://github.com/carbon-design-system/carbon-charts/commit/08fa194f1c59ab2110c0d221886fc0174c936194)),
|
|
745
|
+
closes
|
|
746
|
+
[#871](https://github.com/carbon-design-system/carbon-charts/issues/871)
|
|
834
747
|
|
|
835
748
|
## [0.48.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.3...v0.48.4) (2021-09-13)
|
|
836
749
|
|
|
837
750
|
### Bug Fixes
|
|
838
751
|
|
|
839
|
-
-
|
|
840
|
-
|
|
841
|
-
|
|
752
|
+
- **core:** legend alignment incorrect initial rendering
|
|
753
|
+
([#1151](https://github.com/carbon-design-system/carbon-charts/issues/1151))
|
|
754
|
+
([0b01426](https://github.com/carbon-design-system/carbon-charts/commit/0b0142677fd67041ee8576aa19cfa53f24e39a55))
|
|
842
755
|
|
|
843
756
|
## [0.48.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.2...v0.48.3) (2021-09-13)
|
|
844
757
|
|
|
845
758
|
### Bug Fixes
|
|
846
759
|
|
|
847
|
-
-
|
|
848
|
-
|
|
849
|
-
|
|
760
|
+
- **core:** diagram rendering issues in safari
|
|
761
|
+
([#1150](https://github.com/carbon-design-system/carbon-charts/issues/1150))
|
|
762
|
+
([fc123dd](https://github.com/carbon-design-system/carbon-charts/commit/fc123dda01795fbd4703362dd2688c5ac1940728))
|
|
850
763
|
|
|
851
764
|
## [0.48.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.1...v0.48.2) (2021-09-13)
|
|
852
765
|
|
|
853
766
|
### Bug Fixes
|
|
854
767
|
|
|
855
|
-
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
768
|
+
- **core:** render an empty zoom bar holder when there is less than or equal to
|
|
769
|
+
1 data element
|
|
770
|
+
([#1134](https://github.com/carbon-design-system/carbon-charts/issues/1134))
|
|
771
|
+
([9864cfd](https://github.com/carbon-design-system/carbon-charts/commit/9864cfd103a45ed8c8ca1605cb98a4cd10434fb2)),
|
|
772
|
+
closes
|
|
773
|
+
[#996](https://github.com/carbon-design-system/carbon-charts/issues/996)
|
|
861
774
|
|
|
862
775
|
## [0.48.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.0...v0.48.1) (2021-09-13)
|
|
863
776
|
|
|
864
777
|
### Bug Fixes
|
|
865
778
|
|
|
866
|
-
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
779
|
+
- **core:** display donut-figure in the center when donut-title is empty
|
|
780
|
+
([#1147](https://github.com/carbon-design-system/carbon-charts/issues/1147))
|
|
781
|
+
([1d3dac5](https://github.com/carbon-design-system/carbon-charts/commit/1d3dac55d868306541ad6acd8205cce5a505dfe0)),
|
|
782
|
+
closes
|
|
783
|
+
[#1146](https://github.com/carbon-design-system/carbon-charts/issues/1146)
|
|
871
784
|
|
|
872
785
|
# [0.48.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.47.0...v0.48.0) (2021-09-10)
|
|
873
786
|
|
|
874
787
|
### Features
|
|
875
788
|
|
|
876
|
-
-
|
|
877
|
-
|
|
878
|
-
|
|
789
|
+
- **highlight:** Add highlights
|
|
790
|
+
([#1048](https://github.com/carbon-design-system/carbon-charts/issues/1048))
|
|
791
|
+
([baa4645](https://github.com/carbon-design-system/carbon-charts/commit/baa4645c16027ab21f2d2155c79fb73cdf0d4772))
|
|
879
792
|
|
|
880
793
|
# [0.47.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.5...v0.47.0) (2021-09-08)
|
|
881
794
|
|
|
882
795
|
### Features
|
|
883
796
|
|
|
884
|
-
-
|
|
885
|
-
|
|
886
|
-
|
|
797
|
+
- **core:** add tree chart
|
|
798
|
+
([#1116](https://github.com/carbon-design-system/carbon-charts/issues/1116))
|
|
799
|
+
([96e4988](https://github.com/carbon-design-system/carbon-charts/commit/96e4988d5b3926f2a9daa642c8ebb62058328aa3))
|
|
887
800
|
|
|
888
801
|
## [0.46.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.4...v0.46.5) (2021-09-08)
|
|
889
802
|
|
|
890
803
|
### Bug Fixes
|
|
891
804
|
|
|
892
|
-
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
805
|
+
- **core:** filter out dots with missing value
|
|
806
|
+
([#1136](https://github.com/carbon-design-system/carbon-charts/issues/1136))
|
|
807
|
+
([c87bee8](https://github.com/carbon-design-system/carbon-charts/commit/c87bee87de7337a0b4a332d9a223ed3e3be92ab9)),
|
|
808
|
+
closes
|
|
809
|
+
[#1133](https://github.com/carbon-design-system/carbon-charts/issues/1133)
|
|
897
810
|
|
|
898
811
|
## [0.46.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.3...v0.46.4) (2021-08-31)
|
|
899
812
|
|
|
900
813
|
### Bug Fixes
|
|
901
814
|
|
|
902
|
-
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
815
|
+
- **core:** display correct toolbar controls based on provided options
|
|
816
|
+
([#1127](https://github.com/carbon-design-system/carbon-charts/issues/1127))
|
|
817
|
+
([77e0e43](https://github.com/carbon-design-system/carbon-charts/commit/77e0e431c3c5c57eec3e49757747c1a7835f93de)),
|
|
818
|
+
closes
|
|
819
|
+
[#1109](https://github.com/carbon-design-system/carbon-charts/issues/1109)
|
|
907
820
|
|
|
908
821
|
## [0.46.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.2...v0.46.3) (2021-08-31)
|
|
909
822
|
|
|
@@ -921,9 +834,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
921
834
|
|
|
922
835
|
### Features
|
|
923
836
|
|
|
924
|
-
-
|
|
925
|
-
|
|
926
|
-
|
|
837
|
+
- **charts:** add proportional meter chart
|
|
838
|
+
([#1040](https://github.com/carbon-design-system/carbon-charts/issues/1040))
|
|
839
|
+
([10592e4](https://github.com/carbon-design-system/carbon-charts/commit/10592e40665d104117b8e2d2580e5edc407c3e8d))
|
|
927
840
|
|
|
928
841
|
# Change Log
|
|
929
842
|
|
|
@@ -938,15 +851,15 @@ All notable changes to this project will be documented in this file. See
|
|
|
938
851
|
|
|
939
852
|
### Features
|
|
940
853
|
|
|
941
|
-
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
854
|
+
- **core:** Add options to map value to other keys
|
|
855
|
+
([#1122](https://github.com/carbon-design-system/carbon-charts/issues/1122))
|
|
856
|
+
([1835192](https://github.com/carbon-design-system/carbon-charts/commit/18351924acc182c24a7467dfc989fdc1e5c759dc)),
|
|
857
|
+
closes
|
|
858
|
+
[#1110](https://github.com/carbon-design-system/carbon-charts/issues/1110)
|
|
859
|
+
[#1110](https://github.com/carbon-design-system/carbon-charts/issues/1110)
|
|
860
|
+
[#1110](https://github.com/carbon-design-system/carbon-charts/issues/1110)
|
|
861
|
+
[#1110](https://github.com/carbon-design-system/carbon-charts/issues/1110)
|
|
862
|
+
[#1110](https://github.com/carbon-design-system/carbon-charts/issues/1110)
|
|
950
863
|
|
|
951
864
|
## [0.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
|
|
952
865
|
|
|
@@ -956,17 +869,17 @@ All notable changes to this project will be documented in this file. See
|
|
|
956
869
|
|
|
957
870
|
### Features
|
|
958
871
|
|
|
959
|
-
-
|
|
960
|
-
|
|
961
|
-
|
|
872
|
+
- **core:** support negative values in stacked bar
|
|
873
|
+
([#1121](https://github.com/carbon-design-system/carbon-charts/issues/1121))
|
|
874
|
+
([b71cc79](https://github.com/carbon-design-system/carbon-charts/commit/b71cc79876fe56b49cbb08441f41e17ee37fbcff))
|
|
962
875
|
|
|
963
876
|
# [0.43.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.1...v0.43.0) (2021-08-17)
|
|
964
877
|
|
|
965
878
|
### Features
|
|
966
879
|
|
|
967
|
-
-
|
|
968
|
-
|
|
969
|
-
|
|
880
|
+
- **core:** remove backgrounds on chart holder & wrapper
|
|
881
|
+
([#1120](https://github.com/carbon-design-system/carbon-charts/issues/1120))
|
|
882
|
+
([8044c99](https://github.com/carbon-design-system/carbon-charts/commit/8044c99cd4c307147a164d3e60bbb23d2a0a2dc4))
|
|
970
883
|
|
|
971
884
|
## [0.42.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.0...v0.42.1) (2021-08-13)
|
|
972
885
|
|
|
@@ -976,9 +889,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
976
889
|
|
|
977
890
|
### Features
|
|
978
891
|
|
|
979
|
-
-
|
|
980
|
-
|
|
981
|
-
|
|
892
|
+
- **charts:** add histogram
|
|
893
|
+
([#1038](https://github.com/carbon-design-system/carbon-charts/issues/1038))
|
|
894
|
+
([07e07b3](https://github.com/carbon-design-system/carbon-charts/commit/07e07b3a2e8bc0eb01a7f4fdfc004e8095fb7b26))
|
|
982
895
|
|
|
983
896
|
# Change Log
|
|
984
897
|
|
|
@@ -1017,33 +930,33 @@ All notable changes to this project will be documented in this file. See
|
|
|
1017
930
|
|
|
1018
931
|
### Bug Fixes
|
|
1019
932
|
|
|
1020
|
-
-
|
|
1021
|
-
|
|
1022
|
-
|
|
933
|
+
- **core:** optimize fullscreen logic
|
|
934
|
+
([#1097](https://github.com/carbon-design-system/carbon-charts/issues/1097))
|
|
935
|
+
([d4ee1c9](https://github.com/carbon-design-system/carbon-charts/commit/d4ee1c9da6f37516b2796b69af1b7a429deb41b7))
|
|
1023
936
|
|
|
1024
937
|
## [0.41.95](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.94...v0.41.95) (2021-08-02)
|
|
1025
938
|
|
|
1026
939
|
### Bug Fixes
|
|
1027
940
|
|
|
1028
|
-
-
|
|
1029
|
-
|
|
1030
|
-
|
|
941
|
+
- **core:** set $css--default-type to false in the styles
|
|
942
|
+
([#1096](https://github.com/carbon-design-system/carbon-charts/issues/1096))
|
|
943
|
+
([d35ee26](https://github.com/carbon-design-system/carbon-charts/commit/d35ee269735c150efa1d375c5ff65c4375f7bc3e))
|
|
1031
944
|
|
|
1032
945
|
## [0.41.94](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.93...v0.41.94) (2021-07-30)
|
|
1033
946
|
|
|
1034
947
|
### Bug Fixes
|
|
1035
948
|
|
|
1036
|
-
-
|
|
1037
|
-
|
|
1038
|
-
|
|
949
|
+
- **core:** avoid adding carbon css-reset to styles
|
|
950
|
+
([#1095](https://github.com/carbon-design-system/carbon-charts/issues/1095))
|
|
951
|
+
([8c48aef](https://github.com/carbon-design-system/carbon-charts/commit/8c48aefc6f78a9dce831897e7fb75cf79dfb3b19))
|
|
1039
952
|
|
|
1040
953
|
## [0.41.93](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.92...v0.41.93) (2021-07-27)
|
|
1041
954
|
|
|
1042
955
|
### Performance Improvements
|
|
1043
956
|
|
|
1044
|
-
-
|
|
1045
|
-
|
|
1046
|
-
|
|
957
|
+
- **download-csv:** revoke object URL after downloading
|
|
958
|
+
([#1089](https://github.com/carbon-design-system/carbon-charts/issues/1089))
|
|
959
|
+
([6f001c7](https://github.com/carbon-design-system/carbon-charts/commit/6f001c749feb3747686aa5f5cd612a7cbbe7cefc))
|
|
1047
960
|
|
|
1048
961
|
## [0.41.92](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.91...v0.41.92) (2021-07-26)
|
|
1049
962
|
|
|
@@ -1053,17 +966,17 @@ All notable changes to this project will be documented in this file. See
|
|
|
1053
966
|
|
|
1054
967
|
### Bug Fixes
|
|
1055
968
|
|
|
1056
|
-
-
|
|
1057
|
-
|
|
1058
|
-
|
|
969
|
+
- **core:** eliminate style conflicts with carbon-components
|
|
970
|
+
([#1086](https://github.com/carbon-design-system/carbon-charts/issues/1086))
|
|
971
|
+
([4b11432](https://github.com/carbon-design-system/carbon-charts/commit/4b1143264f683f774d80dc98d4db2b72a7eac449))
|
|
1059
972
|
|
|
1060
973
|
## [0.41.90](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.89...v0.41.90) (2021-07-21)
|
|
1061
974
|
|
|
1062
975
|
### Bug Fixes
|
|
1063
976
|
|
|
1064
|
-
-
|
|
1065
|
-
|
|
1066
|
-
|
|
977
|
+
- **core:** gauge delta arrow not showing on first render
|
|
978
|
+
([#1083](https://github.com/carbon-design-system/carbon-charts/issues/1083))
|
|
979
|
+
([2169d80](https://github.com/carbon-design-system/carbon-charts/commit/2169d80f74557e8172d2846c9897ddf70982a1b1))
|
|
1067
980
|
|
|
1068
981
|
## [0.41.89](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.88...v0.41.89) (2021-07-21)
|
|
1069
982
|
|
|
@@ -1073,9 +986,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1073
986
|
|
|
1074
987
|
### Bug Fixes
|
|
1075
988
|
|
|
1076
|
-
-
|
|
1077
|
-
|
|
1078
|
-
|
|
989
|
+
- **core:** remove references to `process` in UMD bundles
|
|
990
|
+
([#1078](https://github.com/carbon-design-system/carbon-charts/issues/1078))
|
|
991
|
+
([dac2067](https://github.com/carbon-design-system/carbon-charts/commit/dac20679a895c56f03c2a156900d133233e17ded))
|
|
1079
992
|
|
|
1080
993
|
## [0.41.87](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.86...v0.41.87) (2021-07-20)
|
|
1081
994
|
|
|
@@ -1089,9 +1002,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1089
1002
|
|
|
1090
1003
|
### Bug Fixes
|
|
1091
1004
|
|
|
1092
|
-
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1005
|
+
- **core:** make sure document exists in case using SSR
|
|
1006
|
+
([#1073](https://github.com/carbon-design-system/carbon-charts/issues/1073))
|
|
1007
|
+
([20a78b8](https://github.com/carbon-design-system/carbon-charts/commit/20a78b8bae199b31d5cf459a84002831e79573fd))
|
|
1095
1008
|
|
|
1096
1009
|
## [0.41.84](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.83...v0.41.84) (2021-07-16)
|
|
1097
1010
|
|
|
@@ -1114,12 +1027,12 @@ All notable changes to this project will be documented in this file. See
|
|
|
1114
1027
|
|
|
1115
1028
|
### Bug Fixes
|
|
1116
1029
|
|
|
1117
|
-
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1030
|
+
- **core:** display the first and last data elements when addSpaceOnEdges is set
|
|
1031
|
+
to 0
|
|
1032
|
+
([#1064](https://github.com/carbon-design-system/carbon-charts/issues/1064))
|
|
1033
|
+
([f321807](https://github.com/carbon-design-system/carbon-charts/commit/f32180774720c7d916f6bd441b7d72500b77e7f9)),
|
|
1034
|
+
closes
|
|
1035
|
+
[#763](https://github.com/carbon-design-system/carbon-charts/issues/763)
|
|
1123
1036
|
|
|
1124
1037
|
## [0.41.80](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.79...v0.41.80) (2021-07-07)
|
|
1125
1038
|
|
|
@@ -1133,10 +1046,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
1133
1046
|
|
|
1134
1047
|
### Bug Fixes
|
|
1135
1048
|
|
|
1136
|
-
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1049
|
+
- **core:** keep fill colors if custom getIsFilled is passed on mouse over for
|
|
1050
|
+
line graph
|
|
1051
|
+
([#1055](https://github.com/carbon-design-system/carbon-charts/issues/1055))
|
|
1052
|
+
([b5dac70](https://github.com/carbon-design-system/carbon-charts/commit/b5dac70c919475672ee31c59cf542605db68e5b4))
|
|
1140
1053
|
|
|
1141
1054
|
## [0.41.77](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.76...v0.41.77) (2021-06-25)
|
|
1142
1055
|
|
|
@@ -1188,15 +1101,14 @@ All notable changes to this project will be documented in this file. See
|
|
|
1188
1101
|
|
|
1189
1102
|
### Bug Fixes
|
|
1190
1103
|
|
|
1191
|
-
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
([a8d13cd](https://github.com/carbon-design-system/carbon-charts/commit/a8d13cd6d90813161582a00afa5166ca87702f38))
|
|
1104
|
+
- **core:** fix circlepacks with one dataset
|
|
1105
|
+
([#1035](https://github.com/carbon-design-system/carbon-charts/issues/1035))
|
|
1106
|
+
([2f0b183](https://github.com/carbon-design-system/carbon-charts/commit/2f0b183878b650c76b05ca6d5fb1e8f6a17c0266)),
|
|
1107
|
+
closes
|
|
1108
|
+
[#1031](https://github.com/carbon-design-system/carbon-charts/issues/1031)
|
|
1109
|
+
- **core:** make sure tooltips are properly positioned when closer to the edges
|
|
1110
|
+
([#1037](https://github.com/carbon-design-system/carbon-charts/issues/1037))
|
|
1111
|
+
([a8d13cd](https://github.com/carbon-design-system/carbon-charts/commit/a8d13cd6d90813161582a00afa5166ca87702f38))
|
|
1200
1112
|
|
|
1201
1113
|
## [0.41.66](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.65...v0.41.66) (2021-05-25)
|
|
1202
1114
|
|
|
@@ -1228,9 +1140,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1228
1140
|
|
|
1229
1141
|
### Bug Fixes
|
|
1230
1142
|
|
|
1231
|
-
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1143
|
+
- **core:** fix minor bug with data values that are undefined
|
|
1144
|
+
([#1007](https://github.com/carbon-design-system/carbon-charts/issues/1007))
|
|
1145
|
+
([5c4db99](https://github.com/carbon-design-system/carbon-charts/commit/5c4db996e3aaf5b8c8146b686945c9eb4a191b46))
|
|
1234
1146
|
|
|
1235
1147
|
# Change Log
|
|
1236
1148
|
|
|
@@ -1458,11 +1370,11 @@ All notable changes to this project will be documented in this file. See
|
|
|
1458
1370
|
|
|
1459
1371
|
### Bug Fixes
|
|
1460
1372
|
|
|
1461
|
-
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1373
|
+
- **types:** add peak, status properties to MeterChartOptions interface
|
|
1374
|
+
([#924](https://github.com/carbon-design-system/carbon-charts/issues/924))
|
|
1375
|
+
([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)),
|
|
1376
|
+
closes
|
|
1377
|
+
[#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
|
|
1466
1378
|
|
|
1467
1379
|
## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
|
|
1468
1380
|
|
|
@@ -1497,17 +1409,17 @@ All notable changes to this project will be documented in this file. See
|
|
|
1497
1409
|
|
|
1498
1410
|
### Bug Fixes
|
|
1499
1411
|
|
|
1500
|
-
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1412
|
+
- **core:** add number to the donut center interface
|
|
1413
|
+
([#929](https://github.com/carbon-design-system/carbon-charts/issues/929))
|
|
1414
|
+
([2f012a7](https://github.com/carbon-design-system/carbon-charts/commit/2f012a7915c3250b1044016330b91bc4e76206d8))
|
|
1503
1415
|
|
|
1504
1416
|
## [0.41.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.14...v0.41.15) (2021-01-07)
|
|
1505
1417
|
|
|
1506
1418
|
### Bug Fixes
|
|
1507
1419
|
|
|
1508
|
-
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1420
|
+
- set definedZoomBarData to zoom bar data
|
|
1421
|
+
([#909](https://github.com/carbon-design-system/carbon-charts/issues/909))
|
|
1422
|
+
([d446e47](https://github.com/carbon-design-system/carbon-charts/commit/d446e47bc618b638ddec1513e48c3fd0f01e3256))
|
|
1511
1423
|
|
|
1512
1424
|
## [0.41.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.13...v0.41.14) (2020-12-07)
|
|
1513
1425
|
|
|
@@ -1562,30 +1474,29 @@ All notable changes to this project will be documented in this file. See
|
|
|
1562
1474
|
|
|
1563
1475
|
### Bug Fixes
|
|
1564
1476
|
|
|
1565
|
-
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1477
|
+
- **core:** use fill:transparent for toolbar controls
|
|
1478
|
+
([#884](https://github.com/carbon-design-system/carbon-charts/issues/884))
|
|
1479
|
+
([681ec23](https://github.com/carbon-design-system/carbon-charts/commit/681ec23705d54bbf47f0e71655983ecbbebc7dd8))
|
|
1568
1480
|
|
|
1569
1481
|
## [0.41.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.1...v0.41.2) (2020-11-13)
|
|
1570
1482
|
|
|
1571
1483
|
### Bug Fixes
|
|
1572
1484
|
|
|
1573
|
-
-
|
|
1574
|
-
|
|
1575
|
-
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
([9ee5210](https://github.com/carbon-design-system/carbon-charts/commit/9ee5210497032108857f503b69eff2c73b22cf06))
|
|
1485
|
+
- **core:** sanitize user provided axis domains
|
|
1486
|
+
([5865b7a](https://github.com/carbon-design-system/carbon-charts/commit/5865b7a16ea424314115b05af818eed9449d2564))
|
|
1487
|
+
- **core:** tooltips should hide when mouseout is triggered on the chart holder
|
|
1488
|
+
([#887](https://github.com/carbon-design-system/carbon-charts/issues/887))
|
|
1489
|
+
([9ee5210](https://github.com/carbon-design-system/carbon-charts/commit/9ee5210497032108857f503b69eff2c73b22cf06))
|
|
1579
1490
|
|
|
1580
1491
|
## [0.41.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.0...v0.41.1) (2020-11-10)
|
|
1581
1492
|
|
|
1582
1493
|
### Bug Fixes
|
|
1583
1494
|
|
|
1584
|
-
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1495
|
+
- **core:** correct axis title paddings in y-axes
|
|
1496
|
+
([#873](https://github.com/carbon-design-system/carbon-charts/issues/873))
|
|
1497
|
+
([8a27a5f](https://github.com/carbon-design-system/carbon-charts/commit/8a27a5f65cbc55a878e603c9aa96c6f38d6ea10d)),
|
|
1498
|
+
closes
|
|
1499
|
+
[#859](https://github.com/carbon-design-system/carbon-charts/issues/859)
|
|
1589
1500
|
|
|
1590
1501
|
# Change Log
|
|
1591
1502
|
|
|
@@ -1596,25 +1507,25 @@ All notable changes to this project will be documented in this file. See
|
|
|
1596
1507
|
|
|
1597
1508
|
### Bug Fixes
|
|
1598
1509
|
|
|
1599
|
-
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1510
|
+
- use fill:none to allow transparent toolbar control background
|
|
1511
|
+
([#858](https://github.com/carbon-design-system/carbon-charts/issues/858))
|
|
1512
|
+
([e4bf1bf](https://github.com/carbon-design-system/carbon-charts/commit/e4bf1bf45f59b5a4521aa2b6e5856715f148b1d5))
|
|
1513
|
+
- **core:** only set zoombar data and sanitize date values if a cartesian
|
|
1514
|
+
time-series chart
|
|
1515
|
+
([88c8fa1](https://github.com/carbon-design-system/carbon-charts/commit/88c8fa1feee0d8866608bc39426638afb1c81294))
|
|
1605
1516
|
|
|
1606
1517
|
### Features
|
|
1607
1518
|
|
|
1608
|
-
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1519
|
+
- **core:** add alignment options for gauge charts
|
|
1520
|
+
([#877](https://github.com/carbon-design-system/carbon-charts/issues/877))
|
|
1521
|
+
([5d4a621](https://github.com/carbon-design-system/carbon-charts/commit/5d4a621e4b92e3e1fdaa9a3318467c84379e8881))
|
|
1611
1522
|
|
|
1612
1523
|
## [0.40.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.13...v0.40.14) (2020-11-09)
|
|
1613
1524
|
|
|
1614
1525
|
### Bug Fixes
|
|
1615
1526
|
|
|
1616
|
-
-
|
|
1617
|
-
|
|
1527
|
+
- **core:** replace import to lodash with lodash-es
|
|
1528
|
+
([700ba09](https://github.com/carbon-design-system/carbon-charts/commit/700ba0989ca130c2b750acc868b5bc36192f6f07))
|
|
1618
1529
|
|
|
1619
1530
|
## [0.40.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.12...v0.40.13) (2020-11-06)
|
|
1620
1531
|
|
|
@@ -1677,34 +1588,34 @@ All notable changes to this project will be documented in this file. See
|
|
|
1677
1588
|
|
|
1678
1589
|
### Bug Fixes
|
|
1679
1590
|
|
|
1680
|
-
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1591
|
+
- **core:** fix Legend and Tooltip group color
|
|
1592
|
+
([#834](https://github.com/carbon-design-system/carbon-charts/issues/834))
|
|
1593
|
+
([da4c9f4](https://github.com/carbon-design-system/carbon-charts/commit/da4c9f4d5da605f19db87fde9ab4caa45056373d)),
|
|
1594
|
+
closes
|
|
1595
|
+
[#828](https://github.com/carbon-design-system/carbon-charts/issues/828)
|
|
1596
|
+
[#828](https://github.com/carbon-design-system/carbon-charts/issues/828)
|
|
1686
1597
|
|
|
1687
1598
|
### Features
|
|
1688
1599
|
|
|
1689
|
-
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1600
|
+
- provide option to refresh range axis label
|
|
1601
|
+
([#766](https://github.com/carbon-design-system/carbon-charts/issues/766))
|
|
1602
|
+
([070f9e3](https://github.com/carbon-design-system/carbon-charts/commit/070f9e38481362e1ad55f036915deb66d8a16648))
|
|
1692
1603
|
|
|
1693
1604
|
## [0.39.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.39.0...v0.39.1) (2020-10-05)
|
|
1694
1605
|
|
|
1695
1606
|
### Bug Fixes
|
|
1696
1607
|
|
|
1697
|
-
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1608
|
+
- **core:** fix division by zero & timescale issues
|
|
1609
|
+
([#829](https://github.com/carbon-design-system/carbon-charts/issues/829))
|
|
1610
|
+
([ce9a2ab](https://github.com/carbon-design-system/carbon-charts/commit/ce9a2abdace0eef5ca6bdffa168992972d7f5848))
|
|
1700
1611
|
|
|
1701
1612
|
# [0.39.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.8...v0.39.0) (2020-10-01)
|
|
1702
1613
|
|
|
1703
1614
|
### Features
|
|
1704
1615
|
|
|
1705
|
-
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1616
|
+
- **core:** allow custom labels for total & group in tooltips
|
|
1617
|
+
([#826](https://github.com/carbon-design-system/carbon-charts/issues/826))
|
|
1618
|
+
([6946477](https://github.com/carbon-design-system/carbon-charts/commit/69464778ed4fdd2230cf5ca93162ec11b310e580))
|
|
1708
1619
|
|
|
1709
1620
|
## [0.38.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.7...v0.38.8) (2020-09-30)
|
|
1710
1621
|
|
|
@@ -1727,17 +1638,17 @@ All notable changes to this project will be documented in this file. See
|
|
|
1727
1638
|
|
|
1728
1639
|
### Bug Fixes
|
|
1729
1640
|
|
|
1730
|
-
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1641
|
+
- do not dispatch zoom domain change event for all zoom bar behaviors
|
|
1642
|
+
([#811](https://github.com/carbon-design-system/carbon-charts/issues/811))
|
|
1643
|
+
([5fd692f](https://github.com/carbon-design-system/carbon-charts/commit/5fd692f9e71dbf4b3e9052feb6c99cb25156c5da))
|
|
1733
1644
|
|
|
1734
1645
|
## [0.38.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.3...v0.38.4) (2020-09-21)
|
|
1735
1646
|
|
|
1736
1647
|
### Bug Fixes
|
|
1737
1648
|
|
|
1738
|
-
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1649
|
+
- **core:** fix valueFormatter not being called on non-axis tooltips
|
|
1650
|
+
([#809](https://github.com/carbon-design-system/carbon-charts/issues/809))
|
|
1651
|
+
([b1ff24c](https://github.com/carbon-design-system/carbon-charts/commit/b1ff24c70c8291ef8dab5585866a12ef99fd6e6f))
|
|
1741
1652
|
|
|
1742
1653
|
## [0.38.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.2...v0.38.3) (2020-09-21)
|
|
1743
1654
|
|
|
@@ -1755,9 +1666,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1755
1666
|
|
|
1756
1667
|
### Features
|
|
1757
1668
|
|
|
1758
|
-
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1669
|
+
- **core:** enable or disable ruler
|
|
1670
|
+
([#765](https://github.com/carbon-design-system/carbon-charts/issues/765))
|
|
1671
|
+
([bef6daf](https://github.com/carbon-design-system/carbon-charts/commit/bef6daf53e2c7c825d39daa160e9f721ddec0b29))
|
|
1761
1672
|
|
|
1762
1673
|
## [0.37.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.0...v0.37.1) (2020-09-14)
|
|
1763
1674
|
|
|
@@ -1767,12 +1678,12 @@ All notable changes to this project will be documented in this file. See
|
|
|
1767
1678
|
|
|
1768
1679
|
### Features
|
|
1769
1680
|
|
|
1770
|
-
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1681
|
+
- create options for tick rotation
|
|
1682
|
+
([#770](https://github.com/carbon-design-system/carbon-charts/issues/770))
|
|
1683
|
+
([4063c8a](https://github.com/carbon-design-system/carbon-charts/commit/4063c8a0f4d441589116759b32f2b214fad46154))
|
|
1684
|
+
- enable or disable scatter dot on charts except scatter chart
|
|
1685
|
+
([#769](https://github.com/carbon-design-system/carbon-charts/issues/769))
|
|
1686
|
+
([3131942](https://github.com/carbon-design-system/carbon-charts/commit/313194217318719152d6a14c2a3cba957b8fc009))
|
|
1776
1687
|
|
|
1777
1688
|
## [0.36.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.3...v0.36.4) (2020-09-10)
|
|
1778
1689
|
|
|
@@ -1794,9 +1705,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1794
1705
|
|
|
1795
1706
|
### Features
|
|
1796
1707
|
|
|
1797
|
-
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1708
|
+
- change zoom bar handle cursor to ew-resize
|
|
1709
|
+
([#759](https://github.com/carbon-design-system/carbon-charts/issues/759))
|
|
1710
|
+
([f1fdab0](https://github.com/carbon-design-system/carbon-charts/commit/f1fdab005c09cb76984b3a7d17df24b7a860effd))
|
|
1800
1711
|
|
|
1801
1712
|
## [0.35.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.2...v0.35.3) (2020-08-21)
|
|
1802
1713
|
|
|
@@ -1836,9 +1747,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1836
1747
|
|
|
1837
1748
|
### Bug Fixes
|
|
1838
1749
|
|
|
1839
|
-
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1750
|
+
- fix tooltip position with zoom bar enabled
|
|
1751
|
+
([#732](https://github.com/carbon-design-system/carbon-charts/issues/732))
|
|
1752
|
+
([280ab5e](https://github.com/carbon-design-system/carbon-charts/commit/280ab5edb2770c2b30f988b37e72c2c6f40016ff))
|
|
1842
1753
|
|
|
1843
1754
|
## [0.34.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.7...v0.34.8) (2020-07-30)
|
|
1844
1755
|
|
|
@@ -1861,9 +1772,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1861
1772
|
|
|
1862
1773
|
### Bug Fixes
|
|
1863
1774
|
|
|
1864
|
-
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1775
|
+
- fix pie chart alignment
|
|
1776
|
+
([#716](https://github.com/carbon-design-system/carbon-charts/issues/716))
|
|
1777
|
+
([638c331](https://github.com/carbon-design-system/carbon-charts/commit/638c331b7fa8fbc73cf557cf99a6b3af2435b492))
|
|
1867
1778
|
|
|
1868
1779
|
# Change Log
|
|
1869
1780
|
|
|
@@ -1886,24 +1797,24 @@ All notable changes to this project will be documented in this file. See
|
|
|
1886
1797
|
|
|
1887
1798
|
### Bug Fixes
|
|
1888
1799
|
|
|
1889
|
-
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1800
|
+
- **core, react, angular, vue, svelte:** render both vertical and horizontal
|
|
1801
|
+
thresholds
|
|
1802
|
+
([#706](https://github.com/carbon-design-system/carbon-charts/issues/706))
|
|
1803
|
+
([90f55d2](https://github.com/carbon-design-system/carbon-charts/commit/90f55d247f7535467eacca3477d75980e4c0e25f))
|
|
1893
1804
|
|
|
1894
1805
|
# [0.34.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.33.1...v0.34.0) (2020-07-14)
|
|
1895
1806
|
|
|
1896
1807
|
### Bug Fixes
|
|
1897
1808
|
|
|
1898
|
-
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1809
|
+
- add role fallback value for legend
|
|
1810
|
+
([#702](https://github.com/carbon-design-system/carbon-charts/issues/702))
|
|
1811
|
+
([e272d3e](https://github.com/carbon-design-system/carbon-charts/commit/e272d3ef0edbf70318b3bb58bd1facc0d40fa568))
|
|
1901
1812
|
|
|
1902
1813
|
### Features
|
|
1903
1814
|
|
|
1904
|
-
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1815
|
+
- **core:** add title element to main SVG
|
|
1816
|
+
([#704](https://github.com/carbon-design-system/carbon-charts/issues/704))
|
|
1817
|
+
([c75e1bb](https://github.com/carbon-design-system/carbon-charts/commit/c75e1bbb6fcf15120ea1513ef3ec50d30a46a11d))
|
|
1907
1818
|
|
|
1908
1819
|
# Change Log
|
|
1909
1820
|
|
|
@@ -1914,9 +1825,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1914
1825
|
|
|
1915
1826
|
### Bug Fixes
|
|
1916
1827
|
|
|
1917
|
-
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1828
|
+
- fix bar chart tooltip data
|
|
1829
|
+
([#692](https://github.com/carbon-design-system/carbon-charts/issues/692))
|
|
1830
|
+
([05e4bb3](https://github.com/carbon-design-system/carbon-charts/commit/05e4bb364ac96697aefa4c2096b391fc248e2369))
|
|
1920
1831
|
|
|
1921
1832
|
# [0.33.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.12...v0.33.0) (2020-07-07)
|
|
1922
1833
|
|
|
@@ -1939,9 +1850,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1939
1850
|
|
|
1940
1851
|
### Bug Fixes
|
|
1941
1852
|
|
|
1942
|
-
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1853
|
+
- **core:** fix gauge charts without a delta number
|
|
1854
|
+
([#680](https://github.com/carbon-design-system/carbon-charts/issues/680))
|
|
1855
|
+
([f65a084](https://github.com/carbon-design-system/carbon-charts/commit/f65a084bb66f1e8241fdbd6b101daf98d059d548))
|
|
1945
1856
|
|
|
1946
1857
|
## [0.32.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.8...v0.32.9) (2020-06-23)
|
|
1947
1858
|
|
|
@@ -1967,9 +1878,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
1967
1878
|
|
|
1968
1879
|
### Bug Fixes
|
|
1969
1880
|
|
|
1970
|
-
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1881
|
+
- update tslint and prettier options
|
|
1882
|
+
([#661](https://github.com/carbon-design-system/carbon-charts/issues/661))
|
|
1883
|
+
([ebc53d9](https://github.com/carbon-design-system/carbon-charts/commit/ebc53d9f4caea047f656ae98075b9c8ca307b280))
|
|
1973
1884
|
|
|
1974
1885
|
## [0.32.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.2...v0.32.3) (2020-06-08)
|
|
1975
1886
|
|
|
@@ -1979,34 +1890,34 @@ All notable changes to this project will be documented in this file. See
|
|
|
1979
1890
|
|
|
1980
1891
|
### Bug Fixes
|
|
1981
1892
|
|
|
1982
|
-
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1893
|
+
- **core, angular, react, vue, svelte:** fix scatter graph data updates
|
|
1894
|
+
([#654](https://github.com/carbon-design-system/carbon-charts/issues/654))
|
|
1895
|
+
([673d627](https://github.com/carbon-design-system/carbon-charts/commit/673d627f47274b9815ef94e4a48bb25485e1b9a3))
|
|
1985
1896
|
|
|
1986
1897
|
## [0.32.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.0...v0.32.1) (2020-06-03)
|
|
1987
1898
|
|
|
1988
1899
|
### Bug Fixes
|
|
1989
1900
|
|
|
1990
|
-
-
|
|
1991
|
-
|
|
1901
|
+
- fix missing title option in charts interface
|
|
1902
|
+
([b74d658](https://github.com/carbon-design-system/carbon-charts/commit/b74d6582277632c8a2a1f460f3ce73aadd40e500))
|
|
1992
1903
|
|
|
1993
1904
|
# [0.32.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.32.0) (2020-05-29)
|
|
1994
1905
|
|
|
1995
1906
|
### Bug Fixes
|
|
1996
1907
|
|
|
1997
|
-
-
|
|
1998
|
-
|
|
1999
|
-
-
|
|
2000
|
-
|
|
1908
|
+
- **core:** threshold - support non JS-date values
|
|
1909
|
+
([a132497](https://github.com/carbon-design-system/carbon-charts/commit/a1324972fa5266151b490cb7eeed92a92da5b2c4))
|
|
1910
|
+
- **svelte:** copy svelte source to dist/src
|
|
1911
|
+
([492a504](https://github.com/carbon-design-system/carbon-charts/commit/492a50470d2b64793bd2c67c4115bb2732bc44f7))
|
|
2001
1912
|
|
|
2002
1913
|
# [0.31.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.31.0) (2020-05-29)
|
|
2003
1914
|
|
|
2004
1915
|
### Bug Fixes
|
|
2005
1916
|
|
|
2006
|
-
-
|
|
2007
|
-
|
|
2008
|
-
-
|
|
2009
|
-
|
|
1917
|
+
- **core:** threshold - support non JS-date values
|
|
1918
|
+
([a132497](https://github.com/carbon-design-system/carbon-charts/commit/a1324972fa5266151b490cb7eeed92a92da5b2c4))
|
|
1919
|
+
- **svelte:** copy svelte source to dist/src
|
|
1920
|
+
([492a504](https://github.com/carbon-design-system/carbon-charts/commit/492a50470d2b64793bd2c67c4115bb2732bc44f7))
|
|
2010
1921
|
|
|
2011
1922
|
## [0.30.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.23...v0.30.24) (2020-05-15)
|
|
2012
1923
|
|
|
@@ -2052,8 +1963,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2052
1963
|
|
|
2053
1964
|
### Bug Fixes
|
|
2054
1965
|
|
|
2055
|
-
-
|
|
2056
|
-
|
|
1966
|
+
- **core:** Support for Horizontal Line and Scatter Chart
|
|
1967
|
+
([28b571f](https://github.com/carbon-design-system/carbon-charts/commit/28b571fa4565de5b81a5a178776eb701a88bfe91))
|
|
2057
1968
|
|
|
2058
1969
|
## [0.30.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.12...v0.30.13) (2020-04-20)
|
|
2059
1970
|
|
|
@@ -2063,9 +1974,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
2063
1974
|
|
|
2064
1975
|
### Bug Fixes
|
|
2065
1976
|
|
|
2066
|
-
-
|
|
2067
|
-
|
|
2068
|
-
|
|
1977
|
+
- **core:** fix backwards compatibility for pie/donut
|
|
1978
|
+
([#576](https://github.com/carbon-design-system/carbon-charts/issues/576))
|
|
1979
|
+
([aed1a4d](https://github.com/carbon-design-system/carbon-charts/commit/aed1a4dbb2d5ff8f85ac29b69b32c1035a326071))
|
|
2069
1980
|
|
|
2070
1981
|
## [0.30.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.10...v0.30.11) (2020-04-15)
|
|
2071
1982
|
|
|
@@ -2075,16 +1986,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2075
1986
|
|
|
2076
1987
|
### Bug Fixes
|
|
2077
1988
|
|
|
2078
|
-
-
|
|
2079
|
-
|
|
2080
|
-
|
|
1989
|
+
- **core:** title string contains html ascii characters
|
|
1990
|
+
([#547](https://github.com/carbon-design-system/carbon-charts/issues/547))
|
|
1991
|
+
([1a6b646](https://github.com/carbon-design-system/carbon-charts/commit/1a6b6463f576c1ba297883e734a4a953e4a22829))
|
|
2081
1992
|
|
|
2082
1993
|
## [0.30.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.8...v0.30.9) (2020-04-09)
|
|
2083
1994
|
|
|
2084
1995
|
### Bug Fixes
|
|
2085
1996
|
|
|
2086
|
-
-
|
|
2087
|
-
|
|
1997
|
+
- **bar-stacked:** render 0 value bars
|
|
1998
|
+
([425e11d](https://github.com/carbon-design-system/carbon-charts/commit/425e11d9dacb8bbaf9740759754eab1f0aa45843))
|
|
2088
1999
|
|
|
2089
2000
|
## [0.30.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.7...v0.30.8) (2020-04-03)
|
|
2090
2001
|
|
|
@@ -2094,10 +2005,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
2094
2005
|
|
|
2095
2006
|
### Bug Fixes
|
|
2096
2007
|
|
|
2097
|
-
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2008
|
+
- **core:** update import path carbon-components
|
|
2009
|
+
([e9fca73](https://github.com/carbon-design-system/carbon-charts/commit/e9fca73cd3768b1b85247a2798908c26da99216b)),
|
|
2010
|
+
closes
|
|
2011
|
+
[#546](https://github.com/carbon-design-system/carbon-charts/issues/546)
|
|
2101
2012
|
|
|
2102
2013
|
## [0.30.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.5...v0.30.6) (2020-03-30)
|
|
2103
2014
|
|
|
@@ -2127,16 +2038,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2127
2038
|
|
|
2128
2039
|
### Bug Fixes
|
|
2129
2040
|
|
|
2130
|
-
-
|
|
2131
|
-
|
|
2041
|
+
- **core:** fix default axes creation logic
|
|
2042
|
+
([e4fb861](https://github.com/carbon-design-system/carbon-charts/commit/e4fb86185f04ff42cbe7dc003c05556586f6c518))
|
|
2132
2043
|
|
|
2133
2044
|
### Features
|
|
2134
2045
|
|
|
2135
|
-
-
|
|
2136
|
-
|
|
2137
|
-
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2046
|
+
- **core:** Add configuration option to not include 0 on axes
|
|
2047
|
+
([44d51de](https://github.com/carbon-design-system/carbon-charts/commit/44d51ded6af78d57a848d68e093fe69858405594))
|
|
2048
|
+
- **core:** Axes configuration options defaultable, Add option to not include 0
|
|
2049
|
+
on axes
|
|
2050
|
+
([03969c3](https://github.com/carbon-design-system/carbon-charts/commit/03969c319248064cf1c1ef6eb79ec534aa04c972))
|
|
2140
2051
|
|
|
2141
2052
|
## [0.29.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.7...v0.29.8) (2020-03-03)
|
|
2142
2053
|
|
|
@@ -2158,16 +2069,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2158
2069
|
|
|
2159
2070
|
### Bug Fixes
|
|
2160
2071
|
|
|
2161
|
-
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2072
|
+
- **core:** Tools.getProperty did return 'null' for falsy values, now returns
|
|
2073
|
+
the actual values
|
|
2074
|
+
([3b78c3a](https://github.com/carbon-design-system/carbon-charts/commit/3b78c3a27d4551e7d7b51f911ea2f7e0f155ef42))
|
|
2164
2075
|
|
|
2165
2076
|
## [0.29.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.2...v0.29.3) (2020-02-20)
|
|
2166
2077
|
|
|
2167
2078
|
### Bug Fixes
|
|
2168
2079
|
|
|
2169
|
-
-
|
|
2170
|
-
|
|
2080
|
+
- **build:** fix bundle output for core
|
|
2081
|
+
([4d3d6b4](https://github.com/carbon-design-system/carbon-charts/commit/4d3d6b450fe54b55479aeaffc3706b28d926fffa))
|
|
2171
2082
|
|
|
2172
2083
|
## [0.29.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.1...v0.29.2) (2020-02-18)
|
|
2173
2084
|
|
|
@@ -2181,35 +2092,35 @@ All notable changes to this project will be documented in this file. See
|
|
|
2181
2092
|
|
|
2182
2093
|
### Bug Fixes
|
|
2183
2094
|
|
|
2184
|
-
-
|
|
2185
|
-
|
|
2186
|
-
-
|
|
2187
|
-
|
|
2188
|
-
-
|
|
2189
|
-
|
|
2190
|
-
-
|
|
2191
|
-
|
|
2192
|
-
-
|
|
2193
|
-
|
|
2194
|
-
-
|
|
2195
|
-
|
|
2196
|
-
-
|
|
2197
|
-
|
|
2198
|
-
-
|
|
2199
|
-
|
|
2200
|
-
-
|
|
2201
|
-
|
|
2202
|
-
-
|
|
2203
|
-
|
|
2095
|
+
- **bar:** tooltip to render bar should provide original datapoint
|
|
2096
|
+
([ed04f98](https://github.com/carbon-design-system/carbon-charts/commit/ed04f98891a783d8d5bbc77f9dfdb8d1ed8a46b1))
|
|
2097
|
+
- **charts:** simplify the interface to match
|
|
2098
|
+
([96da97b](https://github.com/carbon-design-system/carbon-charts/commit/96da97b59c2e22cb661b9297f1cb4ace9bb8ec9e))
|
|
2099
|
+
- **line:** remove console.logs
|
|
2100
|
+
([5e0413f](https://github.com/carbon-design-system/carbon-charts/commit/5e0413f6c77ae17f74818c04ed2bdf82f386fa58))
|
|
2101
|
+
- **lint:** fix linting errors with format
|
|
2102
|
+
([04cdefd](https://github.com/carbon-design-system/carbon-charts/commit/04cdefda021ef1dee948231e8713481b9439f287))
|
|
2103
|
+
- **scatter:** custom point colors demo
|
|
2104
|
+
([f367f83](https://github.com/carbon-design-system/carbon-charts/commit/f367f8337df8b45811afbc3eee0a3a6d3b6f8bcc))
|
|
2105
|
+
- **scatter:** simplify the callback parameters
|
|
2106
|
+
([c541e8a](https://github.com/carbon-design-system/carbon-charts/commit/c541e8a4a83d026bb5b9c28afe39f749064b3b24))
|
|
2107
|
+
- **styles:** don't import and use carbon themes in styles.scss
|
|
2108
|
+
([1da8b3e](https://github.com/carbon-design-system/carbon-charts/commit/1da8b3e2ba770c06dc74fe2bf08393e3d6b6778c))
|
|
2109
|
+
- **tooltip:** need to pass the datum along with the tooltip calls
|
|
2110
|
+
([3bd7bfc](https://github.com/carbon-design-system/carbon-charts/commit/3bd7bfc1d435cb4ba3636361cdbbfe16de10d9d5))
|
|
2111
|
+
- **tooltip:** stroke color should always be default
|
|
2112
|
+
([b3b6812](https://github.com/carbon-design-system/carbon-charts/commit/b3b6812d9fac5964ae50053332840be8d1b7246f))
|
|
2113
|
+
- **tooltip:** use original line color in the tooltip
|
|
2114
|
+
([f42d245](https://github.com/carbon-design-system/carbon-charts/commit/f42d2458bdd104898f79d1b7103bcd055bdb1cdf))
|
|
2204
2115
|
|
|
2205
2116
|
### Features
|
|
2206
2117
|
|
|
2207
|
-
-
|
|
2208
|
-
|
|
2209
|
-
-
|
|
2210
|
-
|
|
2211
|
-
-
|
|
2212
|
-
|
|
2118
|
+
- **core:** parse non JS date objects within the model
|
|
2119
|
+
([a410fa4](https://github.com/carbon-design-system/carbon-charts/commit/a410fa415fb967ef0529495b300a0327cc4d474b))
|
|
2120
|
+
- **scatter:** add getIsFilled to model
|
|
2121
|
+
([a160159](https://github.com/carbon-design-system/carbon-charts/commit/a160159ee0fa188ce174ef36f022ad44caf77aeb))
|
|
2122
|
+
- **scatter:** enhance custom stroke and fill colors
|
|
2123
|
+
([64cfbb6](https://github.com/carbon-design-system/carbon-charts/commit/64cfbb657c6089ab75cf132f09a49d5da75d4c4f))
|
|
2213
2124
|
|
|
2214
2125
|
## [0.28.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.28.0...v0.28.1) (2020-01-30)
|
|
2215
2126
|
|
|
@@ -2219,50 +2130,50 @@ All notable changes to this project will be documented in this file. See
|
|
|
2219
2130
|
|
|
2220
2131
|
### Features
|
|
2221
2132
|
|
|
2222
|
-
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2133
|
+
- **core:** add support for horizontal bar charts
|
|
2134
|
+
([#415](https://github.com/carbon-design-system/carbon-charts/issues/415))
|
|
2135
|
+
([6a480f0](https://github.com/carbon-design-system/carbon-charts/commit/6a480f0))
|
|
2225
2136
|
|
|
2226
2137
|
# [0.27.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.1...v0.27.0) (2020-01-20)
|
|
2227
2138
|
|
|
2228
2139
|
### Bug Fixes
|
|
2229
2140
|
|
|
2230
|
-
-
|
|
2231
|
-
|
|
2232
|
-
-
|
|
2233
|
-
|
|
2234
|
-
-
|
|
2235
|
-
|
|
2141
|
+
- **chart:** update isLegendEnabled instead of isEnabled
|
|
2142
|
+
([d413a8c](https://github.com/carbon-design-system/carbon-charts/commit/d413a8c))
|
|
2143
|
+
- **enabled:** rename visible to enabled
|
|
2144
|
+
([ac4862f](https://github.com/carbon-design-system/carbon-charts/commit/ac4862f))
|
|
2145
|
+
- **lint:** whitespace tslint issue
|
|
2146
|
+
([53216f5](https://github.com/carbon-design-system/carbon-charts/commit/53216f5))
|
|
2236
2147
|
|
|
2237
2148
|
### Features
|
|
2238
2149
|
|
|
2239
|
-
-
|
|
2240
|
-
|
|
2150
|
+
- **chart:** legend.visible = false to hide the legend
|
|
2151
|
+
([6461128](https://github.com/carbon-design-system/carbon-charts/commit/6461128))
|
|
2241
2152
|
|
|
2242
2153
|
## [0.26.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.0...v0.26.1) (2020-01-20)
|
|
2243
2154
|
|
|
2244
2155
|
### Bug Fixes
|
|
2245
2156
|
|
|
2246
|
-
-
|
|
2247
|
-
|
|
2248
|
-
-
|
|
2249
|
-
|
|
2250
|
-
-
|
|
2251
|
-
|
|
2252
|
-
-
|
|
2253
|
-
|
|
2254
|
-
-
|
|
2255
|
-
|
|
2256
|
-
-
|
|
2257
|
-
|
|
2157
|
+
- **axis:** better support small time scales
|
|
2158
|
+
([8cfa595](https://github.com/carbon-design-system/carbon-charts/commit/8cfa595))
|
|
2159
|
+
- **axis:** fix lint issue
|
|
2160
|
+
([debeed9](https://github.com/carbon-design-system/carbon-charts/commit/debeed9))
|
|
2161
|
+
- **axis:** fix linting errors
|
|
2162
|
+
([f810d4a](https://github.com/carbon-design-system/carbon-charts/commit/f810d4a))
|
|
2163
|
+
- **axis:** remove confusing timeRangeToExtend property
|
|
2164
|
+
([0456e24](https://github.com/carbon-design-system/carbon-charts/commit/0456e24))
|
|
2165
|
+
- **config:** add additional property to control extension
|
|
2166
|
+
([2da3404](https://github.com/carbon-design-system/carbon-charts/commit/2da3404))
|
|
2167
|
+
- **configuration:** fix default baseBarChart options
|
|
2168
|
+
([1a6dcef](https://github.com/carbon-design-system/carbon-charts/commit/1a6dcef))
|
|
2258
2169
|
|
|
2259
2170
|
# [0.26.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.25.0...v0.26.0) (2020-01-16)
|
|
2260
2171
|
|
|
2261
2172
|
### Features
|
|
2262
2173
|
|
|
2263
|
-
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2174
|
+
- **core:** add event dispatches for mouseover, mousemove, click & mouseout for
|
|
2175
|
+
all graphs
|
|
2176
|
+
([284012c](https://github.com/carbon-design-system/carbon-charts/commit/284012c))
|
|
2266
2177
|
|
|
2267
2178
|
# [0.25.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.5...v0.25.0) (2020-01-10)
|
|
2268
2179
|
|
|
@@ -2272,16 +2183,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2272
2183
|
|
|
2273
2184
|
### Bug Fixes
|
|
2274
2185
|
|
|
2275
|
-
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2186
|
+
- **core:** fix to allow chart to toggle on and off using attribute/css
|
|
2187
|
+
properties
|
|
2188
|
+
([77e26af](https://github.com/carbon-design-system/carbon-charts/commit/77e26af))
|
|
2278
2189
|
|
|
2279
2190
|
## [0.24.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.3...v0.24.4) (2020-01-06)
|
|
2280
2191
|
|
|
2281
2192
|
### Bug Fixes
|
|
2282
2193
|
|
|
2283
|
-
-
|
|
2284
|
-
|
|
2194
|
+
- **demos:** add IBM Plex Sans Condensed to the core demo site
|
|
2195
|
+
([1761a36](https://github.com/carbon-design-system/carbon-charts/commit/1761a36))
|
|
2285
2196
|
|
|
2286
2197
|
## [0.24.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.2...v0.24.3) (2019-12-19)
|
|
2287
2198
|
|
|
@@ -2299,15 +2210,15 @@ All notable changes to this project will be documented in this file. See
|
|
|
2299
2210
|
|
|
2300
2211
|
### Features
|
|
2301
2212
|
|
|
2302
|
-
-
|
|
2303
|
-
|
|
2213
|
+
- **core, react, angular, vue:** add WAI-ARIA tags to elements
|
|
2214
|
+
([1216ed6](https://github.com/carbon-design-system/carbon-charts/commit/1216ed6))
|
|
2304
2215
|
|
|
2305
2216
|
# [0.23.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.4...v0.23.0) (2019-12-17)
|
|
2306
2217
|
|
|
2307
2218
|
### Features
|
|
2308
2219
|
|
|
2309
|
-
-
|
|
2310
|
-
|
|
2220
|
+
- **core:** add spacer components
|
|
2221
|
+
([4e5ab5c](https://github.com/carbon-design-system/carbon-charts/commit/4e5ab5c))
|
|
2311
2222
|
|
|
2312
2223
|
## [0.22.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.3...v0.22.4) (2019-12-16)
|
|
2313
2224
|
|
|
@@ -2317,8 +2228,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2317
2228
|
|
|
2318
2229
|
### Bug Fixes
|
|
2319
2230
|
|
|
2320
|
-
-
|
|
2321
|
-
|
|
2231
|
+
- **core:** update tooltip value formatter
|
|
2232
|
+
([2a978d8](https://github.com/carbon-design-system/carbon-charts/commit/2a978d8))
|
|
2322
2233
|
|
|
2323
2234
|
## [0.22.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.1...v0.22.2) (2019-12-16)
|
|
2324
2235
|
|
|
@@ -2332,84 +2243,84 @@ All notable changes to this project will be documented in this file. See
|
|
|
2332
2243
|
|
|
2333
2244
|
### Features
|
|
2334
2245
|
|
|
2335
|
-
-
|
|
2336
|
-
|
|
2246
|
+
- **core, angular, react, vue:** Update chart width & height through options
|
|
2247
|
+
([f050c35](https://github.com/carbon-design-system/carbon-charts/commit/f050c35))
|
|
2337
2248
|
|
|
2338
2249
|
# [0.21.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.1...v0.21.0) (2019-12-09)
|
|
2339
2250
|
|
|
2340
2251
|
### Features
|
|
2341
2252
|
|
|
2342
|
-
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2253
|
+
- **core, angular, react, vue:** allow customizations to pie labels & the donut
|
|
2254
|
+
center number
|
|
2255
|
+
([#427](https://github.com/carbon-design-system/carbon-charts/issues/427))
|
|
2256
|
+
([0446045](https://github.com/carbon-design-system/carbon-charts/commit/0446045))
|
|
2346
2257
|
|
|
2347
2258
|
## [0.20.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.0...v0.20.1) (2019-12-04)
|
|
2348
2259
|
|
|
2349
2260
|
### Bug Fixes
|
|
2350
2261
|
|
|
2351
|
-
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2262
|
+
- **core:** loop also through non-display data to assign colors to datasets
|
|
2263
|
+
([#394](https://github.com/carbon-design-system/carbon-charts/issues/394))
|
|
2264
|
+
([5ba8952](https://github.com/carbon-design-system/carbon-charts/commit/5ba8952))
|
|
2354
2265
|
|
|
2355
2266
|
# [0.20.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.19.0...v0.20.0) (2019-12-02)
|
|
2356
2267
|
|
|
2357
2268
|
### Features
|
|
2358
2269
|
|
|
2359
|
-
-
|
|
2360
|
-
|
|
2270
|
+
- **core:** add title truncation to tooltip
|
|
2271
|
+
([bdd677c](https://github.com/carbon-design-system/carbon-charts/commit/bdd677c))
|
|
2361
2272
|
|
|
2362
2273
|
# [0.19.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.18.0...v0.19.0) (2019-12-02)
|
|
2363
2274
|
|
|
2364
2275
|
### Features
|
|
2365
2276
|
|
|
2366
|
-
-
|
|
2367
|
-
|
|
2277
|
+
- **core:** export interfaces and configurations
|
|
2278
|
+
([df7f557](https://github.com/carbon-design-system/carbon-charts/commit/df7f557))
|
|
2368
2279
|
|
|
2369
2280
|
# [0.18.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.1...v0.18.0) (2019-12-02)
|
|
2370
2281
|
|
|
2371
2282
|
### Bug Fixes
|
|
2372
2283
|
|
|
2373
|
-
-
|
|
2374
|
-
|
|
2375
|
-
-
|
|
2376
|
-
|
|
2284
|
+
- **bar:** fix lint errors
|
|
2285
|
+
([0d04b04](https://github.com/carbon-design-system/carbon-charts/commit/0d04b04))
|
|
2286
|
+
- **tooltip:** rename defaultTooltip defaultHTML
|
|
2287
|
+
([cf8f34e](https://github.com/carbon-design-system/carbon-charts/commit/cf8f34e))
|
|
2377
2288
|
|
|
2378
2289
|
### Features
|
|
2379
2290
|
|
|
2380
|
-
-
|
|
2381
|
-
|
|
2382
|
-
-
|
|
2383
|
-
|
|
2291
|
+
- **bar:** pass default tooltip to customHTML tooltip
|
|
2292
|
+
([b6f519b](https://github.com/carbon-design-system/carbon-charts/commit/b6f519b))
|
|
2293
|
+
- **tooltip:** for customHTML pass along the HTML tooltip
|
|
2294
|
+
([7d1a026](https://github.com/carbon-design-system/carbon-charts/commit/7d1a026))
|
|
2384
2295
|
|
|
2385
2296
|
## [0.17.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.0...v0.17.1) (2019-11-29)
|
|
2386
2297
|
|
|
2387
2298
|
### Bug Fixes
|
|
2388
2299
|
|
|
2389
|
-
-
|
|
2390
|
-
|
|
2300
|
+
- **core:** build optimizations
|
|
2301
|
+
([fef77e5](https://github.com/carbon-design-system/carbon-charts/commit/fef77e5))
|
|
2391
2302
|
|
|
2392
2303
|
# [0.17.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.25...v0.17.0) (2019-11-29)
|
|
2393
2304
|
|
|
2394
2305
|
### Features
|
|
2395
2306
|
|
|
2396
|
-
-
|
|
2397
|
-
|
|
2307
|
+
- **core:** date/time locale support + tick formatting
|
|
2308
|
+
([bc02012](https://github.com/carbon-design-system/carbon-charts/commit/bc02012))
|
|
2398
2309
|
|
|
2399
2310
|
## [0.16.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.24...v0.16.25) (2019-10-29)
|
|
2400
2311
|
|
|
2401
2312
|
### Bug Fixes
|
|
2402
2313
|
|
|
2403
|
-
-
|
|
2404
|
-
|
|
2314
|
+
- **core:** update type to scaleType and backgroundColors to fillColors
|
|
2315
|
+
([3ca0a0f](https://github.com/carbon-design-system/carbon-charts/commit/3ca0a0f))
|
|
2405
2316
|
|
|
2406
2317
|
## [0.16.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.23...v0.16.24) (2019-10-25)
|
|
2407
2318
|
|
|
2408
2319
|
### Bug Fixes
|
|
2409
2320
|
|
|
2410
|
-
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2321
|
+
- **core, react, angular, vue:** default width & height to 100%, and call
|
|
2322
|
+
setOptions on option change
|
|
2323
|
+
([db251b4](https://github.com/carbon-design-system/carbon-charts/commit/db251b4))
|
|
2413
2324
|
|
|
2414
2325
|
## [0.16.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.22...v0.16.23) (2019-10-25)
|
|
2415
2326
|
|
|
@@ -2423,8 +2334,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2423
2334
|
|
|
2424
2335
|
### Bug Fixes
|
|
2425
2336
|
|
|
2426
|
-
-
|
|
2427
|
-
|
|
2337
|
+
- **core:** update typescript version
|
|
2338
|
+
([949379f](https://github.com/carbon-design-system/carbon-charts/commit/949379f))
|
|
2428
2339
|
|
|
2429
2340
|
## [0.16.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.19...v0.16.20) (2019-10-24)
|
|
2430
2341
|
|
|
@@ -2434,8 +2345,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2434
2345
|
|
|
2435
2346
|
### Bug Fixes
|
|
2436
2347
|
|
|
2437
|
-
-
|
|
2438
|
-
|
|
2348
|
+
- **tooltip:** fix to be multiline instead of multitooltip
|
|
2349
|
+
([0f90325](https://github.com/carbon-design-system/carbon-charts/commit/0f90325))
|
|
2439
2350
|
|
|
2440
2351
|
## [0.16.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.17...v0.16.18) (2019-10-21)
|
|
2441
2352
|
|
|
@@ -2449,8 +2360,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2449
2360
|
|
|
2450
2361
|
### Bug Fixes
|
|
2451
2362
|
|
|
2452
|
-
-
|
|
2453
|
-
|
|
2363
|
+
- custom global object in UMD bundle generated by webpack
|
|
2364
|
+
([a4d1e54](https://github.com/carbon-design-system/carbon-charts/commit/a4d1e54))
|
|
2454
2365
|
|
|
2455
2366
|
## [0.16.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.14...v0.16.15) (2019-10-09)
|
|
2456
2367
|
|
|
@@ -2504,15 +2415,15 @@ All notable changes to this project will be documented in this file. See
|
|
|
2504
2415
|
|
|
2505
2416
|
### Bug Fixes
|
|
2506
2417
|
|
|
2507
|
-
-
|
|
2508
|
-
|
|
2418
|
+
- **angular:** Fix angular SSR issues
|
|
2419
|
+
([86aa9d3](https://github.com/carbon-design-system/carbon-charts/commit/86aa9d3))
|
|
2509
2420
|
|
|
2510
2421
|
## [0.16.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.1...v0.16.2) (2019-09-09)
|
|
2511
2422
|
|
|
2512
2423
|
### Bug Fixes
|
|
2513
2424
|
|
|
2514
|
-
-
|
|
2515
|
-
|
|
2425
|
+
- **core, react:** fix react SSR & legend sizing issues
|
|
2426
|
+
([abedba0](https://github.com/carbon-design-system/carbon-charts/commit/abedba0))
|
|
2516
2427
|
|
|
2517
2428
|
## [0.16.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.0...v0.16.1) (2019-09-06)
|
|
2518
2429
|
|
|
@@ -2522,10 +2433,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
2522
2433
|
|
|
2523
2434
|
### Features
|
|
2524
2435
|
|
|
2525
|
-
-
|
|
2526
|
-
|
|
2527
|
-
-
|
|
2528
|
-
|
|
2436
|
+
- **core:** Expand slice arcs in pie and donut on hover, and remove strokes
|
|
2437
|
+
([ca5a467](https://github.com/carbon-design-system/carbon-charts/commit/ca5a467))
|
|
2438
|
+
- **core:** support width & maxWidth values for bars
|
|
2439
|
+
([a2e7120](https://github.com/carbon-design-system/carbon-charts/commit/a2e7120))
|
|
2529
2440
|
|
|
2530
2441
|
## [0.15.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.7...v0.15.8) (2019-08-24)
|
|
2531
2442
|
|
|
@@ -2547,8 +2458,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2547
2458
|
|
|
2548
2459
|
### Bug Fixes
|
|
2549
2460
|
|
|
2550
|
-
-
|
|
2551
|
-
|
|
2461
|
+
- **core:** fix resize grid backdrop
|
|
2462
|
+
([8e1211e](https://github.com/carbon-design-system/carbon-charts/commit/8e1211e))
|
|
2552
2463
|
|
|
2553
2464
|
## [0.15.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.2...v0.15.3) (2019-08-16)
|
|
2554
2465
|
|
|
@@ -2558,22 +2469,22 @@ All notable changes to this project will be documented in this file. See
|
|
|
2558
2469
|
|
|
2559
2470
|
### Bug Fixes
|
|
2560
2471
|
|
|
2561
|
-
-
|
|
2562
|
-
|
|
2472
|
+
- **core:** fix for better backdrop resizing on axis grids
|
|
2473
|
+
([6a12a60](https://github.com/carbon-design-system/carbon-charts/commit/6a12a60))
|
|
2563
2474
|
|
|
2564
2475
|
## [0.15.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.0...v0.15.1) (2019-07-17)
|
|
2565
2476
|
|
|
2566
2477
|
### Bug Fixes
|
|
2567
2478
|
|
|
2568
|
-
-
|
|
2569
|
-
|
|
2479
|
+
- **core:** backdrop resize with chart
|
|
2480
|
+
([bbc288d](https://github.com/carbon-design-system/carbon-charts/commit/bbc288d))
|
|
2570
2481
|
|
|
2571
2482
|
# [0.15.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.1...v0.15.0) (2019-07-17)
|
|
2572
2483
|
|
|
2573
2484
|
### Features
|
|
2574
2485
|
|
|
2575
|
-
-
|
|
2576
|
-
|
|
2486
|
+
- **core:** adding carbon themes
|
|
2487
|
+
([a31fbcf](https://github.com/carbon-design-system/carbon-charts/commit/a31fbcf))
|
|
2577
2488
|
|
|
2578
2489
|
## [0.14.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.0...v0.14.1) (2019-07-11)
|
|
2579
2490
|
|
|
@@ -2587,8 +2498,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2587
2498
|
|
|
2588
2499
|
### Features
|
|
2589
2500
|
|
|
2590
|
-
-
|
|
2591
|
-
|
|
2501
|
+
- **core:** addition of titles within svg chart
|
|
2502
|
+
([56380bb](https://github.com/carbon-design-system/carbon-charts/commit/56380bb))
|
|
2592
2503
|
|
|
2593
2504
|
## [0.12.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.4...v0.12.5) (2019-07-04)
|
|
2594
2505
|
|
|
@@ -2598,9 +2509,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2598
2509
|
|
|
2599
2510
|
### Bug Fixes
|
|
2600
2511
|
|
|
2601
|
-
-
|
|
2602
|
-
|
|
2603
|
-
([df9c7c3](https://github.com/carbon-design-system/carbon-charts/commit/df9c7c3))
|
|
2512
|
+
- **react core:** change main bundle to umd in core, and update imports in react
|
|
2513
|
+
([df9c7c3](https://github.com/carbon-design-system/carbon-charts/commit/df9c7c3))
|
|
2604
2514
|
|
|
2605
2515
|
## [0.12.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.2...v0.12.3) (2019-06-26)
|
|
2606
2516
|
|
|
@@ -2618,32 +2528,32 @@ All notable changes to this project will be documented in this file. See
|
|
|
2618
2528
|
|
|
2619
2529
|
### Features
|
|
2620
2530
|
|
|
2621
|
-
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
-
|
|
2625
|
-
|
|
2531
|
+
- **core:** Colors, themes & more design updates
|
|
2532
|
+
([#261](https://github.com/carbon-design-system/carbon-charts/issues/261))
|
|
2533
|
+
([b0b9070](https://github.com/carbon-design-system/carbon-charts/commit/b0b9070))
|
|
2534
|
+
- **feat(core:** Color palettes):
|
|
2535
|
+
([edcf601](https://github.com/carbon-design-system/carbon-charts/commit/edcf601))
|
|
2626
2536
|
|
|
2627
2537
|
## [0.11.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.14...v0.11.15) (2019-05-07)
|
|
2628
2538
|
|
|
2629
2539
|
### Bug Fixes
|
|
2630
2540
|
|
|
2631
|
-
-
|
|
2632
|
-
|
|
2541
|
+
- **core:** Fix tooltip positioning
|
|
2542
|
+
([dd17048](https://github.com/carbon-design-system/carbon-charts/commit/dd17048))
|
|
2633
2543
|
|
|
2634
2544
|
## [0.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.14) (2019-05-06)
|
|
2635
2545
|
|
|
2636
2546
|
### Bug Fixes
|
|
2637
2547
|
|
|
2638
|
-
-
|
|
2639
|
-
|
|
2548
|
+
- **core:** Show empty state for when there is no data
|
|
2549
|
+
([b5db127](https://github.com/carbon-design-system/carbon-charts/commit/b5db127))
|
|
2640
2550
|
|
|
2641
2551
|
## [0.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.13) (2019-04-30)
|
|
2642
2552
|
|
|
2643
2553
|
### Bug Fixes
|
|
2644
2554
|
|
|
2645
|
-
-
|
|
2646
|
-
|
|
2555
|
+
- **core:** Show empty state for when there is no data
|
|
2556
|
+
([b5db127](https://github.com/carbon-design-system/carbon-charts/commit/b5db127))
|
|
2647
2557
|
|
|
2648
2558
|
## [0.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.11...v0.11.12) (2019-04-22)
|
|
2649
2559
|
|
|
@@ -2665,34 +2575,34 @@ All notable changes to this project will be documented in this file. See
|
|
|
2665
2575
|
|
|
2666
2576
|
### Bug Fixes
|
|
2667
2577
|
|
|
2668
|
-
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2578
|
+
- **core:** add babel-polyfill as a hard dependency
|
|
2579
|
+
([#230](https://github.com/carbon-design-system/carbon-charts/issues/230))
|
|
2580
|
+
([d3e8c0c](https://github.com/carbon-design-system/carbon-charts/commit/d3e8c0c))
|
|
2671
2581
|
|
|
2672
2582
|
## [0.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.6...v0.11.7) (2019-03-26)
|
|
2673
2583
|
|
|
2674
2584
|
### Bug Fixes
|
|
2675
2585
|
|
|
2676
|
-
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2586
|
+
- **core:** remove suffixes to use regular module resolution, and force publish
|
|
2587
|
+
all packages with every release
|
|
2588
|
+
([#229](https://github.com/carbon-design-system/carbon-charts/issues/229))
|
|
2589
|
+
([2e33ca6](https://github.com/carbon-design-system/carbon-charts/commit/2e33ca6))
|
|
2680
2590
|
|
|
2681
2591
|
## [0.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26)
|
|
2682
2592
|
|
|
2683
2593
|
### Bug Fixes
|
|
2684
2594
|
|
|
2685
|
-
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2595
|
+
- **core:** export patterns as strings of svgs
|
|
2596
|
+
([#227](https://github.com/carbon-design-system/carbon-charts/issues/227))
|
|
2597
|
+
([14391ae](https://github.com/carbon-design-system/carbon-charts/commit/14391ae))
|
|
2688
2598
|
|
|
2689
2599
|
## [0.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26)
|
|
2690
2600
|
|
|
2691
2601
|
### Bug Fixes
|
|
2692
2602
|
|
|
2693
|
-
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2603
|
+
- **build:** refactor deploy and update package.jsons
|
|
2604
|
+
([#223](https://github.com/carbon-design-system/carbon-charts/issues/223))
|
|
2605
|
+
([fb512cb](https://github.com/carbon-design-system/carbon-charts/commit/fb512cb))
|
|
2696
2606
|
|
|
2697
2607
|
## [0.11.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.3...v0.11.4) (2019-03-25)
|
|
2698
2608
|
|
|
@@ -2702,8 +2612,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
2702
2612
|
|
|
2703
2613
|
### Features
|
|
2704
2614
|
|
|
2705
|
-
-
|
|
2706
|
-
|
|
2615
|
+
- **core:** specify config as interfaces
|
|
2616
|
+
([e474fb6](https://github.com/carbon-design-system/carbon-charts/commit/e474fb6))
|
|
2707
2617
|
|
|
2708
2618
|
## [0.10.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.4...v0.10.5) (2019-03-12)
|
|
2709
2619
|
|
|
@@ -2713,21 +2623,21 @@ All notable changes to this project will be documented in this file. See
|
|
|
2713
2623
|
|
|
2714
2624
|
### Bug Fixes
|
|
2715
2625
|
|
|
2716
|
-
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2626
|
+
- **core:** remove updateSVG()
|
|
2627
|
+
([38f7e83](https://github.com/carbon-design-system/carbon-charts/commit/38f7e83)),
|
|
2628
|
+
closes
|
|
2629
|
+
[#185](https://github.com/carbon-design-system/carbon-charts/issues/185)
|
|
2720
2630
|
|
|
2721
2631
|
## [0.10.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.1...v0.10.2) (2019-03-06)
|
|
2722
2632
|
|
|
2723
2633
|
### Bug Fixes
|
|
2724
2634
|
|
|
2725
|
-
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2635
|
+
- **core:** Enforce text alignment of legend popup in the styles
|
|
2636
|
+
([#203](https://github.com/carbon-design-system/carbon-charts/issues/203))
|
|
2637
|
+
([6a4fe1e](https://github.com/carbon-design-system/carbon-charts/commit/6a4fe1e))
|
|
2638
|
+
- **core:** Fix loss of letters in labels in wrapTicks()
|
|
2639
|
+
([#202](https://github.com/carbon-design-system/carbon-charts/issues/202))
|
|
2640
|
+
([8635e7b](https://github.com/carbon-design-system/carbon-charts/commit/8635e7b))
|
|
2731
2641
|
|
|
2732
2642
|
## [0.10.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.0...v0.10.1) (2019-02-28)
|
|
2733
2643
|
|
|
@@ -2737,10 +2647,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
2737
2647
|
|
|
2738
2648
|
### Features
|
|
2739
2649
|
|
|
2740
|
-
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2650
|
+
- **\$core:** Adds getStrokeColor and getFillColor options
|
|
2651
|
+
([e1766d3](https://github.com/carbon-design-system/carbon-charts/commit/e1766d3)),
|
|
2652
|
+
closes
|
|
2653
|
+
[#136](https://github.com/carbon-design-system/carbon-charts/issues/136)
|
|
2744
2654
|
|
|
2745
2655
|
## [0.9.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.6...v0.9.7) (2019-02-22)
|
|
2746
2656
|
|
|
@@ -2750,96 +2660,94 @@ All notable changes to this project will be documented in this file. See
|
|
|
2750
2660
|
|
|
2751
2661
|
### Bug Fixes
|
|
2752
2662
|
|
|
2753
|
-
-
|
|
2754
|
-
|
|
2663
|
+
- **bar:** add maxWidth and other bar fixes
|
|
2664
|
+
([3866d86](https://github.com/carbon-design-system/carbon-charts/commit/3866d86))
|
|
2755
2665
|
|
|
2756
2666
|
## [0.9.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.4...v0.9.5) (2019-02-20)
|
|
2757
2667
|
|
|
2758
2668
|
### Bug Fixes
|
|
2759
2669
|
|
|
2760
|
-
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2670
|
+
- **\$core:** Fixes opacity transitions not completing when data is updated.
|
|
2671
|
+
Ensures use SVG vs CSS op
|
|
2672
|
+
([f6b245e](https://github.com/carbon-design-system/carbon-charts/commit/f6b245e))
|
|
2763
2673
|
|
|
2764
2674
|
## [0.9.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.3...v0.9.4) (2019-02-16)
|
|
2765
2675
|
|
|
2766
2676
|
### Bug Fixes
|
|
2767
2677
|
|
|
2768
|
-
-
|
|
2769
|
-
|
|
2678
|
+
- **\$browser:** Fix duplication of titles during title resize
|
|
2679
|
+
([4698efd](https://github.com/carbon-design-system/carbon-charts/commit/4698efd))
|
|
2770
2680
|
|
|
2771
2681
|
## [0.9.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.2...v0.9.3) (2019-02-15)
|
|
2772
2682
|
|
|
2773
2683
|
### Bug Fixes
|
|
2774
2684
|
|
|
2775
|
-
-
|
|
2776
|
-
|
|
2685
|
+
- **core:** Fix NPM vulnerabilities
|
|
2686
|
+
([73ef611](https://github.com/carbon-design-system/carbon-charts/commit/73ef611))
|
|
2777
2687
|
|
|
2778
2688
|
## [0.9.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.1...v0.9.2) (2019-02-15)
|
|
2779
2689
|
|
|
2780
2690
|
### Bug Fixes
|
|
2781
2691
|
|
|
2782
|
-
-
|
|
2783
|
-
|
|
2692
|
+
- **core:** Allow custom circle size for line chart
|
|
2693
|
+
([5fb93bd](https://github.com/carbon-design-system/carbon-charts/commit/5fb93bd))
|
|
2784
2694
|
|
|
2785
2695
|
## [0.9.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.0...v0.9.1) (2019-02-07)
|
|
2786
2696
|
|
|
2787
2697
|
### Bug Fixes
|
|
2788
2698
|
|
|
2789
|
-
-
|
|
2790
|
-
|
|
2699
|
+
- **core:** Allow the usage of different size variants of tooltip
|
|
2700
|
+
([4f6aa1d](https://github.com/carbon-design-system/carbon-charts/commit/4f6aa1d))
|
|
2791
2701
|
|
|
2792
2702
|
# [0.9.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.6...v0.9.0) (2019-01-28)
|
|
2793
2703
|
|
|
2794
2704
|
### Features
|
|
2795
2705
|
|
|
2796
|
-
-
|
|
2797
|
-
|
|
2706
|
+
- **CORE:** ability to customize donut label & number
|
|
2707
|
+
([07014cf](https://github.com/carbon-design-system/carbon-charts/commit/07014cf))
|
|
2798
2708
|
|
|
2799
2709
|
## [0.8.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18)
|
|
2800
2710
|
|
|
2801
2711
|
### Bug Fixes
|
|
2802
2712
|
|
|
2803
|
-
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
-
|
|
2809
|
-
|
|
2810
|
-
-
|
|
2811
|
-
([a69dc15](https://github.com/carbon-design-system/carbon-charts/commit/a69dc15))
|
|
2713
|
+
- **\$browser:** Fixes the issue with pie labels not lining up on smaller sizes.
|
|
2714
|
+
([154467f](https://github.com/carbon-design-system/carbon-charts/commit/154467f)),
|
|
2715
|
+
closes
|
|
2716
|
+
[#151](https://github.com/carbon-design-system/carbon-charts/issues/151)
|
|
2717
|
+
- **\$browser:** Use dynamic step value for margin instead of fixed value.
|
|
2718
|
+
([1c96d7a](https://github.com/carbon-design-system/carbon-charts/commit/1c96d7a))
|
|
2719
|
+
- **core:** Fix interference of thresholds and bar chart elements
|
|
2720
|
+
([a69dc15](https://github.com/carbon-design-system/carbon-charts/commit/a69dc15))
|
|
2812
2721
|
|
|
2813
2722
|
## [0.8.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17)
|
|
2814
2723
|
|
|
2815
2724
|
### Bug Fixes
|
|
2816
2725
|
|
|
2817
|
-
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
[#151](https://github.com/carbon-design-system/carbon-charts/issues/151)
|
|
2726
|
+
- **\$browser:** Fixes the issue with pie labels not lining up on smaller sizes.
|
|
2727
|
+
([54e2227](https://github.com/carbon-design-system/carbon-charts/commit/54e2227)),
|
|
2728
|
+
closes
|
|
2729
|
+
[#151](https://github.com/carbon-design-system/carbon-charts/issues/151)
|
|
2822
2730
|
|
|
2823
2731
|
## [0.8.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.3...v0.8.4) (2019-01-17)
|
|
2824
2732
|
|
|
2825
2733
|
### Bug Fixes
|
|
2826
2734
|
|
|
2827
|
-
-
|
|
2828
|
-
|
|
2735
|
+
- **core:** Fix interference of thresholds and bar chart elements
|
|
2736
|
+
([67ff065](https://github.com/carbon-design-system/carbon-charts/commit/67ff065))
|
|
2829
2737
|
|
|
2830
2738
|
## [0.8.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.2...v0.8.3) (2019-01-16)
|
|
2831
2739
|
|
|
2832
2740
|
### Bug Fixes
|
|
2833
2741
|
|
|
2834
|
-
-
|
|
2835
|
-
|
|
2742
|
+
- **core:** Fix tooltip positioning and clean up styling
|
|
2743
|
+
([6de0665](https://github.com/carbon-design-system/carbon-charts/commit/6de0665))
|
|
2836
2744
|
|
|
2837
2745
|
## [0.8.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.1...v0.8.2) (2019-01-14)
|
|
2838
2746
|
|
|
2839
2747
|
### Bug Fixes
|
|
2840
2748
|
|
|
2841
|
-
-
|
|
2842
|
-
|
|
2749
|
+
- **core demo:** Fix experimental link issue
|
|
2750
|
+
([d9d660a](https://github.com/carbon-design-system/carbon-charts/commit/d9d660a))
|
|
2843
2751
|
|
|
2844
2752
|
## [0.8.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.0...v0.8.1) (2019-01-09)
|
|
2845
2753
|
|
|
@@ -2849,17 +2757,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2849
2757
|
|
|
2850
2758
|
### Features
|
|
2851
2759
|
|
|
2852
|
-
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
[#39](https://github.com/carbon-design-system/carbon-charts/issues/39)
|
|
2760
|
+
- **\$core:** adds support for tension, beta, alpha in curves
|
|
2761
|
+
([09437dc](https://github.com/carbon-design-system/carbon-charts/commit/09437dc)),
|
|
2762
|
+
closes [#39](https://github.com/carbon-design-system/carbon-charts/issues/39)
|
|
2856
2763
|
|
|
2857
2764
|
## [0.7.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.15...v0.7.16) (2019-01-03)
|
|
2858
2765
|
|
|
2859
2766
|
### Bug Fixes
|
|
2860
2767
|
|
|
2861
|
-
-
|
|
2862
|
-
|
|
2768
|
+
- **core:** Remove extension of addLegend in PieChart
|
|
2769
|
+
([c66b633](https://github.com/carbon-design-system/carbon-charts/commit/c66b633))
|
|
2863
2770
|
|
|
2864
2771
|
## [0.7.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.13...v0.7.14) (2019-01-03)
|
|
2865
2772
|
|
|
@@ -2873,25 +2780,24 @@ All notable changes to this project will be documented in this file. See
|
|
|
2873
2780
|
|
|
2874
2781
|
### Bug Fixes
|
|
2875
2782
|
|
|
2876
|
-
-
|
|
2877
|
-
|
|
2783
|
+
- **react:** Fix react wrappers resizing with animation
|
|
2784
|
+
([4219f33](https://github.com/carbon-design-system/carbon-charts/commit/4219f33))
|
|
2878
2785
|
|
|
2879
2786
|
## [0.7.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.8...v0.7.9) (2018-11-22)
|
|
2880
2787
|
|
|
2881
2788
|
### Bug Fixes
|
|
2882
2789
|
|
|
2883
|
-
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2790
|
+
- **core:** Use a minimum size for all charts, and use resizeObserver rather
|
|
2791
|
+
than requestAnimationFra
|
|
2792
|
+
([462c2d6](https://github.com/carbon-design-system/carbon-charts/commit/462c2d6))
|
|
2886
2793
|
|
|
2887
2794
|
## [0.7.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.7...v0.7.8) (2018-11-22)
|
|
2888
2795
|
|
|
2889
2796
|
### Bug Fixes
|
|
2890
2797
|
|
|
2891
|
-
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
[#97](https://github.com/carbon-design-system/carbon-charts/issues/97)
|
|
2798
|
+
- **core:** Remove and update addDataPointEventListener
|
|
2799
|
+
([f40f775](https://github.com/carbon-design-system/carbon-charts/commit/f40f775)),
|
|
2800
|
+
closes [#97](https://github.com/carbon-design-system/carbon-charts/issues/97)
|
|
2895
2801
|
|
|
2896
2802
|
## [0.7.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.4...v0.7.5) (2018-11-20)
|
|
2897
2803
|
|
|
@@ -2901,10 +2807,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
2901
2807
|
|
|
2902
2808
|
### Bug Fixes
|
|
2903
2809
|
|
|
2904
|
-
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2810
|
+
- **packages/core/src/line-chart.ts:** Fix tooltips bug
|
|
2811
|
+
[#89](https://github.com/carbon-design-system/carbon-charts/issues/89): Fix
|
|
2812
|
+
imports and addDataPointEventListene
|
|
2813
|
+
([5a63f94](https://github.com/carbon-design-system/carbon-charts/commit/5a63f94))
|
|
2908
2814
|
|
|
2909
2815
|
## [0.7.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.2...v0.7.3) (2018-11-13)
|
|
2910
2816
|
|
|
@@ -2914,52 +2820,51 @@ All notable changes to this project will be documented in this file. See
|
|
|
2914
2820
|
|
|
2915
2821
|
### Bug Fixes
|
|
2916
2822
|
|
|
2917
|
-
-
|
|
2918
|
-
|
|
2823
|
+
- **core:** Fixed label colours on donut charts
|
|
2824
|
+
([5e40ef6](https://github.com/carbon-design-system/carbon-charts/commit/5e40ef6))
|
|
2919
2825
|
|
|
2920
2826
|
## [0.7.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.0...v0.7.1) (2018-11-12)
|
|
2921
2827
|
|
|
2922
2828
|
### Bug Fixes
|
|
2923
2829
|
|
|
2924
|
-
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2830
|
+
- **core:** Refactor thresholds to support a range of values, closes
|
|
2831
|
+
[#85](https://github.com/carbon-design-system/carbon-charts/issues/85)
|
|
2832
|
+
([50b44c0](https://github.com/carbon-design-system/carbon-charts/commit/50b44c0))
|
|
2927
2833
|
|
|
2928
2834
|
# [0.7.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.2...v0.7.0) (2018-11-12)
|
|
2929
2835
|
|
|
2930
2836
|
### Features
|
|
2931
2837
|
|
|
2932
|
-
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2838
|
+
- **core:** Automatic calculation of DonutCenter value, closes
|
|
2839
|
+
[#83](https://github.com/carbon-design-system/carbon-charts/issues/83)
|
|
2840
|
+
([d20e883](https://github.com/carbon-design-system/carbon-charts/commit/d20e883))
|
|
2935
2841
|
|
|
2936
2842
|
## [0.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.1...v0.6.2) (2018-11-12)
|
|
2937
2843
|
|
|
2938
2844
|
### Bug Fixes
|
|
2939
2845
|
|
|
2940
|
-
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
[#71](https://github.com/carbon-design-system/carbon-charts/issues/71)
|
|
2846
|
+
- **\$core:** Remove hover effect and pointer on non-clickable legends
|
|
2847
|
+
([dc9a2f2](https://github.com/carbon-design-system/carbon-charts/commit/dc9a2f2)),
|
|
2848
|
+
closes [#71](https://github.com/carbon-design-system/carbon-charts/issues/71)
|
|
2944
2849
|
|
|
2945
2850
|
## [0.6.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.0...v0.6.1) (2018-11-09)
|
|
2946
2851
|
|
|
2947
2852
|
### Bug Fixes
|
|
2948
2853
|
|
|
2949
|
-
-
|
|
2950
|
-
|
|
2854
|
+
- **angular:** Fix babel-polyfill multiple instances issue
|
|
2855
|
+
([4a2f165](https://github.com/carbon-design-system/carbon-charts/commit/4a2f165))
|
|
2951
2856
|
|
|
2952
2857
|
# [0.6.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.4...v0.6.0) (2018-11-01)
|
|
2953
2858
|
|
|
2954
2859
|
### Bug Fixes
|
|
2955
2860
|
|
|
2956
|
-
-
|
|
2957
|
-
|
|
2861
|
+
- **core:** Resize thresholds, and update threshold theme colors
|
|
2862
|
+
([3d86841](https://github.com/carbon-design-system/carbon-charts/commit/3d86841))
|
|
2958
2863
|
|
|
2959
2864
|
### Features
|
|
2960
2865
|
|
|
2961
|
-
-
|
|
2962
|
-
|
|
2866
|
+
- **core:** changed threshold config format, code refactor
|
|
2867
|
+
([d931a82](https://github.com/carbon-design-system/carbon-charts/commit/d931a82))
|
|
2963
2868
|
|
|
2964
2869
|
<a name="0.5.4"></a>
|
|
2965
2870
|
|
|
@@ -2991,16 +2896,16 @@ All notable changes to this project will be documented in this file. See
|
|
|
2991
2896
|
|
|
2992
2897
|
### Bug Fixes
|
|
2993
2898
|
|
|
2994
|
-
-
|
|
2995
|
-
|
|
2996
|
-
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2899
|
+
- **core:** legend updates in pie & donut should respect legend filters
|
|
2900
|
+
([203c7e6](https://github.com/carbon-design-system/carbon-charts/commit/203c7e6))
|
|
2901
|
+
- **core:** use correct default colors, and replace loading bee with carbon
|
|
2902
|
+
loading spinner
|
|
2903
|
+
([80ff9bd](https://github.com/carbon-design-system/carbon-charts/commit/80ff9bd))
|
|
2999
2904
|
|
|
3000
2905
|
### Features
|
|
3001
2906
|
|
|
3002
|
-
-
|
|
3003
|
-
|
|
2907
|
+
- **core:** first attempt at combo-chart
|
|
2908
|
+
([6613160](https://github.com/carbon-design-system/carbon-charts/commit/6613160))
|
|
3004
2909
|
|
|
3005
2910
|
<a name="0.4.3"></a>
|
|
3006
2911
|
|
|
@@ -3014,8 +2919,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
3014
2919
|
|
|
3015
2920
|
### Bug Fixes
|
|
3016
2921
|
|
|
3017
|
-
-
|
|
3018
|
-
|
|
2922
|
+
- **core angular:** IE11 Support
|
|
2923
|
+
([b0dd2b5](https://github.com/carbon-design-system/carbon-charts/commit/b0dd2b5))
|
|
3019
2924
|
|
|
3020
2925
|
<a name="0.4.1"></a>
|
|
3021
2926
|
|
|
@@ -3023,10 +2928,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
3023
2928
|
|
|
3024
2929
|
### Bug Fixes
|
|
3025
2930
|
|
|
3026
|
-
-
|
|
3027
|
-
|
|
3028
|
-
-
|
|
3029
|
-
|
|
2931
|
+
- **core angular:** Remove demo folders from published packages
|
|
2932
|
+
([5e3c556](https://github.com/carbon-design-system/carbon-charts/commit/5e3c556))
|
|
2933
|
+
- **core angular:** Remove demos & add dist in packages
|
|
2934
|
+
([94bb9f4](https://github.com/carbon-design-system/carbon-charts/commit/94bb9f4))
|
|
3030
2935
|
|
|
3031
2936
|
<a name="0.4.0"></a>
|
|
3032
2937
|
|
|
@@ -3034,8 +2939,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
3034
2939
|
|
|
3035
2940
|
### Features
|
|
3036
2941
|
|
|
3037
|
-
-
|
|
3038
|
-
|
|
2942
|
+
- **core angular react:** Resolve DAP violations
|
|
2943
|
+
([86f6e05](https://github.com/carbon-design-system/carbon-charts/commit/86f6e05))
|
|
3039
2944
|
|
|
3040
2945
|
<a name="0.3.0"></a>
|
|
3041
2946
|
|
|
@@ -3043,8 +2948,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
3043
2948
|
|
|
3044
2949
|
### Features
|
|
3045
2950
|
|
|
3046
|
-
-
|
|
3047
|
-
|
|
2951
|
+
- **core angular:** trigger minor release on Travis
|
|
2952
|
+
([1c476b2](https://github.com/carbon-design-system/carbon-charts/commit/1c476b2))
|
|
3048
2953
|
|
|
3049
2954
|
<a name="0.2.0"></a>
|
|
3050
2955
|
|
|
@@ -3052,8 +2957,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
3052
2957
|
|
|
3053
2958
|
### Features
|
|
3054
2959
|
|
|
3055
|
-
-
|
|
3056
|
-
|
|
2960
|
+
- **core angular react:** trigger a minor release in Travis
|
|
2961
|
+
([2995cfa](https://github.com/carbon-design-system/carbon-charts/commit/2995cfa))
|
|
3057
2962
|
|
|
3058
2963
|
<a name="0.1.0"></a>
|
|
3059
2964
|
|
|
@@ -3061,27 +2966,27 @@ All notable changes to this project will be documented in this file. See
|
|
|
3061
2966
|
|
|
3062
2967
|
### Bug Fixes
|
|
3063
2968
|
|
|
3064
|
-
-
|
|
3065
|
-
|
|
3066
|
-
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
-
|
|
3070
|
-
|
|
2969
|
+
- **core angular react:** fix tooltip styling
|
|
2970
|
+
([80b36f5](https://github.com/carbon-design-system/carbon-charts/commit/80b36f5))
|
|
2971
|
+
- **peretz-icons:** show peretz-icons instead of raw SVG for tooltip close
|
|
2972
|
+
button
|
|
2973
|
+
([19a54d4](https://github.com/carbon-design-system/carbon-charts/commit/19a54d4))
|
|
2974
|
+
- **scope angular react:** use a more specific class name for chart tooltips
|
|
2975
|
+
([4cbe680](https://github.com/carbon-design-system/carbon-charts/commit/4cbe680))
|
|
3071
2976
|
|
|
3072
2977
|
### Features
|
|
3073
2978
|
|
|
3074
|
-
-
|
|
3075
|
-
|
|
3076
|
-
-
|
|
3077
|
-
|
|
3078
|
-
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
2979
|
+
- **core angular react:** support negative y-values
|
|
2980
|
+
([cfa941d](https://github.com/carbon-design-system/carbon-charts/commit/cfa941d))
|
|
2981
|
+
- **core react angular:** carbon styling
|
|
2982
|
+
([5064f63](https://github.com/carbon-design-system/carbon-charts/commit/5064f63))
|
|
2983
|
+
- **react wrappers storybook:** full react wrappers
|
|
2984
|
+
([4a456ee](https://github.com/carbon-design-system/carbon-charts/commit/4a456ee)),
|
|
2985
|
+
closes
|
|
2986
|
+
[#117](https://github.com/carbon-design-system/carbon-charts/issues/117)
|
|
2987
|
+
[#115](https://github.com/carbon-design-system/carbon-charts/issues/115)
|
|
2988
|
+
[#120](https://github.com/carbon-design-system/carbon-charts/issues/120)
|
|
2989
|
+
[#121](https://github.com/carbon-design-system/carbon-charts/issues/121)
|
|
3085
2990
|
|
|
3086
2991
|
# Change Log
|
|
3087
2992
|
|