@carbon/charts 0.38.6 → 0.38.7
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 +26 -74
- package/build/src/interfaces/a11y.d.ts +2 -1
- package/bundle.js +1 -1
- package/components/axes/axis.js +11 -4
- package/components/axes/axis.js.map +1 -1
- package/components/axes/ruler.js.map +1 -1
- package/components/essentials/legend.js +16 -2
- package/components/essentials/legend.js.map +1 -1
- package/components/essentials/title-meter.js.map +1 -1
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/essentials/tooltip.js.map +1 -1
- package/components/graphs/area.js +3 -1
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/gauge.js.map +1 -1
- package/components/graphs/meter.js +6 -2
- package/components/graphs/meter.js.map +1 -1
- package/components/graphs/pie.js +3 -3
- package/components/graphs/pie.js.map +1 -1
- package/components/graphs/scatter-stacked.js.map +1 -1
- package/components/graphs/scatter.js +2 -1
- package/components/graphs/scatter.js.map +1 -1
- package/components/graphs/skeleton.js +1 -3
- package/components/graphs/skeleton.js.map +1 -1
- package/configuration.js +1 -1
- package/configuration.js.map +1 -1
- package/demo/tsconfig.tsbuildinfo +2 -2
- package/interfaces/a11y.d.ts +2 -1
- package/interfaces/a11y.js +1 -0
- package/interfaces/a11y.js.map +1 -1
- package/interfaces/components.js.map +1 -1
- package/model-meter.js +2 -1
- package/model-meter.js.map +1 -1
- package/package.json +1 -1
- package/services/essentials/gradient-utils.js +3 -3
- package/services/essentials/gradient-utils.js.map +1 -1
- package/tsconfig.tsbuildinfo +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [0.38.
|
|
6
|
+
## [0.38.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.6...v0.38.7) (2020-09-23)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @carbon/charts
|
|
9
9
|
|
|
@@ -11,150 +11,102 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
# Change Log
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## [0.38.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.5...v0.38.6) (2020-09-22)
|
|
20
20
|
|
|
21
|
+
**Note:** Version bump only for package @carbon/charts
|
|
21
22
|
|
|
23
|
+
## [0.38.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.4...v0.38.5) (2020-09-22)
|
|
22
24
|
|
|
25
|
+
### Bug Fixes
|
|
23
26
|
|
|
27
|
+
- do not dispatch zoom domain change event for all zoom bar behaviors
|
|
28
|
+
([#811](https://github.com/carbon-design-system/carbon-charts/issues/811))
|
|
29
|
+
([5fd692f](https://github.com/carbon-design-system/carbon-charts/commit/5fd692f9e71dbf4b3e9052feb6c99cb25156c5da))
|
|
24
30
|
|
|
25
31
|
## [0.38.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.3...v0.38.4) (2020-09-21)
|
|
26
32
|
|
|
27
|
-
|
|
28
33
|
### Bug Fixes
|
|
29
34
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
- **core:** fix valueFormatter not being called on non-axis tooltips
|
|
36
|
+
([#809](https://github.com/carbon-design-system/carbon-charts/issues/809))
|
|
37
|
+
([b1ff24c](https://github.com/carbon-design-system/carbon-charts/commit/b1ff24c70c8291ef8dab5585866a12ef99fd6e6f))
|
|
35
38
|
|
|
36
39
|
## [0.38.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.2...v0.38.3) (2020-09-21)
|
|
37
40
|
|
|
38
41
|
**Note:** Version bump only for package @carbon/charts
|
|
39
42
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
43
|
## [0.38.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.1...v0.38.2) (2020-09-17)
|
|
45
44
|
|
|
46
45
|
**Note:** Version bump only for package @carbon/charts
|
|
47
46
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
47
|
## [0.38.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.0...v0.38.1) (2020-09-17)
|
|
53
48
|
|
|
54
49
|
**Note:** Version bump only for package @carbon/charts
|
|
55
50
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
51
|
# [0.38.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.1...v0.38.0) (2020-09-15)
|
|
61
52
|
|
|
62
|
-
|
|
63
53
|
### Features
|
|
64
54
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
55
|
+
- **core:** enable or disable ruler
|
|
56
|
+
([#765](https://github.com/carbon-design-system/carbon-charts/issues/765))
|
|
57
|
+
([bef6daf](https://github.com/carbon-design-system/carbon-charts/commit/bef6daf53e2c7c825d39daa160e9f721ddec0b29))
|
|
70
58
|
|
|
71
59
|
## [0.37.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.0...v0.37.1) (2020-09-14)
|
|
72
60
|
|
|
73
61
|
**Note:** Version bump only for package @carbon/charts
|
|
74
62
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
63
|
# [0.37.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.4...v0.37.0) (2020-09-11)
|
|
80
64
|
|
|
81
|
-
|
|
82
65
|
### Features
|
|
83
66
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
67
|
+
- create options for tick rotation
|
|
68
|
+
([#770](https://github.com/carbon-design-system/carbon-charts/issues/770))
|
|
69
|
+
([4063c8a](https://github.com/carbon-design-system/carbon-charts/commit/4063c8a0f4d441589116759b32f2b214fad46154))
|
|
70
|
+
- enable or disable scatter dot on charts except scatter chart
|
|
71
|
+
([#769](https://github.com/carbon-design-system/carbon-charts/issues/769))
|
|
72
|
+
([3131942](https://github.com/carbon-design-system/carbon-charts/commit/313194217318719152d6a14c2a3cba957b8fc009))
|
|
90
73
|
|
|
91
74
|
## [0.36.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.3...v0.36.4) (2020-09-10)
|
|
92
75
|
|
|
93
76
|
**Note:** Version bump only for package @carbon/charts
|
|
94
77
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
78
|
## [0.36.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.2...v0.36.3) (2020-09-10)
|
|
100
79
|
|
|
101
80
|
**Note:** Version bump only for package @carbon/charts
|
|
102
81
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
82
|
## [0.36.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.1...v0.36.2) (2020-09-02)
|
|
108
83
|
|
|
109
84
|
**Note:** Version bump only for package @carbon/charts
|
|
110
85
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
86
|
## [0.36.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.0...v0.36.1) (2020-09-01)
|
|
116
87
|
|
|
117
88
|
**Note:** Version bump only for package @carbon/charts
|
|
118
89
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
90
|
# [0.36.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.3...v0.36.0) (2020-08-25)
|
|
124
91
|
|
|
125
|
-
|
|
126
92
|
### Features
|
|
127
93
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
94
|
+
- change zoom bar handle cursor to ew-resize
|
|
95
|
+
([#759](https://github.com/carbon-design-system/carbon-charts/issues/759))
|
|
96
|
+
([f1fdab0](https://github.com/carbon-design-system/carbon-charts/commit/f1fdab005c09cb76984b3a7d17df24b7a860effd))
|
|
133
97
|
|
|
134
98
|
## [0.35.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.2...v0.35.3) (2020-08-21)
|
|
135
99
|
|
|
136
100
|
**Note:** Version bump only for package @carbon/charts
|
|
137
101
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
102
|
## [0.35.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.1...v0.35.2) (2020-08-21)
|
|
143
103
|
|
|
144
104
|
**Note:** Version bump only for package @carbon/charts
|
|
145
105
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
106
|
## [0.35.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.0...v0.35.1) (2020-08-18)
|
|
151
107
|
|
|
152
108
|
**Note:** Version bump only for package @carbon/charts
|
|
153
109
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
110
|
# Change Log
|
|
159
111
|
|
|
160
112
|
All notable changes to this project will be documented in this file. See
|