@elastic/charts 46.10.1 → 46.10.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/dist/chart_types/heatmap/scales/band_color_scale.js +3 -0
- package/dist/chart_types/heatmap/scales/band_color_scale.js.map +1 -1
- package/dist/chart_types/heatmap/state/selectors/get_heatmap_table.js +12 -8
- package/dist/chart_types/heatmap/state/selectors/get_heatmap_table.js.map +1 -1
- package/dist/chart_types/xy_chart/annotations/line/dimensions.js.map +1 -1
- package/dist/chart_types/xy_chart/annotations/rect/dimensions.js +11 -5
- package/dist/chart_types/xy_chart/annotations/rect/dimensions.js.map +1 -1
- package/dist/chart_types/xy_chart/annotations/utils.js.map +1 -1
- package/dist/chart_types/xy_chart/axes/timeslip/multilayer_ticks.js.map +1 -1
- package/dist/chart_types/xy_chart/crosshair/crosshair_utils.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/area.js +1 -2
- package/dist/chart_types/xy_chart/rendering/area.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/bars.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/bubble.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/line.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/points.js +4 -2
- package/dist/chart_types/xy_chart/rendering/points.js.map +1 -1
- package/dist/chart_types/xy_chart/rendering/utils.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/compute_axis_ticks_dimensions.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js +2 -2
- package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_cursor_band.js +12 -11
- package/dist/chart_types/xy_chart/state/selectors/get_cursor_band.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_elements_at_cursor_pos.js +10 -5
- package/dist/chart_types/xy_chart/state/selectors/get_elements_at_cursor_pos.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_projected_pointer_position.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_projected_scaled_values.js +4 -3
- package/dist/chart_types/xy_chart/state/selectors/get_projected_scaled_values.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_position.js +7 -2
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_position.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js +4 -0
- package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js +3 -2
- package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js +4 -3
- package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js.map +1 -1
- package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js +1 -1
- package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js.map +1 -1
- package/dist/chart_types/xy_chart/state/utils/utils.js +2 -2
- package/dist/chart_types/xy_chart/state/utils/utils.js.map +1 -1
- package/dist/chart_types/xy_chart/utils/scales.js.map +1 -1
- package/dist/scales/index.d.ts.map +1 -1
- package/dist/scales/index.js.map +1 -1
- package/dist/scales/scale_band.js +16 -16
- package/dist/scales/scale_band.js.map +1 -1
- package/dist/scales/scale_continuous.js +3 -4
- package/dist/scales/scale_continuous.js.map +1 -1
- package/dist/scales/types.d.ts.map +1 -1
- package/dist/scales/types.js.map +1 -1
- package/dist/state/selectors/is_external_tooltip_visible.js +5 -1
- package/dist/state/selectors/is_external_tooltip_visible.js.map +1 -1
- package/dist/utils/common.js +5 -1
- package/dist/utils/common.js.map +1 -1
- package/dist/utils/events.js.map +1 -1
- package/package.json +3 -3
- package/CHANGELOG.md +0 -2816
- package/NOTICE.txt +0 -98
package/CHANGELOG.md
DELETED
|
@@ -1,2816 +0,0 @@
|
|
|
1
|
-
## [46.10.1](https://github.com/elastic/elastic-charts/compare/v46.10.0...v46.10.1) (2022-06-13)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **deps:** update dependency @elastic/eui to v59 ([#1711](https://github.com/elastic/elastic-charts/issues/1711)) ([105c98f](https://github.com/elastic/elastic-charts/commit/105c98f11b981569bd0468c7750573323cdc831b))
|
|
7
|
-
* **flame:** no focus border ([#1709](https://github.com/elastic/elastic-charts/issues/1709)) ([fddb506](https://github.com/elastic/elastic-charts/commit/fddb506b85d88646ae48284b1200dec303e9e192))
|
|
8
|
-
* **time_axis:** gracefully handle zero axis size ([#1710](https://github.com/elastic/elastic-charts/issues/1710)) ([bf67c1f](https://github.com/elastic/elastic-charts/commit/bf67c1f797a840c9ed54c92b818315ebfc5d3a92))
|
|
9
|
-
|
|
10
|
-
# [46.10.0](https://github.com/elastic/elastic-charts/compare/v46.9.0...v46.10.0) (2022-06-10)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* Metric visualization ([#1658](https://github.com/elastic/elastic-charts/issues/1658)) ([fc2c955](https://github.com/elastic/elastic-charts/commit/fc2c955c1615c4d76079d01b685d7466e799c147))
|
|
16
|
-
|
|
17
|
-
# [46.9.0](https://github.com/elastic/elastic-charts/compare/v46.8.0...v46.9.0) (2022-06-07)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* **annotations:** animated fade trigger ([#1693](https://github.com/elastic/elastic-charts/issues/1693)) ([dbd91cb](https://github.com/elastic/elastic-charts/commit/dbd91cb3fccaecbb53988e5070c6c1054fc35121))
|
|
23
|
-
|
|
24
|
-
# [46.8.0](https://github.com/elastic/elastic-charts/compare/v46.7.1...v46.8.0) (2022-06-03)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* **flame:** keyboard shortcuts for the text field ([#1697](https://github.com/elastic/elastic-charts/issues/1697)) ([ee29fae](https://github.com/elastic/elastic-charts/commit/ee29fae0448772834def86f55df8fe80d4235a82))
|
|
30
|
-
|
|
31
|
-
## [46.7.1](https://github.com/elastic/elastic-charts/compare/v46.7.0...v46.7.1) (2022-06-03)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* **bubble:** tooltip visibility on hover ([#1674](https://github.com/elastic/elastic-charts/issues/1674)) ([d3cabbe](https://github.com/elastic/elastic-charts/commit/d3cabbe59f3ce7678a5e635d713272a13baf7076))
|
|
37
|
-
* **deps:** update dependency @elastic/eui to ^58.1.1 ([#1689](https://github.com/elastic/elastic-charts/issues/1689)) ([c8d6eed](https://github.com/elastic/elastic-charts/commit/c8d6eeda40d288065e4caea25b6f2311e0a387d0))
|
|
38
|
-
* **flame:** safari and zoom regressions fixed and misc improvs ([#1695](https://github.com/elastic/elastic-charts/issues/1695)) ([9a48783](https://github.com/elastic/elastic-charts/commit/9a4878387151e663558ee922a1f40d6c9d1c4766))
|
|
39
|
-
|
|
40
|
-
# [46.7.0](https://github.com/elastic/elastic-charts/compare/v46.6.0...v46.7.0) (2022-06-01)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
* pulsate node on click and search hit ([#1694](https://github.com/elastic/elastic-charts/issues/1694)) ([5068742](https://github.com/elastic/elastic-charts/commit/5068742032d376d70a405fe2c727efa2a87770f2))
|
|
46
|
-
|
|
47
|
-
# [46.6.0](https://github.com/elastic/elastic-charts/compare/v46.5.0...v46.6.0) (2022-05-31)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **flame:** show two ancestors ([#1692](https://github.com/elastic/elastic-charts/issues/1692)) ([3ced28b](https://github.com/elastic/elastic-charts/commit/3ced28bac664cf156929416e84ce24ab20ae50a3))
|
|
53
|
-
|
|
54
|
-
# [46.5.0](https://github.com/elastic/elastic-charts/compare/v46.4.0...v46.5.0) (2022-05-26)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Features
|
|
58
|
-
|
|
59
|
-
* **flame:** context loss handling ([#1682](https://github.com/elastic/elastic-charts/issues/1682)) ([0e32209](https://github.com/elastic/elastic-charts/commit/0e3220955661348c6cf02d4e379ddec340f0ccfc))
|
|
60
|
-
|
|
61
|
-
# [46.4.0](https://github.com/elastic/elastic-charts/compare/v46.3.0...v46.4.0) (2022-05-24)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Bug Fixes
|
|
65
|
-
|
|
66
|
-
* **deps:** update dependency @elastic/eui to v58 ([#1677](https://github.com/elastic/elastic-charts/issues/1677)) ([69ad62b](https://github.com/elastic/elastic-charts/commit/69ad62bf57d880f45a5250b8ccfb75da54c8f205))
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
* **flame:** minimap pan ([#1678](https://github.com/elastic/elastic-charts/issues/1678)) ([fc81ada](https://github.com/elastic/elastic-charts/commit/fc81ada306c042b751a523588bf0eead43881327))
|
|
72
|
-
|
|
73
|
-
# [46.3.0](https://github.com/elastic/elastic-charts/compare/v46.2.0...v46.3.0) (2022-05-19)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
* **flame:** search and other utilities ([#1676](https://github.com/elastic/elastic-charts/issues/1676)) ([b8eaa1f](https://github.com/elastic/elastic-charts/commit/b8eaa1f6266e150cf7153c30c5d7a1c6e21bbac4))
|
|
79
|
-
|
|
80
|
-
# [46.2.0](https://github.com/elastic/elastic-charts/compare/v46.1.0...v46.2.0) (2022-05-18)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Bug Fixes
|
|
84
|
-
|
|
85
|
-
* runtime error with `process.env` in src ([#1672](https://github.com/elastic/elastic-charts/issues/1672)) ([47a6b0b](https://github.com/elastic/elastic-charts/commit/47a6b0b9ab88cc33229ca8c132e10deb6729cd57))
|
|
86
|
-
* **deps:** update dependency @elastic/eui to v56 ([#1667](https://github.com/elastic/elastic-charts/issues/1667)) ([285ec8b](https://github.com/elastic/elastic-charts/commit/285ec8bdd05dee758f03b503cb1df311b140c778))
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Features
|
|
90
|
-
|
|
91
|
-
* flame graph with WebGL ([#1664](https://github.com/elastic/elastic-charts/issues/1664)) ([96368ea](https://github.com/elastic/elastic-charts/commit/96368ea45e093cf0e1b0b6db7356568e98be25c9))
|
|
92
|
-
|
|
93
|
-
# [46.1.0](https://github.com/elastic/elastic-charts/compare/v46.0.1...v46.1.0) (2022-05-05)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Bug Fixes
|
|
97
|
-
|
|
98
|
-
* **animations:** flashing when using grouped parameterized keys ([#1665](https://github.com/elastic/elastic-charts/issues/1665)) ([1323edc](https://github.com/elastic/elastic-charts/commit/1323edc76f496028ffe2119ec83af2834484bede))
|
|
99
|
-
* **deps:** update dependency @elastic/eui to ^55.1.0 ([#1663](https://github.com/elastic/elastic-charts/issues/1663)) ([ef8a185](https://github.com/elastic/elastic-charts/commit/ef8a185fc621890d561432953846112e957bdb5d))
|
|
100
|
-
* **deps:** update dependency @elastic/eui to v55 ([#1659](https://github.com/elastic/elastic-charts/issues/1659)) ([5fc4af3](https://github.com/elastic/elastic-charts/commit/5fc4af3c84b1ff9d2818862d1eb19de780de4208))
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
* **annotations:** animated focus states for hovered annotation ([#1628](https://github.com/elastic/elastic-charts/issues/1628)) ([0bbb809](https://github.com/elastic/elastic-charts/commit/0bbb809132897dc691f1a71c676c46ec91aa59df))
|
|
106
|
-
|
|
107
|
-
## [46.0.1](https://github.com/elastic/elastic-charts/compare/v46.0.0...v46.0.1) (2022-04-19)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
* **deps:** update dependency @elastic/eui to ^54.1.0 ([#1652](https://github.com/elastic/elastic-charts/issues/1652)) ([c9c6d31](https://github.com/elastic/elastic-charts/commit/c9c6d31aca342df83271efcbaeed5a79c02a71a3))
|
|
113
|
-
* **rendering:** clip at panel sizes on small multiples ([#1651](https://github.com/elastic/elastic-charts/issues/1651)) ([2850530](https://github.com/elastic/elastic-charts/commit/285053061f286d6171221cb99483dd500dfaf52a))
|
|
114
|
-
|
|
115
|
-
# [46.0.0](https://github.com/elastic/elastic-charts/compare/v45.1.1...v46.0.0) (2022-04-14)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* **axis:** ticks generation for linear scale on bar charts ([#1645](https://github.com/elastic/elastic-charts/issues/1645)) ([65d0e7d](https://github.com/elastic/elastic-charts/commit/65d0e7deeba4f6b98d13e3eeff5442aefcb85132))
|
|
121
|
-
* **axis:** use correct desired tick count based on axis type ([#1646](https://github.com/elastic/elastic-charts/issues/1646)) ([512a6cd](https://github.com/elastic/elastic-charts/commit/512a6cda80a6df0fc7709b4a0b1d5516df8782f2))
|
|
122
|
-
* **deps:** update dependency @elastic/eui to v53 ([#1639](https://github.com/elastic/elastic-charts/issues/1639)) ([34bf325](https://github.com/elastic/elastic-charts/commit/34bf3251d69e07dde3537a2bececd84905836732))
|
|
123
|
-
* **deps:** update dependency @elastic/eui to v54 ([#1642](https://github.com/elastic/elastic-charts/issues/1642)) ([6eaca0a](https://github.com/elastic/elastic-charts/commit/6eaca0a5052fd877aa380216a155982ca2198a2c))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Features
|
|
127
|
-
|
|
128
|
-
* **axes:** option to fit domain to list of annotation `SpecIds` ([#1641](https://github.com/elastic/elastic-charts/issues/1641)) ([220350d](https://github.com/elastic/elastic-charts/commit/220350df862b52de364b7e96088f6c5651cb396b))
|
|
129
|
-
* **goal:** auto generated linear ticks ([#1637](https://github.com/elastic/elastic-charts/issues/1637)) ([5437d8e](https://github.com/elastic/elastic-charts/commit/5437d8e985ecc8cfa32651ccc97fdf7b9da84b01))
|
|
130
|
-
* **legend:** expose sorting function ([#1644](https://github.com/elastic/elastic-charts/issues/1644)) ([128114c](https://github.com/elastic/elastic-charts/commit/128114c57d722702faceb1d3277f5b12f3407dac))
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### BREAKING CHANGES
|
|
134
|
-
|
|
135
|
-
* **goal:** goal chart now requires domain min and max to be defined
|
|
136
|
-
|
|
137
|
-
## [45.1.1](https://github.com/elastic/elastic-charts/compare/v45.1.0...v45.1.1) (2022-03-30)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* **style:** remove unnecessary eui exports ([3b8243c](https://github.com/elastic/elastic-charts/commit/3b8243c8222fc335670cf77b2013aadf9e7dcc7a))
|
|
143
|
-
|
|
144
|
-
# [45.1.0](https://github.com/elastic/elastic-charts/compare/v45.0.1...v45.1.0) (2022-03-29)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* **axis:** ordinal number ending fix for the weekly resolution ([#1634](https://github.com/elastic/elastic-charts/issues/1634)) ([18b4077](https://github.com/elastic/elastic-charts/commit/18b4077f4fdb0c2b38bc351809706f5112fc2690))
|
|
150
|
-
* **deps:** update dependency @elastic/eui to ^52.2.0 ([#1632](https://github.com/elastic/elastic-charts/issues/1632)) ([7e0be07](https://github.com/elastic/elastic-charts/commit/7e0be078f86453c32bb1109b0390bfd03ecb39b6))
|
|
151
|
-
* **deps:** update dependency @elastic/eui to v50 ([#1622](https://github.com/elastic/elastic-charts/issues/1622)) ([0eb7975](https://github.com/elastic/elastic-charts/commit/0eb79759621e0b1b0e7df36115fd7df9589b7ce9))
|
|
152
|
-
* **deps:** update dependency @elastic/eui to v51 ([#1624](https://github.com/elastic/elastic-charts/issues/1624)) ([64d87e5](https://github.com/elastic/elastic-charts/commit/64d87e58632c37f8e05ee179ab4fffb3e68233af))
|
|
153
|
-
* **deps:** update dependency @elastic/eui to v52 ([#1630](https://github.com/elastic/elastic-charts/issues/1630)) ([ada254e](https://github.com/elastic/elastic-charts/commit/ada254e563807e18bd7002f41c148c6ba7e78dc7))
|
|
154
|
-
* **goal:** chart placement and overlap issues ([#1620](https://github.com/elastic/elastic-charts/issues/1620)) ([b5d375b](https://github.com/elastic/elastic-charts/commit/b5d375b53499fcfb9640a4f4f18383a5f1afff1d))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Features
|
|
158
|
-
|
|
159
|
-
* **goal:** expose max sizing limits in theme.goal options ([#1621](https://github.com/elastic/elastic-charts/issues/1621)) ([60a14ba](https://github.com/elastic/elastic-charts/commit/60a14ba87f3f63910df9aa99312dfe4b8d6ce847))
|
|
160
|
-
|
|
161
|
-
## [45.0.1](https://github.com/elastic/elastic-charts/compare/v45.0.0...v45.0.1) (2022-03-04)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Bug Fixes
|
|
165
|
-
|
|
166
|
-
* **heatmap:** align debug state with the visualized axis labels([#1619](https://github.com/elastic/elastic-charts/issues/1619)) ([8854522](https://github.com/elastic/elastic-charts/commit/88545226de9076a2a41d664e11d90b531a06c885))
|
|
167
|
-
|
|
168
|
-
# [45.0.0](https://github.com/elastic/elastic-charts/compare/v44.0.0...v45.0.0) (2022-03-04)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
### Features
|
|
172
|
-
|
|
173
|
-
* **styles:** eui Amsterdam theme ([#1463](https://github.com/elastic/elastic-charts/issues/1463)) ([fea1445](https://github.com/elastic/elastic-charts/commit/fea1445999165cace4a9f812c05e8864baf9c0fc))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### BREAKING CHANGES
|
|
177
|
-
|
|
178
|
-
* **styles:** chart color and style changes
|
|
179
|
-
|
|
180
|
-
# [44.0.0](https://github.com/elastic/elastic-charts/compare/v43.1.1...v44.0.0) (2022-03-01)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
* **axis:** correct tick alignment in ordinal scale with numeric values ([#1609](https://github.com/elastic/elastic-charts/issues/1609)) ([915349d](https://github.com/elastic/elastic-charts/commit/915349d21e1bb75a0a8522ed6fdadfdfa9c3910d))
|
|
186
|
-
* **legend:** width with duplicate nested pie slice labels ([#1585](https://github.com/elastic/elastic-charts/issues/1585)) ([1073231](https://github.com/elastic/elastic-charts/commit/10732310feaf311803ced0ec626610d8c2401419))
|
|
187
|
-
* **partition:** consider legend extras when computing the legend size ([#1611](https://github.com/elastic/elastic-charts/issues/1611)) ([2078f3d](https://github.com/elastic/elastic-charts/commit/2078f3db6ba6fa1270ec8ebc06fcbc21044814d6))
|
|
188
|
-
* **xy:** dataIndex keeps original data order on small multiples ([#1597](https://github.com/elastic/elastic-charts/issues/1597)) ([9e2566c](https://github.com/elastic/elastic-charts/commit/9e2566cc9ae057e33a05b65093ba039acbe48442))
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Features
|
|
192
|
-
|
|
193
|
-
* **api:** expose Predicate enum ([#1574](https://github.com/elastic/elastic-charts/issues/1574)) ([1f73eec](https://github.com/elastic/elastic-charts/commit/1f73eecca590e6115f1b315148a890032447e8eb))
|
|
194
|
-
* **heatmap:** allow rotation of x axis labels ([#1514](https://github.com/elastic/elastic-charts/issues/1514)) ([b655156](https://github.com/elastic/elastic-charts/commit/b655156911710d2ef8e18c8dbff836030e5df175))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### BREAKING CHANGES
|
|
198
|
-
|
|
199
|
-
* **heatmap:** `width`, `align`, and `baseline` style properties are removed from the `xAxisLabels` and `yAxisLabels` style of the Heatmap theme.
|
|
200
|
-
|
|
201
|
-
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
|
|
202
|
-
|
|
203
|
-
## [43.1.1](https://github.com/elastic/elastic-charts/compare/v43.1.0...v43.1.1) (2022-01-26)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
* revert removal of resize observer polyfill ([#1570](https://github.com/elastic/elastic-charts/issues/1570)) ([8a951f4](https://github.com/elastic/elastic-charts/commit/8a951f4bf2161eb59cc2d865b49fb47efe79e403))
|
|
209
|
-
|
|
210
|
-
# [43.1.0](https://github.com/elastic/elastic-charts/compare/v43.0.1...v43.1.0) (2022-01-25)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* use window scope to call the ResizeObserver ([#1569](https://github.com/elastic/elastic-charts/issues/1569)) ([747e626](https://github.com/elastic/elastic-charts/commit/747e626f592e4e413567cd6710a95575e892aa71))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Features
|
|
219
|
-
|
|
220
|
-
* **xy:** expose projection area ([#1567](https://github.com/elastic/elastic-charts/issues/1567)) ([b36a75a](https://github.com/elastic/elastic-charts/commit/b36a75a842af0d8e9c704e61b152e4423b4a69ca))
|
|
221
|
-
|
|
222
|
-
## [43.0.1](https://github.com/elastic/elastic-charts/compare/v43.0.0...v43.0.1) (2022-01-20)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
* **deps:** remove the ResizeObserver polyfill ([#1554](https://github.com/elastic/elastic-charts/issues/1554)) ([542f2bf](https://github.com/elastic/elastic-charts/commit/542f2bf3a20d5463c14d614cb55491430763e133))
|
|
228
|
-
* **deps:** update dependency puppeteer to v5.4.2 ([#1547](https://github.com/elastic/elastic-charts/issues/1547)) ([307e3e2](https://github.com/elastic/elastic-charts/commit/307e3e2481b0bcda9ff5aca2a5c1a4e90eefa176))
|
|
229
|
-
* **heatmap:** fix unpredictable tick count ([#1551](https://github.com/elastic/elastic-charts/issues/1551)) ([6242fad](https://github.com/elastic/elastic-charts/commit/6242fad5319a8d99935919804487e2686f071228))
|
|
230
|
-
* **heatmap:** text measure bugs ([#1560](https://github.com/elastic/elastic-charts/issues/1560)) ([5d83ab8](https://github.com/elastic/elastic-charts/commit/5d83ab82dadca5af13576225105e8ad2898fc389))
|
|
231
|
-
|
|
232
|
-
# [43.0.0](https://github.com/elastic/elastic-charts/compare/v42.1.0...v43.0.0) (2022-01-14)
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
### Bug Fixes
|
|
236
|
-
|
|
237
|
-
* **heatmap:** labels visibility regression ([#1549](https://github.com/elastic/elastic-charts/issues/1549)) ([067189d](https://github.com/elastic/elastic-charts/commit/067189d95b0dfd342f31bc819e3d6bc9df076533))
|
|
238
|
-
* **xy:** switch default timezone to `local` ([#1544](https://github.com/elastic/elastic-charts/issues/1544)) ([1233e69](https://github.com/elastic/elastic-charts/commit/1233e698e9d187b1fab55662754fca5f5459376e))
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### BREAKING CHANGES
|
|
242
|
-
|
|
243
|
-
* **xy:** The time axis labels of a time-series chart configured without the timeZone prop are now rendering the labels with the local browser timezone instead of UTC.
|
|
244
|
-
|
|
245
|
-
# [42.1.0](https://github.com/elastic/elastic-charts/compare/v42.0.0...v42.1.0) (2022-01-10)
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Features
|
|
249
|
-
|
|
250
|
-
* allow multiple value accessors when computing the stack ratio ([#1537](https://github.com/elastic/elastic-charts/issues/1537)) ([c2eb4b8](https://github.com/elastic/elastic-charts/commit/c2eb4b8d91436975eee2ff499cac0dfa7bb33e56))
|
|
251
|
-
|
|
252
|
-
# [42.0.0](https://github.com/elastic/elastic-charts/compare/v41.0.1...v42.0.0) (2022-01-05)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
* **flamegraph:** solve animation regression occurring with 6db2677 ([#1541](https://github.com/elastic/elastic-charts/issues/1541)) ([5ec6037](https://github.com/elastic/elastic-charts/commit/5ec603767da22fe6cf2820536687aa77013436cc)), closes [#1540](https://github.com/elastic/elastic-charts/issues/1540)
|
|
258
|
-
* **heatmap:** render empty state ([#1532](https://github.com/elastic/elastic-charts/issues/1532)) ([59002df](https://github.com/elastic/elastic-charts/commit/59002df28e2a82f285c0375dd866655afb53abab))
|
|
259
|
-
* **waffle:** fix strange 0 text in legend item extra when label is 0 ([#1538](https://github.com/elastic/elastic-charts/issues/1538)) ([72224b9](https://github.com/elastic/elastic-charts/commit/72224b9bcbdc2ff9eb6c048fdba7dd13fac39db5))
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Features
|
|
263
|
-
|
|
264
|
-
* **goal:** add valueFormatter for tooltip ([#1529](https://github.com/elastic/elastic-charts/issues/1529)) ([8139973](https://github.com/elastic/elastic-charts/commit/8139973fb58c0ddb089da356904f50bea3f80817))
|
|
265
|
-
* **heatmap:** add axis titles ([#1503](https://github.com/elastic/elastic-charts/issues/1503)) ([a87325d](https://github.com/elastic/elastic-charts/commit/a87325d56ea4a3ce1eb7e3da688499f39427253a))
|
|
266
|
-
* **types:** improve generic types in specs, and spec prop types ([#1421](https://github.com/elastic/elastic-charts/issues/1421)) ([562929e](https://github.com/elastic/elastic-charts/commit/562929ef012aa80cc058b5c4a6dbe8f7226fb977))
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### BREAKING CHANGES
|
|
270
|
-
|
|
271
|
-
* **types:** The `xAccessor` and `yAccessor` are now required on all xy chart specs. Stronger typing on `data` prop that may cause type errors when using untyped array (i.e. `const arr: never[] = []`). Other minor type changes related to spec types.
|
|
272
|
-
* **heatmap:** The heatmap yAxisLabel.padding style type is changed from Pixel | Partial<Padding> to Pixels | Padding. The heatmap axis labels are now correctly subjected to padding calculations and it will result in a slightly different position of labels.
|
|
273
|
-
|
|
274
|
-
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
|
|
275
|
-
|
|
276
|
-
## [41.0.1](https://github.com/elastic/elastic-charts/compare/v41.0.0...v41.0.1) (2021-12-20)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### Bug Fixes
|
|
280
|
-
|
|
281
|
-
* export deprecated partition config types ([#1530](https://github.com/elastic/elastic-charts/issues/1530)) ([00f0f8e](https://github.com/elastic/elastic-charts/commit/00f0f8e1590f6fa0e70b0255a03ba428eeb0f0cd))
|
|
282
|
-
|
|
283
|
-
# [41.0.0](https://github.com/elastic/elastic-charts/compare/v40.2.0...v41.0.0) (2021-12-17)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* replace createRef with useRef in Functional Components. ([#1524](https://github.com/elastic/elastic-charts/issues/1524)) ([9538417](https://github.com/elastic/elastic-charts/commit/953841738afd80482ff4ee5cca01dc018861dcda))
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Code Refactoring
|
|
292
|
-
|
|
293
|
-
* **goal:** remove deprecated config ([#1408](https://github.com/elastic/elastic-charts/issues/1408)) ([312e31d](https://github.com/elastic/elastic-charts/commit/312e31df701e765328924bdeecb4191c3c7537d9))
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Features
|
|
297
|
-
|
|
298
|
-
* **heatmap:** dark mode with theme controls ([#1406](https://github.com/elastic/elastic-charts/issues/1406)) ([f29c8dd](https://github.com/elastic/elastic-charts/commit/f29c8dd2ac235ec3b9eaf225537e57c87e044056))
|
|
299
|
-
* **legend:** custom legend width ([#1467](https://github.com/elastic/elastic-charts/issues/1467)) ([51f50df](https://github.com/elastic/elastic-charts/commit/51f50df0d00c352808bd95d0f69010239d74ba4a))
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
### BREAKING CHANGES
|
|
303
|
-
|
|
304
|
-
* **goal:** The `GoalSpec.config` prop is removed. All properties have been moved/renamed under new `Theme.goal` options with the following exceptions:
|
|
305
|
-
|
|
306
|
-
- `Config.margin` is now controlled by `Theme.chartMargins` and is no longer a margin ratio as before.
|
|
307
|
-
- `Config.backgroundColor` is now controlled by `Theme.background.color`, even though it's not yet used.
|
|
308
|
-
- `fontFamily` moved into each respective label styles
|
|
309
|
-
- `angleStart` and `angleEnd` are moved onto the `GoalSpec` as optional values.
|
|
310
|
-
- `sectorLineWidth`, `width` and `height` all removed as they were never used.
|
|
311
|
-
|
|
312
|
-
# [40.2.0](https://github.com/elastic/elastic-charts/compare/v40.1.0...v40.2.0) (2021-12-09)
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Bug Fixes
|
|
316
|
-
|
|
317
|
-
* **partition:** linkLabel textColor override ([#1498](https://github.com/elastic/elastic-charts/issues/1498)) ([3013310](https://github.com/elastic/elastic-charts/commit/3013310357f3612aca47aa1c229d9ca4a276ea71))
|
|
318
|
-
* **waffle:** use descend sortPredicate by default ([#1510](https://github.com/elastic/elastic-charts/issues/1510)) ([763e2e3](https://github.com/elastic/elastic-charts/commit/763e2e3b71b7b2976b49f321d92aad60adfc4080))
|
|
319
|
-
* **xy:** stacked polarity ([#1502](https://github.com/elastic/elastic-charts/issues/1502)) ([920666a](https://github.com/elastic/elastic-charts/commit/920666acd012ce6f3e6c3299ebf338011e8a0e08)), closes [#1280](https://github.com/elastic/elastic-charts/issues/1280)
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
### Features
|
|
323
|
-
|
|
324
|
-
* **xy:** expose style for interpolation fit functions ([#1505](https://github.com/elastic/elastic-charts/issues/1505)) ([3071457](https://github.com/elastic/elastic-charts/commit/30714572e5eaf7b88bda0a26fd69f58357d5cc9f))
|
|
325
|
-
|
|
326
|
-
# [40.1.0](https://github.com/elastic/elastic-charts/compare/v40.0.0...v40.1.0) (2021-12-01)
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
### Bug Fixes
|
|
330
|
-
|
|
331
|
-
* **deps:** update dependency @elastic/eui to ^41.3.0 ([#1506](https://github.com/elastic/elastic-charts/issues/1506)) ([d364cc0](https://github.com/elastic/elastic-charts/commit/d364cc0fd0ecef83772ca1ca52ff04ed649badb6))
|
|
332
|
-
* remove pointer for onElementOver ([#1493](https://github.com/elastic/elastic-charts/issues/1493)) ([bf95dbc](https://github.com/elastic/elastic-charts/commit/bf95dbc6aae31d2c9994732b1c6ce6c29e58bd9a))
|
|
333
|
-
* **deps:** update dependency @elastic/eui to ^41.2.1 ([#1494](https://github.com/elastic/elastic-charts/issues/1494)) ([1c32f82](https://github.com/elastic/elastic-charts/commit/1c32f8264d9f03c304534a9b9688ee355d7fda39))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### Features
|
|
337
|
-
|
|
338
|
-
* expose computeRatioByGroups fn ([#1495](https://github.com/elastic/elastic-charts/issues/1495)) ([65f4886](https://github.com/elastic/elastic-charts/commit/65f4886ee3a1ef71eb34cfe8bd504ec4d76f82cb))
|
|
339
|
-
|
|
340
|
-
# [40.0.0](https://github.com/elastic/elastic-charts/compare/v39.0.2...v40.0.0) (2021-11-18)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Bug Fixes
|
|
344
|
-
|
|
345
|
-
* **interactions:** remove the option for pixelRatio with png snapshot ([#1431](https://github.com/elastic/elastic-charts/issues/1431)) ([eebb069](https://github.com/elastic/elastic-charts/commit/eebb0697a0b9ec5a860feb687f5b52721850714b))
|
|
346
|
-
* **xy:** occlude points outside of y domain ([#1475](https://github.com/elastic/elastic-charts/issues/1475)) ([3176f02](https://github.com/elastic/elastic-charts/commit/3176f02c2587522f5b057493b592dc3446315998))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Features
|
|
350
|
-
|
|
351
|
-
* **annotations:** add annotations to DebugState ([#1434](https://github.com/elastic/elastic-charts/issues/1434)) ([c5ea600](https://github.com/elastic/elastic-charts/commit/c5ea60027299882cc1c05f9227e7e3204bb0ff71))
|
|
352
|
-
* **heatmap:** add valueShown in heatmap debug state ([#1460](https://github.com/elastic/elastic-charts/issues/1460)) ([962e089](https://github.com/elastic/elastic-charts/commit/962e089fe61540dcd5ed3612d41d915c29b98d13))
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
### BREAKING CHANGES
|
|
356
|
-
|
|
357
|
-
* **interactions:** The getPNGSnapshot function no longer has an option for pixelRatio
|
|
358
|
-
|
|
359
|
-
## [39.0.2](https://github.com/elastic/elastic-charts/compare/v39.0.1...v39.0.2) (2021-11-17)
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
### Bug Fixes
|
|
363
|
-
|
|
364
|
-
* align axis tick formatter logic ([#1482](https://github.com/elastic/elastic-charts/issues/1482)) ([1bd30b9](https://github.com/elastic/elastic-charts/commit/1bd30b963d0136eb845381412737cb0e9dea4954)), closes [#1476](https://github.com/elastic/elastic-charts/issues/1476)
|
|
365
|
-
* **deps:** update dependency @elastic/eui to ^41.1.0 ([#1477](https://github.com/elastic/elastic-charts/issues/1477)) ([20306a1](https://github.com/elastic/elastic-charts/commit/20306a13bd1d7a3f021e8509a79099edccdb82fd))
|
|
366
|
-
|
|
367
|
-
## [39.0.1](https://github.com/elastic/elastic-charts/compare/v39.0.0...v39.0.1) (2021-11-15)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Bug Fixes
|
|
371
|
-
|
|
372
|
-
* **partition:** rtl text label support ([#1433](https://github.com/elastic/elastic-charts/issues/1433)) ([01bbe3a](https://github.com/elastic/elastic-charts/commit/01bbe3a9109c8dddf71c259bfeafa67325920e84))
|
|
373
|
-
|
|
374
|
-
# [39.0.0](https://github.com/elastic/elastic-charts/compare/v38.1.5...v39.0.0) (2021-11-09)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
* **deps:** update dependency @elastic/eui to v41 ([#1468](https://github.com/elastic/elastic-charts/issues/1468)) ([0c38291](https://github.com/elastic/elastic-charts/commit/0c38291f140218cbc993228ef821e8657c9bcf0c))
|
|
380
|
-
* **heatmap:** snap time bucket to calendar/fixed intervals ([#1462](https://github.com/elastic/elastic-charts/issues/1462)) ([b76c12c](https://github.com/elastic/elastic-charts/commit/b76c12c0a499acbb52c6333134d3ed2966b1b111))
|
|
381
|
-
* **xy:** handle zero-length time domains and switch to 24hr time ([#1464](https://github.com/elastic/elastic-charts/issues/1464)) ([379c2d6](https://github.com/elastic/elastic-charts/commit/379c2d6996f40df011201235f2ca3b28dae6f7a8))
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### BREAKING CHANGES
|
|
385
|
-
|
|
386
|
-
* **heatmap:** The `xScaleType` is replaced by the prop `xScale`, which better describes a rasterized time scale with an Elasticsearch compliant interval.
|
|
387
|
-
|
|
388
|
-
## [38.1.5](https://github.com/elastic/elastic-charts/compare/v38.1.4...v38.1.5) (2021-11-05)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
* **legend:** legend breaking on words ([#1458](https://github.com/elastic/elastic-charts/issues/1458)) ([c42be98](https://github.com/elastic/elastic-charts/commit/c42be981b1b6a243dcfa5df9d978fb053e1aa5ed))
|
|
394
|
-
|
|
395
|
-
## [38.1.4](https://github.com/elastic/elastic-charts/compare/v38.1.3...v38.1.4) (2021-11-03)
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
### Bug Fixes
|
|
399
|
-
|
|
400
|
-
* **interactions:** line cursor above the chart, band cursor below ([#1453](https://github.com/elastic/elastic-charts/issues/1453)) ([d8d7ee0](https://github.com/elastic/elastic-charts/commit/d8d7ee0d204948e07235e7a949e9d33ea27c72ac))
|
|
401
|
-
* **theme:** merge partial with empty initial partial ([#1452](https://github.com/elastic/elastic-charts/issues/1452)) ([d1e690a](https://github.com/elastic/elastic-charts/commit/d1e690af35161eb660d41da34092b64179c238d8))
|
|
402
|
-
|
|
403
|
-
## [38.1.3](https://github.com/elastic/elastic-charts/compare/v38.1.2...v38.1.3) (2021-11-01)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### Bug Fixes
|
|
407
|
-
|
|
408
|
-
* **deps:** update dependency @elastic/eui to ^40.1.0 ([#1449](https://github.com/elastic/elastic-charts/issues/1449)) ([33a24fb](https://github.com/elastic/elastic-charts/commit/33a24fb87144c025d67bf6e3cc06215f1d326d06))
|
|
409
|
-
* **xy:** adding missing last tick and rarify gridlines ([#1448](https://github.com/elastic/elastic-charts/issues/1448)) ([002e4b8](https://github.com/elastic/elastic-charts/commit/002e4b809d0e224d04709ed8886f09f09137160a))
|
|
410
|
-
|
|
411
|
-
## [38.1.2](https://github.com/elastic/elastic-charts/compare/v38.1.1...v38.1.2) (2021-10-29)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Bug Fixes
|
|
415
|
-
|
|
416
|
-
* **xy:** multilayer time axis tick/grid only when tick is inside domain ([#1446](https://github.com/elastic/elastic-charts/issues/1446)) ([1d06a1e](https://github.com/elastic/elastic-charts/commit/1d06a1e673255647a88a32c4d79fa71e113a6eba))
|
|
417
|
-
* **xy:** show mouse cursors on charts with opaque background ([#1447](https://github.com/elastic/elastic-charts/issues/1447)) ([e0f1543](https://github.com/elastic/elastic-charts/commit/e0f15438c8bc696ffee1b9054cbc45fd4200b8bd))
|
|
418
|
-
|
|
419
|
-
## [38.1.1](https://github.com/elastic/elastic-charts/compare/v38.1.0...v38.1.1) (2021-10-28)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
* **xy:** multilayer time axis tick/grid line placement and styling ([#1445](https://github.com/elastic/elastic-charts/issues/1445)) ([1ce4223](https://github.com/elastic/elastic-charts/commit/1ce4223f02b1723bbfa1b6132609b12590d52f59))
|
|
425
|
-
|
|
426
|
-
# [38.1.0](https://github.com/elastic/elastic-charts/compare/v38.0.1...v38.1.0) (2021-10-26)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
### Bug Fixes
|
|
430
|
-
|
|
431
|
-
* **partition:** add get cursor pointer over slices ([#1428](https://github.com/elastic/elastic-charts/issues/1428)) ([af776ae](https://github.com/elastic/elastic-charts/commit/af776ae40f1e94b72789d3a0cac670f1855d49a0))
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Features
|
|
435
|
-
|
|
436
|
-
* **xy:** multilayer time axis ([#1430](https://github.com/elastic/elastic-charts/issues/1430)) ([3d25854](https://github.com/elastic/elastic-charts/commit/3d258549cebb598db2d839197af32d7a0fa6fe92))
|
|
437
|
-
|
|
438
|
-
## [38.0.1](https://github.com/elastic/elastic-charts/compare/v38.0.0...v38.0.1) (2021-10-15)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
* **legend:** floating legend scroll issue ([#1427](https://github.com/elastic/elastic-charts/issues/1427)) ([56ecbe2](https://github.com/elastic/elastic-charts/commit/56ecbe2f34304dfff9cb4427e91cb62eef063df5))
|
|
444
|
-
|
|
445
|
-
# [38.0.0](https://github.com/elastic/elastic-charts/compare/v37.0.0...v38.0.0) (2021-10-15)
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
### Bug Fixes
|
|
449
|
-
|
|
450
|
-
* **deps:** update dependency @elastic/eui to v39 ([#1422](https://github.com/elastic/elastic-charts/issues/1422)) ([2ee97aa](https://github.com/elastic/elastic-charts/commit/2ee97aa14d2893f2a215a524882d2bf0a86ddc47))
|
|
451
|
-
* **goal:** reduce whitespace for circular charts ([#1413](https://github.com/elastic/elastic-charts/issues/1413)) ([6517523](https://github.com/elastic/elastic-charts/commit/6517523fe05e43f00827ba3928d404c7006ac6d5))
|
|
452
|
-
* **interactions:** change allowBrushingLastHistogramBin to true ([#1396](https://github.com/elastic/elastic-charts/issues/1396)) ([9fa9783](https://github.com/elastic/elastic-charts/commit/9fa9783b4212d43141762936ac647218f3426119))
|
|
453
|
-
* **xy:** remove wrongly represented null/missing values in tooltip ([#1415](https://github.com/elastic/elastic-charts/issues/1415)) ([e5963a3](https://github.com/elastic/elastic-charts/commit/e5963a376ad1726a79d632391eef43c2a7a26adb)), closes [#1414](https://github.com/elastic/elastic-charts/issues/1414)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
### Code Refactoring
|
|
457
|
-
|
|
458
|
-
* scales ([#1410](https://github.com/elastic/elastic-charts/issues/1410)) ([a53a2ba](https://github.com/elastic/elastic-charts/commit/a53a2ba4f4f8c881e7c4e4d85ac4eedfde02ccda))
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
### Features
|
|
462
|
-
|
|
463
|
-
* **scales:** add `LinearBinary` scale type ([#1389](https://github.com/elastic/elastic-charts/issues/1389)) ([9f2e427](https://github.com/elastic/elastic-charts/commit/9f2e42778ecb224293851739f390a03e76025eae))
|
|
464
|
-
* **xy:** adaptive tick raster ([#1420](https://github.com/elastic/elastic-charts/issues/1420)) ([200577b](https://github.com/elastic/elastic-charts/commit/200577b689ebfeb835401f6f5506f6b833e1268e))
|
|
465
|
-
* **xy:** apply the data value formatter to data values over bars ([#1419](https://github.com/elastic/elastic-charts/issues/1419)) ([e673fc7](https://github.com/elastic/elastic-charts/commit/e673fc776f494b45a35f6a4a18488d32e74050f3))
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### BREAKING CHANGES
|
|
469
|
-
|
|
470
|
-
* **interactions:** allowBrushingLastHistogramBucket renamed to allowBrushingLastHistogramBin on the Settings component defaults true and is only applied for histogram type charts
|
|
471
|
-
* LogScaleOptions.logBase` is now a `number` instead of the object enum `LogBase`. Some edge case data or configuration _might_, with a deemed low likelihood, lead to a situation where the earlier version would have silently not rendered a bar, line or point, while the new code doesn't `catch`, therefore throw an exception (see the last item). General risk of regressions due to the quantity of code changes (altogether 3.5k)
|
|
472
|
-
|
|
473
|
-
# [37.0.0](https://github.com/elastic/elastic-charts/compare/v36.0.0...v37.0.0) (2021-10-05)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Bug Fixes
|
|
477
|
-
|
|
478
|
-
* **debug:** add predictable axis labels sorting order ([#1418](https://github.com/elastic/elastic-charts/issues/1418)) ([60fbe7a](https://github.com/elastic/elastic-charts/commit/60fbe7aca9be73d34ce617aa990b717989cdeef4))
|
|
479
|
-
* **deps:** update dependency @elastic/eui to ^38.1.0 ([#1409](https://github.com/elastic/elastic-charts/issues/1409)) ([4ffd018](https://github.com/elastic/elastic-charts/commit/4ffd018e9a0afc0d2813d722be6c37d98dd7d378))
|
|
480
|
-
* **deps:** update dependency @elastic/eui to ^38.2.0 ([#1416](https://github.com/elastic/elastic-charts/issues/1416)) ([34707c3](https://github.com/elastic/elastic-charts/commit/34707c365b08ac383ab2d954cf94a5476db78bf4))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
### Code Refactoring
|
|
484
|
-
|
|
485
|
-
* cleanup colors ([#1397](https://github.com/elastic/elastic-charts/issues/1397)) ([348c061](https://github.com/elastic/elastic-charts/commit/348c061e5aeacdd7990bae58a67af4532062729a))
|
|
486
|
-
* scale improvements and TS 4.4 ([#1383](https://github.com/elastic/elastic-charts/issues/1383)) ([0003bc1](https://github.com/elastic/elastic-charts/commit/0003bc193499481d9c7d9a7696c2ac8e89f6a91d))
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### BREAKING CHANGES
|
|
490
|
-
|
|
491
|
-
* `DEFAULT_CHART_MARGINS`, `DEFAULT_GEOMETRY_STYLES`, `DEFAULT_CHART_PADDING` and `DEFAULT_MISSING_COLOR` are no longer exposed as part of the API
|
|
492
|
-
* The public type varieties for domains are discontinued, in favor of retaining the single `DomainRange` export, which now has a mandatory `{min: number, max: number}`. The developer can supply `NaN` where a finite min, max or both aren't defined (ie. in place of former effective `undefined`). In addition, some console.warn punctuations changed
|
|
493
|
-
|
|
494
|
-
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
|
|
495
|
-
Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
|
|
496
|
-
|
|
497
|
-
# [36.0.0](https://github.com/elastic/elastic-charts/compare/v35.0.0...v36.0.0) (2021-09-15)
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
### Features
|
|
501
|
-
|
|
502
|
-
* **heatmap:** move onBrushEnd from config to Settings ([#1369](https://github.com/elastic/elastic-charts/issues/1369)) ([409a0c4](https://github.com/elastic/elastic-charts/commit/409a0c417f1d0636c291423637b31dbe35417fbe))
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
### BREAKING CHANGES
|
|
506
|
-
|
|
507
|
-
* **heatmap:** remove onBrushEnd from heatmap config and merge onBrushEnd in Settings with cartesian onBrushEnd
|
|
508
|
-
|
|
509
|
-
# [35.0.0](https://github.com/elastic/elastic-charts/compare/v34.2.1...v35.0.0) (2021-09-13)
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
* **a11y:** restore focus after popover close with color picker ([#1272](https://github.com/elastic/elastic-charts/issues/1272)) ([0c6f945](https://github.com/elastic/elastic-charts/commit/0c6f9457e6c3ca028353111396c5da4908b20b54)), closes [#1266](https://github.com/elastic/elastic-charts/issues/1266) [#935](https://github.com/elastic/elastic-charts/issues/935)
|
|
515
|
-
* **build:** fix license in package.json ([#1362](https://github.com/elastic/elastic-charts/issues/1362)) ([d524fdf](https://github.com/elastic/elastic-charts/commit/d524fdf74735b039b2b85f4b10f384bf2fa2ff12))
|
|
516
|
-
* **deps:** update dependency @elastic/eui to ^37.5.0 ([#1341](https://github.com/elastic/elastic-charts/issues/1341)) ([fb05c98](https://github.com/elastic/elastic-charts/commit/fb05c988edbb8a98569d53e8d914fa96c475e82b))
|
|
517
|
-
* **deps:** update dependency @elastic/eui to ^37.6.1 ([#1359](https://github.com/elastic/elastic-charts/issues/1359)) ([2ae90ce](https://github.com/elastic/elastic-charts/commit/2ae90ceb4231ec8759c95871aa54d4993f155dff))
|
|
518
|
-
* **deps:** update dependency @elastic/eui to ^37.7.0 ([#1373](https://github.com/elastic/elastic-charts/issues/1373)) ([553b6b0](https://github.com/elastic/elastic-charts/commit/553b6b0a884e016ca435ea0fa5707c55323a6ec1))
|
|
519
|
-
* **heatmap:** filter out tooltip picked shapes in x-axis area ([#1351](https://github.com/elastic/elastic-charts/issues/1351)) ([174047d](https://github.com/elastic/elastic-charts/commit/174047d3cb26dba615397013735bff3d33185789)), closes [#1215](https://github.com/elastic/elastic-charts/issues/1215)
|
|
520
|
-
* **heatmap:** remove values when brushing only over axes ([#1364](https://github.com/elastic/elastic-charts/issues/1364)) ([77ff8d3](https://github.com/elastic/elastic-charts/commit/77ff8d356c6ab2e71f3aea05ea3eca0e61accef2))
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
* **annotations:** add onClickHandler for annotations ([#1293](https://github.com/elastic/elastic-charts/issues/1293)) ([48198be](https://github.com/elastic/elastic-charts/commit/48198be800f7a2d5d8ac3503e27a5e6065bf87bc)), closes [#1211](https://github.com/elastic/elastic-charts/issues/1211)
|
|
526
|
-
* **heatmap:** add text color contrast to heatmap cells ([#1342](https://github.com/elastic/elastic-charts/issues/1342)) ([f9a26ef](https://github.com/elastic/elastic-charts/commit/f9a26efc5e4a341d9fca8f0c174e93337153bff4)), closes [#1296](https://github.com/elastic/elastic-charts/issues/1296)
|
|
527
|
-
* **heatmap:** reduce font size to fit label within cells ([#1352](https://github.com/elastic/elastic-charts/issues/1352)) ([16b5546](https://github.com/elastic/elastic-charts/commit/16b5546e4954169f24bcac67b7c7bc9cf30c5ed0))
|
|
528
|
-
* **xy:** mutilayer time axis step 1 ([#1326](https://github.com/elastic/elastic-charts/issues/1326)) ([867b1f5](https://github.com/elastic/elastic-charts/commit/867b1f56116c2a13f5c669ad770301e69925a4ad))
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
### BREAKING CHANGES
|
|
532
|
-
|
|
533
|
-
* **xy:** - feat: removes the axis deduplication feature
|
|
534
|
-
- fix: `showDuplicatedTicks` causes a duplication check on the actual axis tick label (possibly yielded by `Axis.tickLabel` rather than the more general `tickFormat`)
|
|
535
|
-
* **heatmap:** the `config.label.fontSize` prop is replaced by `config.label.minFontSize` and `config.label.maxFontSize`. You can specify the same value for both properties to have a fixed font size. The `config.label.align` and `config.label.baseline` props are removed from the `HeatmapConfig` object.
|
|
536
|
-
|
|
537
|
-
## [34.2.1](https://github.com/elastic/elastic-charts/compare/v34.2.0...v34.2.1) (2021-08-25)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
### Bug Fixes
|
|
541
|
-
|
|
542
|
-
* **partition:** small multiples panel title color ([#1329](https://github.com/elastic/elastic-charts/issues/1329)) ([8762d5e](https://github.com/elastic/elastic-charts/commit/8762d5e31d3e7843795b6d1427d10afe0aab4ed8)), closes [#1327](https://github.com/elastic/elastic-charts/issues/1327)
|
|
543
|
-
|
|
544
|
-
# [34.2.0](https://github.com/elastic/elastic-charts/compare/v34.1.1...v34.2.0) (2021-08-23)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### Bug Fixes
|
|
548
|
-
|
|
549
|
-
* **heatmap:** limit brush tool ([#1270](https://github.com/elastic/elastic-charts/issues/1270)) ([509cf42](https://github.com/elastic/elastic-charts/commit/509cf4209bfd359c2897e381980ff5e05b09ec27)), closes [#1216](https://github.com/elastic/elastic-charts/issues/1216)
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
### Features
|
|
553
|
-
|
|
554
|
-
* **goal:** dark mode with theme controls ([#1299](https://github.com/elastic/elastic-charts/issues/1299)) ([3a583e5](https://github.com/elastic/elastic-charts/commit/3a583e55a607c810a0764e841a632b42c5447b6a))
|
|
555
|
-
|
|
556
|
-
## [34.1.1](https://github.com/elastic/elastic-charts/compare/v34.1.0...v34.1.1) (2021-08-20)
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
### Bug Fixes
|
|
560
|
-
|
|
561
|
-
* **heatmap:** reuse the valueFormatter in legend ([#1318](https://github.com/elastic/elastic-charts/issues/1318)) ([e6a75d7](https://github.com/elastic/elastic-charts/commit/e6a75d759ea72b2d3b18f977d0e7bc5ff7e75177))
|
|
562
|
-
|
|
563
|
-
# [34.1.0](https://github.com/elastic/elastic-charts/compare/v34.0.0...v34.1.0) (2021-08-19)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
### Bug Fixes
|
|
567
|
-
|
|
568
|
-
* **goal:** tooltip actual color ([#1302](https://github.com/elastic/elastic-charts/issues/1302)) ([dbe9d36](https://github.com/elastic/elastic-charts/commit/dbe9d36db891be44ff14deb35a02dbebc3926a48))
|
|
569
|
-
* **heatmap:** improve legend item ([#1317](https://github.com/elastic/elastic-charts/issues/1317)) ([49c35ce](https://github.com/elastic/elastic-charts/commit/49c35ce2f62c3ea861c184fc1b68693ab739eaad))
|
|
570
|
-
* **legend:** no truncation with single value ([#1316](https://github.com/elastic/elastic-charts/issues/1316)) ([7ec8a9f](https://github.com/elastic/elastic-charts/commit/7ec8a9fa60d4ccdbfe941b16168d29443c4b034a))
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
### Features
|
|
574
|
-
|
|
575
|
-
* **goal:** optional target tick ([#1301](https://github.com/elastic/elastic-charts/issues/1301)) ([88adf22](https://github.com/elastic/elastic-charts/commit/88adf22c5a9e6a6c0917e57e4c9b464a097491ab))
|
|
576
|
-
|
|
577
|
-
# [34.0.0](https://github.com/elastic/elastic-charts/compare/v33.2.4...v34.0.0) (2021-08-16)
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
### Code Refactoring
|
|
581
|
-
|
|
582
|
-
* **cartesian:** cartesian rendering iteration ([#1286](https://github.com/elastic/elastic-charts/issues/1286)) ([b2ae4f7](https://github.com/elastic/elastic-charts/commit/b2ae4f792e2e3aecbb240880634eee175dead1f3)), closes [#1202](https://github.com/elastic/elastic-charts/issues/1202)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
### BREAKING CHANGES
|
|
586
|
-
|
|
587
|
-
* **cartesian:** - `TextStyle.fontStyle` is no longer a `string`, it's the more specific `FontStyle`
|
|
588
|
-
- For symmetry, `fontStyle` in word cloud is also switching from `string` to `FontStyle`
|
|
589
|
-
- Certain text configurations included both `fill` and `textColor` for the text color; `fill` got removed, because `textColor` is part of the public `Font` type, and because `textColor` has clearer meaning than `fill`. Yet, some of the code used the `fill` property and/or made the `fill` property also mandatory. So, userland code needs to remove some `fill` property, and might need to ensure that the correct value is going into `textColor`
|
|
590
|
-
- `getRadians` got unpublished
|
|
591
|
-
- No attempt to draw a rect border if there's not enough width/height for at least the specified border width (ie. width/height being at least twice the border width)
|
|
592
|
-
|
|
593
|
-
## [33.2.4](https://github.com/elastic/elastic-charts/compare/v33.2.3...v33.2.4) (2021-08-16)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* add LICENSE file into the published package ([#1305](https://github.com/elastic/elastic-charts/issues/1305)) ([54520f0](https://github.com/elastic/elastic-charts/commit/54520f044bc00e27f9c9975dedd8ede28fcf3336))
|
|
599
|
-
|
|
600
|
-
## [33.2.3](https://github.com/elastic/elastic-charts/compare/v33.2.2...v33.2.3) (2021-08-16)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
### Bug Fixes
|
|
604
|
-
|
|
605
|
-
* **heatmap:** compute nice legend items from color scale ([#1273](https://github.com/elastic/elastic-charts/issues/1273)) ([0d392ae](https://github.com/elastic/elastic-charts/commit/0d392ae9ff7f09303b3643bbca7a24ccde39f84a)), closes [#1166](https://github.com/elastic/elastic-charts/issues/1166) [#1191](https://github.com/elastic/elastic-charts/issues/1191) [#1192](https://github.com/elastic/elastic-charts/issues/1192)
|
|
606
|
-
|
|
607
|
-
## [33.2.2](https://github.com/elastic/elastic-charts/compare/v33.2.1...v33.2.2) (2021-08-10)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
* polarity value filtering on non-log scales ([#1292](https://github.com/elastic/elastic-charts/issues/1292)) ([e75ad0b](https://github.com/elastic/elastic-charts/commit/e75ad0b7101b19ce23123f80f968948ba840473f))
|
|
613
|
-
|
|
614
|
-
## [33.2.1](https://github.com/elastic/elastic-charts/compare/v33.2.0...v33.2.1) (2021-08-09)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Bug Fixes
|
|
618
|
-
|
|
619
|
-
* **bar:** filter zero-height bars from rendering ([#1281](https://github.com/elastic/elastic-charts/issues/1281)) ([e324521](https://github.com/elastic/elastic-charts/commit/e3245213db59c678ecf1197dc66a5b53b264973b)), closes [#1279](https://github.com/elastic/elastic-charts/issues/1279)
|
|
620
|
-
|
|
621
|
-
# [33.2.0](https://github.com/elastic/elastic-charts/compare/v33.1.0...v33.2.0) (2021-08-06)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
### Bug Fixes
|
|
625
|
-
|
|
626
|
-
* heatmap snap domain to interval ([#1253](https://github.com/elastic/elastic-charts/issues/1253)) ([b439182](https://github.com/elastic/elastic-charts/commit/b4391821045c95ff2cb2ef6a33b925034eeba98d)), closes [#1165](https://github.com/elastic/elastic-charts/issues/1165)
|
|
627
|
-
* hex colors to allow alpha channel ([#1274](https://github.com/elastic/elastic-charts/issues/1274)) ([03b4f42](https://github.com/elastic/elastic-charts/commit/03b4f425781faa6df83c82f48e9635d418958ef4))
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
### Features
|
|
631
|
-
|
|
632
|
-
* **bullet:** the tooltip shows up around the drawn part of the chart only ([#1278](https://github.com/elastic/elastic-charts/issues/1278)) ([a96cbb4](https://github.com/elastic/elastic-charts/commit/a96cbb44feefc5e7ccfa249b8aecdfab81249fdd))
|
|
633
|
-
* **legend:** multiline labels with maxLines option ([#1285](https://github.com/elastic/elastic-charts/issues/1285)) ([e0eb096](https://github.com/elastic/elastic-charts/commit/e0eb096aa41fb8ba24b4e397b7fe0a0ecbd2cfcd))
|
|
634
|
-
|
|
635
|
-
# [33.1.0](https://github.com/elastic/elastic-charts/compare/v33.0.2...v33.1.0) (2021-07-28)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
### Bug Fixes
|
|
639
|
-
|
|
640
|
-
* persisted color via color picker ([#1265](https://github.com/elastic/elastic-charts/issues/1265)) ([4205a7f](https://github.com/elastic/elastic-charts/commit/4205a7fc85ecb2fc36a65a64f8b8c667637586aa))
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
### Features
|
|
644
|
-
|
|
645
|
-
* **legend:** add point shape styles to legend item ([#1227](https://github.com/elastic/elastic-charts/issues/1227)) ([46be1d1](https://github.com/elastic/elastic-charts/commit/46be1d153dcf8369caff8a2092a1e38966139afb))
|
|
646
|
-
* **partition:** waffle chart ([#1255](https://github.com/elastic/elastic-charts/issues/1255)) ([156662a](https://github.com/elastic/elastic-charts/commit/156662a3ffa60d08c2ea94a8aa3778c13b533530))
|
|
647
|
-
|
|
648
|
-
## [33.0.2](https://github.com/elastic/elastic-charts/compare/v33.0.1...v33.0.2) (2021-07-20)
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
### Bug Fixes
|
|
652
|
-
|
|
653
|
-
* **xy:** interaction in linear/log x scales ([#1258](https://github.com/elastic/elastic-charts/issues/1258)) ([db94db2](https://github.com/elastic/elastic-charts/commit/db94db25e0e4fb977ef812a4547d8bc121c9db29))
|
|
654
|
-
|
|
655
|
-
## [33.0.1](https://github.com/elastic/elastic-charts/compare/v33.0.0...v33.0.1) (2021-07-16)
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Bug Fixes
|
|
659
|
-
|
|
660
|
-
* **a11y:** goal chart bugs ([#1256](https://github.com/elastic/elastic-charts/issues/1256)) ([5ff47dd](https://github.com/elastic/elastic-charts/commit/5ff47dd016725822e2a46dbd01a2849907d11bf3))
|
|
661
|
-
* slackbot package name ([#1254](https://github.com/elastic/elastic-charts/issues/1254)) ([7999020](https://github.com/elastic/elastic-charts/commit/7999020c762d397c5bd5198be6ffb99559adb8c7))
|
|
662
|
-
|
|
663
|
-
# [33.0.0](https://github.com/elastic/elastic-charts/compare/v32.0.0...v33.0.0) (2021-07-14)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Features
|
|
667
|
-
|
|
668
|
-
* **xy:** add null bars to geometry indexing ([#1226](https://github.com/elastic/elastic-charts/issues/1226)) ([20b81a9](https://github.com/elastic/elastic-charts/commit/20b81a9228d49d4516930671169e9503aaad8d1d)), closes [#950](https://github.com/elastic/elastic-charts/issues/950)
|
|
669
|
-
* **xy:** hide labels that protrude the bar geometry ([#1233](https://github.com/elastic/elastic-charts/issues/1233)) ([be1fb3d](https://github.com/elastic/elastic-charts/commit/be1fb3de28b62731b0d972b922e469ebc8c8b36f)), closes [#1234](https://github.com/elastic/elastic-charts/issues/1234)
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
### BREAKING CHANGES
|
|
673
|
-
|
|
674
|
-
* **xy:** an API change is introduced: `hideClippedValue` is removed in favor of `overflowConstraints?: Array<LabelOverflowConstraint>;`. The array can contain one or multiple overflow constraints enumerated as `LabelOverflowConstraint`
|
|
675
|
-
|
|
676
|
-
# [32.0.0](https://github.com/elastic/elastic-charts/compare/v31.1.0...v32.0.0) (2021-07-12)
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
### chore
|
|
680
|
-
|
|
681
|
-
* **license:** elastic license 2.0 ([#1242](https://github.com/elastic/elastic-charts/issues/1242)) ([67fa0a3](https://github.com/elastic/elastic-charts/commit/67fa0a3b0d9e90db4057431099111ae0e8a21de3)), closes [#1213](https://github.com/elastic/elastic-charts/issues/1213)
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
### Features
|
|
685
|
-
|
|
686
|
-
* **a11y:** allow user to add optional semantic meaning to goal/gauge charts ([#1218](https://github.com/elastic/elastic-charts/issues/1218)) ([87629e2](https://github.com/elastic/elastic-charts/commit/87629e23e7cc8aef125a8b6d2b87092085abe2bd)), closes [#1161](https://github.com/elastic/elastic-charts/issues/1161)
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
### BREAKING CHANGES
|
|
690
|
-
|
|
691
|
-
* **license:** the library is released now under Elastic License 2.0 and SSPL
|
|
692
|
-
|
|
693
|
-
# [31.1.0](https://github.com/elastic/elastic-charts/compare/v31.0.0...v31.1.0) (2021-07-06)
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
### Bug Fixes
|
|
697
|
-
|
|
698
|
-
* **heatmap:** pick correct brush end value ([#1230](https://github.com/elastic/elastic-charts/issues/1230)) ([57678fe](https://github.com/elastic/elastic-charts/commit/57678fee789e3c19229f279fc0c3246a50b5c56f)), closes [#1229](https://github.com/elastic/elastic-charts/issues/1229)
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
### Features
|
|
702
|
-
|
|
703
|
-
* **a11y:** accessible goal and gauge chart ([#1174](https://github.com/elastic/elastic-charts/issues/1174)) ([ffa8822](https://github.com/elastic/elastic-charts/commit/ffa88226c4d0c9107df3f324ff99628322a7d1eb)), closes [#1160](https://github.com/elastic/elastic-charts/issues/1160)
|
|
704
|
-
|
|
705
|
-
# [31.0.0](https://github.com/elastic/elastic-charts/compare/v30.2.0...v31.0.0) (2021-06-29)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
* **xy:** render gridlines behind axis ([#1204](https://github.com/elastic/elastic-charts/issues/1204)) ([38ebe2d](https://github.com/elastic/elastic-charts/commit/38ebe2d502cb1449a771f803a90db1811093fe64)), closes [#1203](https://github.com/elastic/elastic-charts/issues/1203)
|
|
711
|
-
* memory leak related to re-reselect cache ([#1201](https://github.com/elastic/elastic-charts/issues/1201)) ([02025cf](https://github.com/elastic/elastic-charts/commit/02025cf000948bf5e183f12e6cded7abc9e8d547))
|
|
712
|
-
* **partition:** getLegendItemsExtra no longer assumes a singleton ([#1199](https://github.com/elastic/elastic-charts/issues/1199)) ([100145b](https://github.com/elastic/elastic-charts/commit/100145b227b122bc082b6038ca23f8d166ec0363))
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Features
|
|
716
|
-
|
|
717
|
-
* **annotations:** option to render rect annotations outside chart ([#1207](https://github.com/elastic/elastic-charts/issues/1207)) ([4eda382](https://github.com/elastic/elastic-charts/commit/4eda382d2f99902ad129fd42febfe6a3c8419cf8))
|
|
718
|
-
* **heatmap:** enable brushing on categorical charts ([#1212](https://github.com/elastic/elastic-charts/issues/1212)) ([10c3493](https://github.com/elastic/elastic-charts/commit/10c3493a29e1e5f6778fd9d4c7acee00d979e81c)), closes [#1170](https://github.com/elastic/elastic-charts/issues/1170) [#1171](https://github.com/elastic/elastic-charts/issues/1171)
|
|
719
|
-
* **xy:** add onPointerUpdate debounce and trigger options ([#1194](https://github.com/elastic/elastic-charts/issues/1194)) ([a9a9b25](https://github.com/elastic/elastic-charts/commit/a9a9b2517cdd9787077d7fa49029d815c1b845f2))
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
### BREAKING CHANGES
|
|
723
|
-
|
|
724
|
-
* **xy:** the `PointerOverEvent` type now extends `ProjectedValues` and drops value. This effectively replaces value with `x`, `y`, `smVerticalValue` and `smHorizontalValue`.
|
|
725
|
-
|
|
726
|
-
# [30.2.0](https://github.com/elastic/elastic-charts/compare/v30.1.0...v30.2.0) (2021-06-10)
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
### Features
|
|
730
|
-
|
|
731
|
-
* **a11y:** add data table for screen readers (sunburst, treemap, icicle, flame) ([#1155](https://github.com/elastic/elastic-charts/issues/1155)) ([87fd75f](https://github.com/elastic/elastic-charts/commit/87fd75facf96845629307ef3d2f5d67a4f9029d1)), closes [#1154](https://github.com/elastic/elastic-charts/issues/1154)
|
|
732
|
-
|
|
733
|
-
# [30.1.0](https://github.com/elastic/elastic-charts/compare/v30.0.0...v30.1.0) (2021-06-08)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Features
|
|
737
|
-
|
|
738
|
-
* **a11y:** add textures to fill options ([#1138](https://github.com/elastic/elastic-charts/issues/1138)) ([fd0479f](https://github.com/elastic/elastic-charts/commit/fd0479fa5d0e84d842fa40d77db815325d39fa31))
|
|
739
|
-
|
|
740
|
-
# [30.0.0](https://github.com/elastic/elastic-charts/compare/v29.2.0...v30.0.0) (2021-06-04)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Bug Fixes
|
|
744
|
-
|
|
745
|
-
* **domain:** custom domain should not filter data ([#1181](https://github.com/elastic/elastic-charts/issues/1181)) ([76e8dca](https://github.com/elastic/elastic-charts/commit/76e8dcafd11452359ff54c8e05eeafa45c380c6a)), closes [#1129](https://github.com/elastic/elastic-charts/issues/1129)
|
|
746
|
-
* **value_labels:** zero as a valid value for textBorder and borderWidth ([#1182](https://github.com/elastic/elastic-charts/issues/1182)) ([a64f333](https://github.com/elastic/elastic-charts/commit/a64f33321d80ea70d3010da50e6c8f9f9bf23620))
|
|
747
|
-
* annotation tooltip display when remounting specs ([#1167](https://github.com/elastic/elastic-charts/issues/1167)) ([8408600](https://github.com/elastic/elastic-charts/commit/840860019a78896dbde91372b2445da9b6e8403e))
|
|
748
|
-
* render nodeLabel formatted text into the nodes ([#1173](https://github.com/elastic/elastic-charts/issues/1173)) ([b44bdff](https://github.com/elastic/elastic-charts/commit/b44bdff9049802968d095d440a874daa904d6f1e))
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
### Features
|
|
752
|
-
|
|
753
|
-
* **axis:** allow pixel domain padding for y axes ([#1145](https://github.com/elastic/elastic-charts/issues/1145)) ([7c1fa8e](https://github.com/elastic/elastic-charts/commit/7c1fa8e817c997eaa0c232db3b15ce92baf35a59))
|
|
754
|
-
* apply value formatter to the default legend item label ([#1190](https://github.com/elastic/elastic-charts/issues/1190)) ([71474a5](https://github.com/elastic/elastic-charts/commit/71474a5b7a12d522196ea71d866a572caa2fbf1f))
|
|
755
|
-
* **tooltip:** stickTo vertical middle of the cursor ([#1163](https://github.com/elastic/elastic-charts/issues/1163)) ([380363b](https://github.com/elastic/elastic-charts/commit/380363bfb8fc02a3eb22d5832edddba76438314d)), closes [#1108](https://github.com/elastic/elastic-charts/issues/1108)
|
|
756
|
-
* **wordcloud:** click and over events on text ([#1180](https://github.com/elastic/elastic-charts/issues/1180)) ([196fb6a](https://github.com/elastic/elastic-charts/commit/196fb6a644333ff16ccf1729b1aaa7d0a92fe21d)), closes [#1156](https://github.com/elastic/elastic-charts/issues/1156)
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
### BREAKING CHANGES
|
|
760
|
-
|
|
761
|
-
* **value_labels:** the `textBorder` of `ValueFillDefinition` is now optional or a number only
|
|
762
|
-
* **axis:** `domain.padding` now only takes a `number` value. If you are using a percent-based padding such as `'10%'` please set `domain.padding` to `0.1` and `domain.paddingUnit` to `DomainPaddingUnit.DomainRatio`.
|
|
763
|
-
* **axis:** `yScaleToDataExtent` is removed in favor of `domain.fit`. The functionality is the
|
|
764
|
-
same.
|
|
765
|
-
|
|
766
|
-
# [29.2.0](https://github.com/elastic/elastic-charts/compare/v29.1.0...v29.2.0) (2021-05-25)
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
### Bug Fixes
|
|
770
|
-
|
|
771
|
-
* **legend:** disable handleLabelClick for one legend item ([#1134](https://github.com/elastic/elastic-charts/issues/1134)) ([a7242af](https://github.com/elastic/elastic-charts/commit/a7242af3fe22db0b5cd4d8776e150972a665f242)), closes [#1055](https://github.com/elastic/elastic-charts/issues/1055)
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
### Features
|
|
775
|
-
|
|
776
|
-
* **a11y:** add alt text for all chart types ([#1118](https://github.com/elastic/elastic-charts/issues/1118)) ([9e42229](https://github.com/elastic/elastic-charts/commit/9e42229b9fba27ca4396d76f45f4bf5785e445b0)), closes [#1107](https://github.com/elastic/elastic-charts/issues/1107)
|
|
777
|
-
* **legend:** specify number of columns on floating legend ([#1159](https://github.com/elastic/elastic-charts/issues/1159)) ([c2e4652](https://github.com/elastic/elastic-charts/commit/c2e465224d3e56790f6c9d3c5e0f4083051c38e1)), closes [#1158](https://github.com/elastic/elastic-charts/issues/1158)
|
|
778
|
-
* simple screenspace constraint solver ([#1141](https://github.com/elastic/elastic-charts/issues/1141)) ([eb11480](https://github.com/elastic/elastic-charts/commit/eb11480e2c8a1651c6449decc46b3cdf7311f68f))
|
|
779
|
-
|
|
780
|
-
# [29.1.0](https://github.com/elastic/elastic-charts/compare/v29.0.0...v29.1.0) (2021-04-23)
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
### Bug Fixes
|
|
784
|
-
|
|
785
|
-
* **interaction:** remove unnecessary elements ([#1131](https://github.com/elastic/elastic-charts/issues/1131)) ([411042f](https://github.com/elastic/elastic-charts/commit/411042fdbc8252a217f2e655fc12c0723c39cad1)), closes [#1074](https://github.com/elastic/elastic-charts/issues/1074)
|
|
786
|
-
* **partition:** fix safari highlight bug on single slice ([#1132](https://github.com/elastic/elastic-charts/issues/1132)) ([4a04063](https://github.com/elastic/elastic-charts/commit/4a04063d68a3db27990eb460c00d7007aad4f169)), closes [#1085](https://github.com/elastic/elastic-charts/issues/1085)
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
### Features
|
|
790
|
-
|
|
791
|
-
* **tooltip:** add stickTo option ([#1122](https://github.com/elastic/elastic-charts/issues/1122)) ([12417e2](https://github.com/elastic/elastic-charts/commit/12417e2c03588202da0567cd0056393f00d990e6)), closes [#921](https://github.com/elastic/elastic-charts/issues/921)
|
|
792
|
-
|
|
793
|
-
# [29.0.0](https://github.com/elastic/elastic-charts/compare/v28.2.0...v29.0.0) (2021-04-22)
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
### Features
|
|
797
|
-
|
|
798
|
-
* **a11y:** add label for screen readers ([#1121](https://github.com/elastic/elastic-charts/issues/1121)) ([920e585](https://github.com/elastic/elastic-charts/commit/920e5856d4c52416c0ea394e5605bb756266b178)), closes [#1096](https://github.com/elastic/elastic-charts/issues/1096)
|
|
799
|
-
* **annotations:** marker body with dynamic positioning ([#1116](https://github.com/elastic/elastic-charts/issues/1116)) ([601abac](https://github.com/elastic/elastic-charts/commit/601abacc4247755ad1203439e6e95c6fa8574ab2))
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
### BREAKING CHANGES
|
|
803
|
-
|
|
804
|
-
* **a11y:** `description` prop in `<Settings/>` is renamed to `ariaDescription`
|
|
805
|
-
|
|
806
|
-
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
|
|
807
|
-
|
|
808
|
-
# [28.2.0](https://github.com/elastic/elastic-charts/compare/v28.1.0...v28.2.0) (2021-04-15)
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
### Bug Fixes
|
|
812
|
-
|
|
813
|
-
* **xy:** consider `useDefaultGroupDomain` on scale config ([#1119](https://github.com/elastic/elastic-charts/issues/1119)) ([c1b59f2](https://github.com/elastic/elastic-charts/commit/c1b59f249a1fdfc5d6f714de8db99cbf7a16c6eb)), closes [#1087](https://github.com/elastic/elastic-charts/issues/1087)
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
### Features
|
|
817
|
-
|
|
818
|
-
* **a11y:** allow user to pass custom description for screen readers ([#1111](https://github.com/elastic/elastic-charts/issues/1111)) ([2ee1b91](https://github.com/elastic/elastic-charts/commit/2ee1b912f58cff4964786ce6586b07390bbed0b3)), closes [#1097](https://github.com/elastic/elastic-charts/issues/1097)
|
|
819
|
-
* **partition:** add debuggable state ([#1117](https://github.com/elastic/elastic-charts/issues/1117)) ([d7fc206](https://github.com/elastic/elastic-charts/commit/d7fc2068ca5febba06e25cf67b91cf9d203bc5d3)), closes [#917](https://github.com/elastic/elastic-charts/issues/917)
|
|
820
|
-
|
|
821
|
-
# [28.1.0](https://github.com/elastic/elastic-charts/compare/v28.0.1...v28.1.0) (2021-04-13)
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
### Bug Fixes
|
|
825
|
-
|
|
826
|
-
* **legend:** sizing for short labels with scrollbar ([#1115](https://github.com/elastic/elastic-charts/issues/1115)) ([6e1f223](https://github.com/elastic/elastic-charts/commit/6e1f223d5126c2707101d269ebaa5dc117ac61c4))
|
|
827
|
-
* **xy:** negative bar highlight and click ([#1109](https://github.com/elastic/elastic-charts/issues/1109)) ([ec17cb2](https://github.com/elastic/elastic-charts/commit/ec17cb2eb2f13e0be4370a2dc89d3872f9b6de5a)), closes [#1100](https://github.com/elastic/elastic-charts/issues/1100)
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
### Features
|
|
831
|
-
|
|
832
|
-
* **a11y:** improve chart figure ([#1104](https://github.com/elastic/elastic-charts/issues/1104)) ([815cf39](https://github.com/elastic/elastic-charts/commit/815cf39873e3e1f0a526dd88bb06c2b87f22f9e8))
|
|
833
|
-
* **partition:** order slices and sectors ([#1112](https://github.com/elastic/elastic-charts/issues/1112)) ([74df29b](https://github.com/elastic/elastic-charts/commit/74df29b5554eaa5b88c670c71321ce676683da6f))
|
|
834
|
-
* **partitions:** small multipies events pass on smAccessorValue ([#1106](https://github.com/elastic/elastic-charts/issues/1106)) ([a3234fe](https://github.com/elastic/elastic-charts/commit/a3234feee9e579cf7bdb21d487f80c8200a0fa73))
|
|
835
|
-
* **xy:** optionally rounds the domain to nice values ([#1087](https://github.com/elastic/elastic-charts/issues/1087)) ([f644cc4](https://github.com/elastic/elastic-charts/commit/f644cc4653bf4bea3180057b981f80bdcabee00f))
|
|
836
|
-
* **xy:** specify pixel and ratio width for bars ([#1114](https://github.com/elastic/elastic-charts/issues/1114)) ([58de413](https://github.com/elastic/elastic-charts/commit/58de413564a5f0b9a8bef9f5cb2119cdde18794f))
|
|
837
|
-
* mosaic ([#1113](https://github.com/elastic/elastic-charts/issues/1113)) ([64bdd88](https://github.com/elastic/elastic-charts/commit/64bdd88836210a4c4c997dc207859c3fbd773d80))
|
|
838
|
-
|
|
839
|
-
## [28.0.1](https://github.com/elastic/elastic-charts/compare/v28.0.0...v28.0.1) (2021-04-06)
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
### Bug Fixes
|
|
843
|
-
|
|
844
|
-
* filter out zero values on fitted log domains ([#1057](https://github.com/elastic/elastic-charts/issues/1057)) ([88d71ff](https://github.com/elastic/elastic-charts/commit/88d71ff810d33756d5c568b7f5c603a84837490d))
|
|
845
|
-
|
|
846
|
-
# [28.0.0](https://github.com/elastic/elastic-charts/compare/v27.0.0...v28.0.0) (2021-04-02)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Bug Fixes
|
|
850
|
-
|
|
851
|
-
* **annotations:** provide fallback for line annotation markers ([#1091](https://github.com/elastic/elastic-charts/issues/1091)) ([0bd61f1](https://github.com/elastic/elastic-charts/commit/0bd61f198743461c267eed74706797b49508e250))
|
|
852
|
-
* **legend:** action sizing ui and focus states ([#1102](https://github.com/elastic/elastic-charts/issues/1102)) ([3a76a2c](https://github.com/elastic/elastic-charts/commit/3a76a2c3977983f8eec1c88d0b4cb73bc5d1e8ee))
|
|
853
|
-
* **legend:** stop legend color picker dot twitching ([#1101](https://github.com/elastic/elastic-charts/issues/1101)) ([c89b767](https://github.com/elastic/elastic-charts/commit/c89b767c698b677cef96da365901dc046d6e27a8))
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
### Code Refactoring
|
|
857
|
-
|
|
858
|
-
* rename enum types to singular ([#1064](https://github.com/elastic/elastic-charts/issues/1064)) ([396b3d1](https://github.com/elastic/elastic-charts/commit/396b3d1aefc995b89c6acb369c19a82f2a68d7b5)), closes [#767](https://github.com/elastic/elastic-charts/issues/767)
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
### BREAKING CHANGES
|
|
862
|
-
|
|
863
|
-
* `AnnotationDomainTypes`, `AnnotationTypes`, `SeriesTypes`, `ChartTypes`, and `SpecTypes` are renamed to `AnnotationDomainType`, `AnnotationType`, `SeriesType`, `ChartType`, and `SpecType`
|
|
864
|
-
|
|
865
|
-
# [27.0.0](https://github.com/elastic/elastic-charts/compare/v26.1.0...v27.0.0) (2021-03-31)
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
### Features
|
|
869
|
-
|
|
870
|
-
* **partitions:** Small multiples legends ([#1094](https://github.com/elastic/elastic-charts/issues/1094)) ([c39d113](https://github.com/elastic/elastic-charts/commit/c39d11388f74bbaef1dc2ed0b4febabd25b35241))
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
### BREAKING CHANGES
|
|
874
|
-
|
|
875
|
-
* **partitions:** the `flatLegend` (true) option yields alphabetical, formatted name based sorting for unique name/color occurrences, to make it easy for the user to look up names in the legend as it's alphabetically sorted
|
|
876
|
-
|
|
877
|
-
# [26.1.0](https://github.com/elastic/elastic-charts/compare/v26.0.0...v26.1.0) (2021-03-26)
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
### Features
|
|
881
|
-
|
|
882
|
-
* **a11y:** add basic aria-label to canvas element ([#1084](https://github.com/elastic/elastic-charts/issues/1084)) ([1a5aef7](https://github.com/elastic/elastic-charts/commit/1a5aef772315786eba8c623f728a72475d7f91d4))
|
|
883
|
-
* **xy_charts:** render legend inside the chart ([#1031](https://github.com/elastic/elastic-charts/issues/1031)) ([ba88122](https://github.com/elastic/elastic-charts/commit/ba8812213d6d6463f66f267cc095928d1a7a2abe)), closes [#861](https://github.com/elastic/elastic-charts/issues/861)
|
|
884
|
-
|
|
885
|
-
# [26.0.0](https://github.com/elastic/elastic-charts/compare/v25.4.0...v26.0.0) (2021-03-23)
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
### Features
|
|
889
|
-
|
|
890
|
-
* **partition:** small multiples ([#1076](https://github.com/elastic/elastic-charts/issues/1076)) ([282082b](https://github.com/elastic/elastic-charts/commit/282082b0316d8e2fe5229761112cd209d70802b8))
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
### BREAKING CHANGES
|
|
894
|
-
|
|
895
|
-
* **partition:** clarifies the inner/outer padding notation `<SmallMultiples style={{horizontalPanelPadding, verticalPanelPadding}}` from `[outer, inner]` to `{outer, inner}`—they still have the same effect
|
|
896
|
-
|
|
897
|
-
# [25.4.0](https://github.com/elastic/elastic-charts/compare/v25.3.0...v25.4.0) (2021-03-23)
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
### Bug Fixes
|
|
901
|
-
|
|
902
|
-
* chromium area path render bug ([#1067](https://github.com/elastic/elastic-charts/issues/1067)) ([e16d15d](https://github.com/elastic/elastic-charts/commit/e16d15d92add87f0bfe580a7301975915c10c381))
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
### Features
|
|
906
|
-
|
|
907
|
-
* **tooltip:** expose datum in the TooltipValue ([#1082](https://github.com/elastic/elastic-charts/issues/1082)) ([0246784](https://github.com/elastic/elastic-charts/commit/0246784bf4f88b374b7a28ffa4a60380f4c162b4)), closes [#1042](https://github.com/elastic/elastic-charts/issues/1042)
|
|
908
|
-
* **wordcloud:** wordcloud ([#1038](https://github.com/elastic/elastic-charts/issues/1038)) ([f08f4c9](https://github.com/elastic/elastic-charts/commit/f08f4c9b7472d8c81a0fa56cd7dc7018eed637ad))
|
|
909
|
-
|
|
910
|
-
# [25.3.0](https://github.com/elastic/elastic-charts/compare/v25.2.0...v25.3.0) (2021-03-11)
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
### Bug Fixes
|
|
914
|
-
|
|
915
|
-
* **brush:** force brush tool per panel ([#1071](https://github.com/elastic/elastic-charts/issues/1071)) ([8f866fc](https://github.com/elastic/elastic-charts/commit/8f866fca9c99ebf675fd31bf57b4b63d9f2eed09)), closes [#1070](https://github.com/elastic/elastic-charts/issues/1070)
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
### Features
|
|
919
|
-
|
|
920
|
-
* debug state for the heatmap chart ([#976](https://github.com/elastic/elastic-charts/issues/976)) ([2ae2bbc](https://github.com/elastic/elastic-charts/commit/2ae2bbcb85e26c62a18cad2d4d6a4e4fc1ab29eb))
|
|
921
|
-
|
|
922
|
-
# [25.2.0](https://github.com/elastic/elastic-charts/compare/v25.1.1...v25.2.0) (2021-03-09)
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### Bug Fixes
|
|
926
|
-
|
|
927
|
-
* **tooltip:** add boundary padding ([#1065](https://github.com/elastic/elastic-charts/issues/1065)) ([25a247e](https://github.com/elastic/elastic-charts/commit/25a247ef043d3ba2a5029f68ebcfebb6493df8ab))
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
### Features
|
|
931
|
-
|
|
932
|
-
* **partition:** flame and icicle performance and tweening ([#1041](https://github.com/elastic/elastic-charts/issues/1041)) ([a9648a4](https://github.com/elastic/elastic-charts/commit/a9648a40d4aa06f5c715f293121d278543aec94c))
|
|
933
|
-
|
|
934
|
-
## [25.1.1](https://github.com/elastic/elastic-charts/compare/v25.1.0...v25.1.1) (2021-03-05)
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
### Bug Fixes
|
|
938
|
-
|
|
939
|
-
* clippedRanges when complete dataset is null ([#1037](https://github.com/elastic/elastic-charts/issues/1037)) ([51418d2](https://github.com/elastic/elastic-charts/commit/51418d2b9feae8b48f568a39975f7152abdf67e5))
|
|
940
|
-
* **tooltip:** allow explicit boundary element ([#1049](https://github.com/elastic/elastic-charts/issues/1049)) ([5cf8461](https://github.com/elastic/elastic-charts/commit/5cf8461530e4cac1c1f9918db54e96bf91cdad39))
|
|
941
|
-
|
|
942
|
-
# [25.1.0](https://github.com/elastic/elastic-charts/compare/v25.0.1...v25.1.0) (2021-03-01)
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
### Bug Fixes
|
|
946
|
-
|
|
947
|
-
* rounding values on stacked w percentage charts ([#1039](https://github.com/elastic/elastic-charts/issues/1039)) ([ee63a70](https://github.com/elastic/elastic-charts/commit/ee63a7050f4230e85cd11f83df0d47bc6851cc83))
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
### Features
|
|
951
|
-
|
|
952
|
-
* **axis:** log scale limit and base options ([#1032](https://github.com/elastic/elastic-charts/issues/1032)) ([b38d110](https://github.com/elastic/elastic-charts/commit/b38d11083b921bb1e2759640cfa9498087c47b52))
|
|
953
|
-
* **partition:** clip text in partition chart fill label ([#1033](https://github.com/elastic/elastic-charts/issues/1033)) ([be9bea0](https://github.com/elastic/elastic-charts/commit/be9bea0f4c4f2a2020dfde7a98d4e9e1baaf8a9a))
|
|
954
|
-
|
|
955
|
-
## [25.0.1](https://github.com/elastic/elastic-charts/compare/v25.0.0...v25.0.1) (2021-02-17)
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
### Reverts
|
|
959
|
-
|
|
960
|
-
* log scale improvements and options ([#1014](https://github.com/elastic/elastic-charts/issues/1014)) ([2189f92](https://github.com/elastic/elastic-charts/commit/2189f927214f6511add0435b3cd1677134a50011))
|
|
961
|
-
|
|
962
|
-
# [25.0.0](https://github.com/elastic/elastic-charts/compare/v24.6.0...v25.0.0) (2021-02-16)
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
### Bug Fixes
|
|
966
|
-
|
|
967
|
-
* group legend items by label and color ([#999](https://github.com/elastic/elastic-charts/issues/999)) ([5d32f23](https://github.com/elastic/elastic-charts/commit/5d32f23487cd458f87b007b841e8bf41bbeccd56))
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
### Features
|
|
971
|
-
|
|
972
|
-
* **axis:** log scale improvements and options ([#1014](https://github.com/elastic/elastic-charts/issues/1014)) ([0f52688](https://github.com/elastic/elastic-charts/commit/0f52688ba0f187b25d8790d394550abb14179225))
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
### BREAKING CHANGES
|
|
976
|
-
|
|
977
|
-
* The `LegendActionProps` and the `LegendColorPickerProps`, used to add actions and color picker through the legend now receive an array of `SeriesIdentifiers`
|
|
978
|
-
|
|
979
|
-
# [24.6.0](https://github.com/elastic/elastic-charts/compare/v24.5.1...v24.6.0) (2021-02-15)
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
### Bug Fixes
|
|
983
|
-
|
|
984
|
-
* **legend:** width with scroll bar ([#1019](https://github.com/elastic/elastic-charts/issues/1019)) ([45bd0d5](https://github.com/elastic/elastic-charts/commit/45bd0d5322cd547d88d5a618e4ae6e2aa4ec989c))
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
### Features
|
|
988
|
-
|
|
989
|
-
* sort values in actions by closest to cursor ([#1023](https://github.com/elastic/elastic-charts/issues/1023)) ([e1da4e5](https://github.com/elastic/elastic-charts/commit/e1da4e578f619f19813c7c3172ca2c972fe188a2))
|
|
990
|
-
* **axis:** small multiples axis improvements ([#1004](https://github.com/elastic/elastic-charts/issues/1004)) ([514466f](https://github.com/elastic/elastic-charts/commit/514466f557a5ef9a06ea35f0f091bcf33bfd8ae6))
|
|
991
|
-
* **partition:** drilldown ([#995](https://github.com/elastic/elastic-charts/issues/995)) ([20bbdae](https://github.com/elastic/elastic-charts/commit/20bbdaeade4134fef0e0f486af3693bf348733d4))
|
|
992
|
-
|
|
993
|
-
## [24.5.1](https://github.com/elastic/elastic-charts/compare/v24.5.0...v24.5.1) (2021-02-05)
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
### Bug Fixes
|
|
997
|
-
|
|
998
|
-
* missing exported types ([#1005](https://github.com/elastic/elastic-charts/issues/1005)) ([f6806de](https://github.com/elastic/elastic-charts/commit/f6806de28198e2a288039e78d585e3c8383722e7))
|
|
999
|
-
|
|
1000
|
-
# [24.5.0](https://github.com/elastic/elastic-charts/compare/v24.4.0...v24.5.0) (2021-01-30)
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
### Bug Fixes
|
|
1004
|
-
|
|
1005
|
-
* add theme min radius to point shape ([#996](https://github.com/elastic/elastic-charts/issues/996)) ([eb37175](https://github.com/elastic/elastic-charts/commit/eb3717584a5db5a0ea56fdcfea1839c23d92900b))
|
|
1006
|
-
* align tooltip z-index to EUI tooltip z-index ([#931](https://github.com/elastic/elastic-charts/issues/931)) ([ffd626b](https://github.com/elastic/elastic-charts/commit/ffd626baa8bc7ba3c00b8f5257ce9bac7d72c660))
|
|
1007
|
-
* chart state and series functions cleanup ([#989](https://github.com/elastic/elastic-charts/issues/989)) ([944ac6c](https://github.com/elastic/elastic-charts/commit/944ac6cf1ce12f9993411cf44bb3fa51f25b1241))
|
|
1008
|
-
* create unique ids for dot icons ([#971](https://github.com/elastic/elastic-charts/issues/971)) ([e1ce768](https://github.com/elastic/elastic-charts/commit/e1ce76893fe7ccb0e59116d4a8d420aef4655fea))
|
|
1009
|
-
* external tooltip legend extra value sync ([#993](https://github.com/elastic/elastic-charts/issues/993)) ([13ad05a](https://github.com/elastic/elastic-charts/commit/13ad05ab19b58a034f81d6b43b8925315b49de6d))
|
|
1010
|
-
* **legend:** disable focus and keyboard navigation for legend in partition ch… ([#952](https://github.com/elastic/elastic-charts/issues/952)) ([03bd2f7](https://github.com/elastic/elastic-charts/commit/03bd2f755038117b19e3e5b6459bfc75a51656d4))
|
|
1011
|
-
* **legend:** hierarchical legend order should follow the tree paths ([#947](https://github.com/elastic/elastic-charts/issues/947)) ([f9218ad](https://github.com/elastic/elastic-charts/commit/f9218ad842d07a67eef4cbfb1209937db9da6853)), closes [#944](https://github.com/elastic/elastic-charts/issues/944)
|
|
1012
|
-
* **legend:** remove ids for circles ([#973](https://github.com/elastic/elastic-charts/issues/973)) ([b3f4f90](https://github.com/elastic/elastic-charts/commit/b3f4f90e006f5b4c9b476460a71685396486cc54))
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
### Features
|
|
1016
|
-
|
|
1017
|
-
* **cursor:** improve theme styling for crosshair ([#980](https://github.com/elastic/elastic-charts/issues/980)) ([6c4dafd](https://github.com/elastic/elastic-charts/commit/6c4dafd1cdeed5b61ca4c89790faa707b5c083b5))
|
|
1018
|
-
* **legend:** display pie chart legend extra ([#939](https://github.com/elastic/elastic-charts/issues/939)) ([d14de01](https://github.com/elastic/elastic-charts/commit/d14de010c1d7ced362da274153d7f3c464c3170b))
|
|
1019
|
-
* **legend:** add keyboard navigation ([#880](https://github.com/elastic/elastic-charts/issues/880)) ([87c227d](https://github.com/elastic/elastic-charts/commit/87c227da41dc4a6860f7ae895e80586ce8211092))
|
|
1020
|
-
* **partition:** Flame and icicle chart ([#965](https://github.com/elastic/elastic-charts/issues/965)) ([3df73d0](https://github.com/elastic/elastic-charts/commit/3df73d0e1f74b66e688a64e477c78d5ed3225f0a))
|
|
1021
|
-
* **partition:** legend hover options ([#978](https://github.com/elastic/elastic-charts/issues/978)) ([f810d94](https://github.com/elastic/elastic-charts/commit/f810d94c03f91191e9d86d156b25db22be888a59))
|
|
1022
|
-
* **xy:** support multiple point shapes on line, area and bubble charts ([#988](https://github.com/elastic/elastic-charts/issues/988)) ([1392b7d](https://github.com/elastic/elastic-charts/commit/1392b7d8f77087fcb8592a3697e3eadae8db1f33))
|
|
1023
|
-
|
|
1024
|
-
# [24.4.0](https://github.com/elastic/elastic-charts/compare/v24.3.0...v24.4.0) (2020-12-09)
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
### Bug Fixes
|
|
1028
|
-
|
|
1029
|
-
* empty labels on debug state ([#940](https://github.com/elastic/elastic-charts/issues/940)) ([3c823fd](https://github.com/elastic/elastic-charts/commit/3c823fdbc8437c907c02b58c1aa8e084bc7611d1))
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
### Features
|
|
1033
|
-
|
|
1034
|
-
* allow use of functions for y, y0, split and stack accessors ([#943](https://github.com/elastic/elastic-charts/issues/943)) ([22425d3](https://github.com/elastic/elastic-charts/commit/22425d3b9819afde208c651abb6b017839556645))
|
|
1035
|
-
|
|
1036
|
-
# [24.3.0](https://github.com/elastic/elastic-charts/compare/v24.2.0...v24.3.0) (2020-12-04)
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
### Bug Fixes
|
|
1040
|
-
|
|
1041
|
-
* **highlighter:** show default highlighted radius with hidden dots ([#926](https://github.com/elastic/elastic-charts/issues/926)) ([8b167a4](https://github.com/elastic/elastic-charts/commit/8b167a46bd5d5878a682448c269718dc1076ea14)), closes [#679](https://github.com/elastic/elastic-charts/issues/679)
|
|
1042
|
-
* **xy_chart:** improve line joins rendering ([#920](https://github.com/elastic/elastic-charts/issues/920)) ([ec8041a](https://github.com/elastic/elastic-charts/commit/ec8041a2ef8c5f5d173efc5981b2f52830ceaf4f))
|
|
1043
|
-
* point highlight based on geom position and transform ([#934](https://github.com/elastic/elastic-charts/issues/934)) ([7198b5d](https://github.com/elastic/elastic-charts/commit/7198b5d47230558e6858076083232f46fa02e0f9))
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
### Features
|
|
1047
|
-
|
|
1048
|
-
* allow no results component, don't require series ([#936](https://github.com/elastic/elastic-charts/issues/936)) ([4766c23](https://github.com/elastic/elastic-charts/commit/4766c235ee6d15b2523b9177242e90157f7af8df))
|
|
1049
|
-
* improved domain error handling ([#933](https://github.com/elastic/elastic-charts/issues/933)) ([94534a5](https://github.com/elastic/elastic-charts/commit/94534a5d37fc0b71508facc64881f14866603d9c))
|
|
1050
|
-
|
|
1051
|
-
# [24.2.0](https://github.com/elastic/elastic-charts/compare/v24.1.0...v24.2.0) (2020-11-25)
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
### Bug Fixes
|
|
1055
|
-
|
|
1056
|
-
* near and far alignments for orthogonal rotations ([#911](https://github.com/elastic/elastic-charts/issues/911)) ([cb279f3](https://github.com/elastic/elastic-charts/commit/cb279f32b0b306e590dd2c9a64b44788ab1c20bc))
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
### Features
|
|
1060
|
-
|
|
1061
|
-
* add projection click listener ([#913](https://github.com/elastic/elastic-charts/issues/913)) ([0fa9072](https://github.com/elastic/elastic-charts/commit/0fa9072566b4c9774cf7953041559a9ea99696d6)), closes [#846](https://github.com/elastic/elastic-charts/issues/846)
|
|
1062
|
-
|
|
1063
|
-
# [24.1.0](https://github.com/elastic/elastic-charts/compare/v24.0.0...v24.1.0) (2020-11-24)
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
### Bug Fixes
|
|
1067
|
-
|
|
1068
|
-
* **area_charts:** correctly represent baseline with negative data points ([#896](https://github.com/elastic/elastic-charts/issues/896)) ([d1243f1](https://github.com/elastic/elastic-charts/commit/d1243f1612e43ca454db5ff48bc6689ca48bb80a))
|
|
1069
|
-
* **legend:** legend sizes with ordinal data ([#867](https://github.com/elastic/elastic-charts/issues/867)) ([7559e0d](https://github.com/elastic/elastic-charts/commit/7559e0dd43c76f4217c136a902f724bc0e406672)), closes [#811](https://github.com/elastic/elastic-charts/issues/811)
|
|
1070
|
-
* render orphan data points on lines and areas ([#900](https://github.com/elastic/elastic-charts/issues/900)) ([0be282b](https://github.com/elastic/elastic-charts/commit/0be282b2d46e867348708f74ff752ca7dbd493fd)), closes [#783](https://github.com/elastic/elastic-charts/issues/783)
|
|
1071
|
-
* specs swaps correctly reflected in state ([#901](https://github.com/elastic/elastic-charts/issues/901)) ([7fba882](https://github.com/elastic/elastic-charts/commit/7fba88254ce3d8f874acec34307fe2d75ffff6a6))
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Features
|
|
1075
|
-
|
|
1076
|
-
* **legend:** allow legend text to be copyable ([#877](https://github.com/elastic/elastic-charts/issues/877)) ([9cd3459](https://github.com/elastic/elastic-charts/commit/9cd34591b6216b8aab208177e0e4a31e1c7268d7)), closes [#710](https://github.com/elastic/elastic-charts/issues/710)
|
|
1077
|
-
* allow clearing series colors from memory ([#899](https://github.com/elastic/elastic-charts/issues/899)) ([ab1af38](https://github.com/elastic/elastic-charts/commit/ab1af382e6b351f4607b90024afa60a7d5f3968a))
|
|
1078
|
-
* merge series domain with the domain of another group ([#912](https://github.com/elastic/elastic-charts/issues/912)) ([325b013](https://github.com/elastic/elastic-charts/commit/325b013199004e45bd59bc419431656bd8c3830f))
|
|
1079
|
-
* small multiples for XY charts (alpha) ([#793](https://github.com/elastic/elastic-charts/issues/793)) ([d288208](https://github.com/elastic/elastic-charts/commit/d28820858d013326b3c660381e70696e9382166d)), closes [#500](https://github.com/elastic/elastic-charts/issues/500) [#500](https://github.com/elastic/elastic-charts/issues/500)
|
|
1080
|
-
|
|
1081
|
-
# [24.0.0](https://github.com/elastic/elastic-charts/compare/v23.2.1...v24.0.0) (2020-10-19)
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
### Bug Fixes
|
|
1085
|
-
|
|
1086
|
-
* **annotation:** annotation rendering with no yDomain or groupId ([#842](https://github.com/elastic/elastic-charts/issues/842)) ([f173b49](https://github.com/elastic/elastic-charts/commit/f173b497d13b0de4a7103ea2cffc09e96d98d713)), closes [#438](https://github.com/elastic/elastic-charts/issues/438) [#798](https://github.com/elastic/elastic-charts/issues/798)
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
### Features
|
|
1090
|
-
|
|
1091
|
-
* **bar_chart:** add Alignment offset to value labels ([#784](https://github.com/elastic/elastic-charts/issues/784)) ([363aeb4](https://github.com/elastic/elastic-charts/commit/363aeb48c43537ae6906188ec0dfe43efc725f68))
|
|
1092
|
-
* **bar_chart:** add shadow prop for value labels ([#785](https://github.com/elastic/elastic-charts/issues/785)) ([9b29392](https://github.com/elastic/elastic-charts/commit/9b29392631e4ae92db24bb9077a9afacee051318))
|
|
1093
|
-
* **bar_chart:** scaled font size for value labels ([#789](https://github.com/elastic/elastic-charts/issues/789)) ([3bdd1ee](https://github.com/elastic/elastic-charts/commit/3bdd1ee1194619db4b2af64037ae8eaeb2b2b186)), closes [#788](https://github.com/elastic/elastic-charts/issues/788)
|
|
1094
|
-
* **heatmap:** allow fixed right margin ([#873](https://github.com/elastic/elastic-charts/issues/873)) ([16cf73c](https://github.com/elastic/elastic-charts/commit/16cf73c5c0a0fde1e10b4a89f347988d8f422bc3))
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
### BREAKING CHANGES
|
|
1098
|
-
|
|
1099
|
-
* **bar_chart:** The `DisplayValueStyle` `fontSize` property can now express an upper and lower bound as size, used for the automatic scaling.
|
|
1100
|
-
* **bar_chart:** The `DisplayValueStyle` `fill` property can now express a border color and width, or let the library pick the best match based on contrast using the textInvertible parameter.
|
|
1101
|
-
|
|
1102
|
-
## [23.2.1](https://github.com/elastic/elastic-charts/compare/v23.2.0...v23.2.1) (2020-10-06)
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
### Bug Fixes
|
|
1106
|
-
|
|
1107
|
-
* detect dragging only by the delta changes ([#853](https://github.com/elastic/elastic-charts/issues/853)) ([219f9dd](https://github.com/elastic/elastic-charts/commit/219f9dd822b15750949ee3192fa573421eb8e534))
|
|
1108
|
-
* filter highlighted y values ([#855](https://github.com/elastic/elastic-charts/issues/855)) ([d3ebe77](https://github.com/elastic/elastic-charts/commit/d3ebe776126af0257882d1fa3f94e8426a063fd3))
|
|
1109
|
-
|
|
1110
|
-
# [23.2.0](https://github.com/elastic/elastic-charts/compare/v23.1.1...v23.2.0) (2020-10-06)
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
### Bug Fixes
|
|
1114
|
-
|
|
1115
|
-
* **heatmap:** adjust pageSize based available chart height ([#849](https://github.com/elastic/elastic-charts/issues/849)) ([9aa396b](https://github.com/elastic/elastic-charts/commit/9aa396b59c1af4208663a78366a678ead54e6eca))
|
|
1116
|
-
* **heatmap:** destroy canvas bbox calculator when done ([#844](https://github.com/elastic/elastic-charts/issues/844)) ([42460bd](https://github.com/elastic/elastic-charts/commit/42460bd649b6a8114a01fb63cd9bee01515f37b6))
|
|
1117
|
-
* **heatmap:** x-axis labels overlapping for time series data ([#850](https://github.com/elastic/elastic-charts/issues/850)) ([9ebd879](https://github.com/elastic/elastic-charts/commit/9ebd8799881d6ee67a3a5a91cf0eb85f13f38ac8))
|
|
1118
|
-
* **interactions:** recognise drag after 100ms and 4px ([#848](https://github.com/elastic/elastic-charts/issues/848)) ([70626fe](https://github.com/elastic/elastic-charts/commit/70626fe4ef34504c9c9d59b0abb1c6ec0d19b04d)), closes [#748](https://github.com/elastic/elastic-charts/issues/748)
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
### Features
|
|
1122
|
-
|
|
1123
|
-
* heatmap tooltip enhancements and fixes ([#847](https://github.com/elastic/elastic-charts/issues/847)) ([d879e05](https://github.com/elastic/elastic-charts/commit/d879e056f05c1651d04e2de8610cc2f194e6faa9))
|
|
1124
|
-
|
|
1125
|
-
## [23.1.1](https://github.com/elastic/elastic-charts/compare/v23.1.0...v23.1.1) (2020-10-05)
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
### Bug Fixes
|
|
1129
|
-
|
|
1130
|
-
* limit annotation to the current domain extent ([#841](https://github.com/elastic/elastic-charts/issues/841)) ([4186962](https://github.com/elastic/elastic-charts/commit/4186962a63ecb6fcee7d88abfcb98c6c3aa9666e)), closes [#832](https://github.com/elastic/elastic-charts/issues/832)
|
|
1131
|
-
|
|
1132
|
-
# [23.1.0](https://github.com/elastic/elastic-charts/compare/v23.0.1...v23.1.0) (2020-10-02)
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
### Features
|
|
1136
|
-
|
|
1137
|
-
* heatmap/swimlane chart type ([#831](https://github.com/elastic/elastic-charts/issues/831)) ([96f92b5](https://github.com/elastic/elastic-charts/commit/96f92b5684175c7d14b0c6f257c060cf60ab76fa)), closes [#752](https://github.com/elastic/elastic-charts/issues/752)
|
|
1138
|
-
|
|
1139
|
-
## [23.0.1](https://github.com/elastic/elastic-charts/compare/v23.0.0...v23.0.1) (2020-10-01)
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
### Bug Fixes
|
|
1143
|
-
|
|
1144
|
-
* legend item label for functional tests ([#843](https://github.com/elastic/elastic-charts/issues/843)) ([c2d3283](https://github.com/elastic/elastic-charts/commit/c2d3283bb4b577c4024d756562c0e3dc77c127ad))
|
|
1145
|
-
|
|
1146
|
-
# [23.0.0](https://github.com/elastic/elastic-charts/compare/v22.0.0...v23.0.0) (2020-09-30)
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
### Bug Fixes
|
|
1150
|
-
|
|
1151
|
-
* render continuous line/area between non-adjacent points ([#833](https://github.com/elastic/elastic-charts/issues/833)) ([9f9892b](https://github.com/elastic/elastic-charts/commit/9f9892b255e62f6d42f4119458a791a62d592986)), closes [#825](https://github.com/elastic/elastic-charts/issues/825)
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
### Features
|
|
1155
|
-
|
|
1156
|
-
* debug state flag added to chart status ([#834](https://github.com/elastic/elastic-charts/issues/834)) ([83919ff](https://github.com/elastic/elastic-charts/commit/83919ffe294257839d360b589ce10f405e04af5b))
|
|
1157
|
-
* expose datum as part of GeometryValue ([#822](https://github.com/elastic/elastic-charts/issues/822)) ([dcd7077](https://github.com/elastic/elastic-charts/commit/dcd70777c2b6b8530b4518ebbac066e9f097594e))
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
### BREAKING CHANGES
|
|
1161
|
-
|
|
1162
|
-
* when rendering non-stacked line/area charts with a continuous x scale and no fit function,
|
|
1163
|
-
the line/area between non-consecutive data points will be rendered as a continuous line/area without adding an uncertain dashed line/ semi-transparent area that connects the two, non-adjacent, points.
|
|
1164
|
-
|
|
1165
|
-
# [22.0.0](https://github.com/elastic/elastic-charts/compare/v21.3.2...v22.0.0) (2020-09-22)
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
### Bug Fixes
|
|
1169
|
-
|
|
1170
|
-
* breaking change in patch release of 21.1.1 ([d0ddc45](https://github.com/elastic/elastic-charts/commit/d0ddc45e2dbfb23bb1d8682b354b5de2b8476fce)), closes [#810](https://github.com/elastic/elastic-charts/issues/810)
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
### BREAKING CHANGES
|
|
1174
|
-
|
|
1175
|
-
* caused by changes in #810 see #830 for more info
|
|
1176
|
-
* `TooltipValue.value` is now raw value and `TooltipValue.formattedValue` is now the
|
|
1177
|
-
string formatted value.
|
|
1178
|
-
|
|
1179
|
-
## [21.3.2](https://github.com/elastic/elastic-charts/compare/v21.3.1...v21.3.2) (2020-09-21)
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
### Bug Fixes
|
|
1183
|
-
|
|
1184
|
-
* **axis:** style overrides not applied to axis dimensions ([#829](https://github.com/elastic/elastic-charts/issues/829)) ([62172c4](https://github.com/elastic/elastic-charts/commit/62172c4cd80cdcf06167a70ad8e875f5dd79bea4))
|
|
1185
|
-
|
|
1186
|
-
## [21.3.1](https://github.com/elastic/elastic-charts/compare/v21.3.0...v21.3.1) (2020-09-17)
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
### Bug Fixes
|
|
1190
|
-
|
|
1191
|
-
* line path with ordered xValues ([#824](https://github.com/elastic/elastic-charts/issues/824)) ([5a73a3a](https://github.com/elastic/elastic-charts/commit/5a73a3ad7049fc80a72f6b4a09c6404e8067bd9b))
|
|
1192
|
-
|
|
1193
|
-
# [21.3.0](https://github.com/elastic/elastic-charts/compare/v21.2.0...v21.3.0) (2020-09-16)
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
### Bug Fixes
|
|
1197
|
-
|
|
1198
|
-
* legend dark mode hover color ([#820](https://github.com/elastic/elastic-charts/issues/820)) ([5227b2e](https://github.com/elastic/elastic-charts/commit/5227b2e811379a941d0bc23bc3160867707177ce))
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
### Features
|
|
1202
|
-
|
|
1203
|
-
* cancel brush/click event with escape key ([#819](https://github.com/elastic/elastic-charts/issues/819)) ([b599d13](https://github.com/elastic/elastic-charts/commit/b599d133c64c05400715fc9368865fdd35969736))
|
|
1204
|
-
* show crosshair for external pointer events ([#817](https://github.com/elastic/elastic-charts/issues/817)) ([f591a6a](https://github.com/elastic/elastic-charts/commit/f591a6a329c9297df9faf9bc7fde43eb13699500))
|
|
1205
|
-
|
|
1206
|
-
# [21.2.0](https://github.com/elastic/elastic-charts/compare/v21.1.2...v21.2.0) (2020-09-14)
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
### Features
|
|
1210
|
-
|
|
1211
|
-
* blind sorting option for vislib ([#813](https://github.com/elastic/elastic-charts/issues/813)) ([8afce43](https://github.com/elastic/elastic-charts/commit/8afce435c85eeff9ed7ee7b44a246f898f4050fb))
|
|
1212
|
-
* order ordinal values by sum ([#814](https://github.com/elastic/elastic-charts/issues/814)) ([5b2758b](https://github.com/elastic/elastic-charts/commit/5b2758bb41fd3b89a51921b40373d5105eae4d4b))
|
|
1213
|
-
* **series:** add simple mark formatter ([#775](https://github.com/elastic/elastic-charts/issues/775)) ([ab95284](https://github.com/elastic/elastic-charts/commit/ab95284dcaf20dae2c29653917e70fb3ce7960bc))
|
|
1214
|
-
|
|
1215
|
-
## [21.1.2](https://github.com/elastic/elastic-charts/compare/v21.1.1...v21.1.2) (2020-09-09)
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
### Bug Fixes
|
|
1219
|
-
|
|
1220
|
-
* remove unused redux dev middlewares ([#812](https://github.com/elastic/elastic-charts/issues/812)) ([b2679e7](https://github.com/elastic/elastic-charts/commit/b2679e7248ff0475b4267a3099c7afe1dfee67b6))
|
|
1221
|
-
|
|
1222
|
-
## [21.1.1](https://github.com/elastic/elastic-charts/compare/v21.1.0...v21.1.1) (2020-09-08)
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
### Bug Fixes
|
|
1226
|
-
|
|
1227
|
-
* build issues and tooltip formatting issues ([#810](https://github.com/elastic/elastic-charts/issues/810)) ([74d9ae0](https://github.com/elastic/elastic-charts/commit/74d9ae0d9425ce494cd15037f4d952eb2db167ab))
|
|
1228
|
-
|
|
1229
|
-
# [21.1.0](https://github.com/elastic/elastic-charts/compare/v21.0.1...v21.1.0) (2020-09-06)
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
### Bug Fixes
|
|
1233
|
-
|
|
1234
|
-
* **axis:** misaligned axis with rotated histogram bar charts ([#805](https://github.com/elastic/elastic-charts/issues/805)) ([6c454e1](https://github.com/elastic/elastic-charts/commit/6c454e10ece3f4cbaf1bacf06f5f2b832e9c32b0))
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
### Features
|
|
1238
|
-
|
|
1239
|
-
* **brush:** histogram brushing last values and rounding ([#801](https://github.com/elastic/elastic-charts/issues/801)) ([6d0319f](https://github.com/elastic/elastic-charts/commit/6d0319f1b0898360c004ec34844ac0b441d08b38))
|
|
1240
|
-
* **tooltip:** series tick formatters ([#802](https://github.com/elastic/elastic-charts/issues/802)) ([fbcd92e](https://github.com/elastic/elastic-charts/commit/fbcd92e1ff4802c07561a9abf309cc88a26e8b5e))
|
|
1241
|
-
|
|
1242
|
-
## [21.0.1](https://github.com/elastic/elastic-charts/compare/v21.0.0...v21.0.1) (2020-08-18)
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
### Bug Fixes
|
|
1246
|
-
|
|
1247
|
-
* allow graceful error handling ([#779](https://github.com/elastic/elastic-charts/issues/779)) ([8183b32](https://github.com/elastic/elastic-charts/commit/8183b32f41bd9f5c0948393a4e5e05d1211cd74c)), closes [#776](https://github.com/elastic/elastic-charts/issues/776)
|
|
1248
|
-
|
|
1249
|
-
# [21.0.0](https://github.com/elastic/elastic-charts/compare/v20.0.2...v21.0.0) (2020-08-10)
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
### Bug Fixes
|
|
1253
|
-
|
|
1254
|
-
* update dep vulnerabilities, minimist and kind-of ([#763](https://github.com/elastic/elastic-charts/issues/763)) ([4455281](https://github.com/elastic/elastic-charts/commit/4455281bbc23bf13e8eccbdb4ab36168c1610c7f))
|
|
1255
|
-
* **legend:** fix color anchor, add action context, fix action padding ([#774](https://github.com/elastic/elastic-charts/issues/774)) ([4590a22](https://github.com/elastic/elastic-charts/commit/4590a22c58359ffb13e977cb1dca854a01c3961b))
|
|
1256
|
-
* **tooltip:** placement with left/top legends and single bars ([#771](https://github.com/elastic/elastic-charts/issues/771)) ([e576b26](https://github.com/elastic/elastic-charts/commit/e576b2610f882a490de645e1e702a33ccebb818d)), closes [#769](https://github.com/elastic/elastic-charts/issues/769) [#770](https://github.com/elastic/elastic-charts/issues/770)
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
### Features
|
|
1260
|
-
|
|
1261
|
-
* streamgraph and fit functions on stacked charts ([#751](https://github.com/elastic/elastic-charts/issues/751)) ([268fcc0](https://github.com/elastic/elastic-charts/commit/268fcc087578b17ae6575f08653ca3be01fb5801)), closes [#766](https://github.com/elastic/elastic-charts/issues/766) [#715](https://github.com/elastic/elastic-charts/issues/715) [#450](https://github.com/elastic/elastic-charts/issues/450)
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
### BREAKING CHANGES
|
|
1265
|
-
|
|
1266
|
-
* the first parameter of `PointStyleAccessor` and `BarStyleAccessor` callbacks is changed from `RawDataSeriesDatum` to `DataSeriesDatum`. `stackAsPercentage` prop is replaced by `stackMode` that accept one `StackMode`.
|
|
1267
|
-
|
|
1268
|
-
## [20.0.2](https://github.com/elastic/elastic-charts/compare/v20.0.1...v20.0.2) (2020-07-23)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
* **axis:** dual axis x positioning of bars ([#760](https://github.com/elastic/elastic-charts/issues/760)) ([71b49f8](https://github.com/elastic/elastic-charts/commit/71b49f87bc3ae5d09f0d2d45fdc6bdb67d61c5a4))
|
|
1274
|
-
* **axis:** left axis sizing based on title padding ([#762](https://github.com/elastic/elastic-charts/issues/762)) ([3990589](https://github.com/elastic/elastic-charts/commit/399058939d164ca2c46652982c010a4dbfcd2628))
|
|
1275
|
-
|
|
1276
|
-
## [20.0.1](https://github.com/elastic/elastic-charts/compare/v20.0.0...v20.0.1) (2020-07-21)
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
### Bug Fixes
|
|
1280
|
-
|
|
1281
|
-
* custom domain error with fallback ordinal scale ([#757](https://github.com/elastic/elastic-charts/issues/757)) ([142c3df](https://github.com/elastic/elastic-charts/commit/142c3dfd15832d1dbbc923918c662b1a40d169a4)), closes [#756](https://github.com/elastic/elastic-charts/issues/756)
|
|
1282
|
-
|
|
1283
|
-
# [20.0.0](https://github.com/elastic/elastic-charts/compare/v19.9.1...v20.0.0) (2020-07-19)
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
### Features
|
|
1287
|
-
|
|
1288
|
-
* **axis:** improved axis styles ([#711](https://github.com/elastic/elastic-charts/issues/711)) ([3c46f9c](https://github.com/elastic/elastic-charts/commit/3c46f9c8c45a1375e4856fec7f53b85bbda4bae8)), closes [#714](https://github.com/elastic/elastic-charts/issues/714) [#312](https://github.com/elastic/elastic-charts/issues/312)
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
### BREAKING CHANGES
|
|
1292
|
-
|
|
1293
|
-
* **axis:** - `AxisSpec.gridLineStyle` => `AxisSpec.gridLine`
|
|
1294
|
-
- `AxisSpec.gridLineStyle` => `AxisSpec.gridLine`
|
|
1295
|
-
- `AxisSpec.tickLabelRotation` => `AxisStyle.tickLabel.rotation`
|
|
1296
|
-
- `AxisSpec.tickPadding` => `AxisStyle.tickLine.padding`
|
|
1297
|
-
- `AxisSpec.tickSize` => `AxisStyle.tickLine.size`
|
|
1298
|
-
- `AxisStyle.tickLabelPadding` => `AxisStyle.tickLabel.padding`
|
|
1299
|
-
- `GridLineConfig` => `GridLineStyle`
|
|
1300
|
-
- `AxisSpec.style` => `RecursivePartial<AxisStyle>` (new `AxisStyle` type)
|
|
1301
|
-
- `AxisConfig.axisLineStyle` => `AxisStyle.axisLine`
|
|
1302
|
-
- `AxisConfig.axisTitleStyle` => `AxisStyle.axisTitle`
|
|
1303
|
-
- `AxisConfig.tickLabelStyle` => `AxisStyle.tickLabel`
|
|
1304
|
-
- `AxisConfig.tickLineStyle` => `AxisStyle.tickLine`
|
|
1305
|
-
- `GridLineStyle` requires all properties
|
|
1306
|
-
- deprecate `AxisSpec.showGridLines` in favor of `AxisSpec.gridLine.visible`
|
|
1307
|
-
|
|
1308
|
-
## [19.9.1](https://github.com/elastic/elastic-charts/compare/v19.9.0...v19.9.1) (2020-07-19)
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
### Bug Fixes
|
|
1312
|
-
|
|
1313
|
-
* correct bad breaking change merge ([3acc263](https://github.com/elastic/elastic-charts/commit/3acc263b1c1a7f6fed9f1820132abd656e3f153e))
|
|
1314
|
-
|
|
1315
|
-
# [19.9.0](https://github.com/elastic/elastic-charts/compare/v19.8.1...v19.9.0) (2020-07-17)
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
### Features
|
|
1319
|
-
|
|
1320
|
-
* **axis:** formatting different for label vs tooltip and legend ([#750](https://github.com/elastic/elastic-charts/issues/750)) ([daff503](https://github.com/elastic/elastic-charts/commit/daff5033cc979cb978227dcbf044f8ceb22568a9))
|
|
1321
|
-
* **legend:** add legend item actions and margins ([#749](https://github.com/elastic/elastic-charts/issues/749)) ([8136dca](https://github.com/elastic/elastic-charts/commit/8136dcae91fc0f7e4ee0912d23713ff2bbe46fad)), closes [#717](https://github.com/elastic/elastic-charts/issues/717)
|
|
1322
|
-
|
|
1323
|
-
## [19.8.1](https://github.com/elastic/elastic-charts/compare/v19.8.0...v19.8.1) (2020-07-07)
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
### Bug Fixes
|
|
1327
|
-
|
|
1328
|
-
* **axes:** remove only consecutive duplicated ticks ([#742](https://github.com/elastic/elastic-charts/issues/742)) ([5038a63](https://github.com/elastic/elastic-charts/commit/5038a636f63ca7f649419e640d35b1b1c80f9b5a)), closes [#667](https://github.com/elastic/elastic-charts/issues/667)
|
|
1329
|
-
|
|
1330
|
-
# [19.8.0](https://github.com/elastic/elastic-charts/compare/v19.7.0...v19.8.0) (2020-07-06)
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
### Bug Fixes
|
|
1334
|
-
|
|
1335
|
-
* set uninitialized state when removeSpec action is called ([#739](https://github.com/elastic/elastic-charts/issues/739)) ([35b8caf](https://github.com/elastic/elastic-charts/commit/35b8caf52ea96979340102653f26aa7ffa069bc2)), closes [#723](https://github.com/elastic/elastic-charts/issues/723) [#738](https://github.com/elastic/elastic-charts/issues/738)
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
### Features
|
|
1339
|
-
|
|
1340
|
-
* **annotation:** enable marker positioning on LineAnnotation ([#737](https://github.com/elastic/elastic-charts/issues/737)) ([ab5e413](https://github.com/elastic/elastic-charts/commit/ab5e41378a7a26aca97565722439b618767609b6)), closes [#701](https://github.com/elastic/elastic-charts/issues/701)
|
|
1341
|
-
* add custom annotation tooltip ([#727](https://github.com/elastic/elastic-charts/issues/727)) ([435c67c](https://github.com/elastic/elastic-charts/commit/435c67c2f873c15cd7509f81faed8adf0915208a))
|
|
1342
|
-
|
|
1343
|
-
# [19.7.0](https://github.com/elastic/elastic-charts/compare/v19.6.3...v19.7.0) (2020-06-30)
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
### Bug Fixes
|
|
1347
|
-
|
|
1348
|
-
* **partition:** linked label on a larger than 180 degree slice ([#726](https://github.com/elastic/elastic-charts/issues/726)) ([2504bbe](https://github.com/elastic/elastic-charts/commit/2504bbef966824b0d6aa30dae05d324cbd0208c9)), closes [#699](https://github.com/elastic/elastic-charts/issues/699)
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
### Features
|
|
1352
|
-
|
|
1353
|
-
* add domain padding ([#707](https://github.com/elastic/elastic-charts/issues/707)) ([15c78c1](https://github.com/elastic/elastic-charts/commit/15c78c145afbe2183a491908ebbcd91f490a141d)), closes [#706](https://github.com/elastic/elastic-charts/issues/706)
|
|
1354
|
-
|
|
1355
|
-
## [19.6.3](https://github.com/elastic/elastic-charts/compare/v19.6.2...v19.6.3) (2020-06-29)
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
### Bug Fixes
|
|
1359
|
-
|
|
1360
|
-
* move redux dev deps to optional deps ([#725](https://github.com/elastic/elastic-charts/issues/725)) ([df984cc](https://github.com/elastic/elastic-charts/commit/df984cccf0f087fe1dd14f38a867d8a2d95080b2))
|
|
1361
|
-
|
|
1362
|
-
## [19.6.2](https://github.com/elastic/elastic-charts/compare/v19.6.1...v19.6.2) (2020-06-29)
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
### Bug Fixes
|
|
1366
|
-
|
|
1367
|
-
* react/redux issue with specParser ([#723](https://github.com/elastic/elastic-charts/issues/723)) ([f9c29ec](https://github.com/elastic/elastic-charts/commit/f9c29ec7ec8b4d16c73e556f4ea6964548c78790)), closes [#720](https://github.com/elastic/elastic-charts/issues/720)
|
|
1368
|
-
|
|
1369
|
-
## [19.6.1](https://github.com/elastic/elastic-charts/compare/v19.6.0...v19.6.1) (2020-06-29)
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
### Bug Fixes
|
|
1373
|
-
|
|
1374
|
-
* background color dark mode issue ([#719](https://github.com/elastic/elastic-charts/issues/719)) ([40bb526](https://github.com/elastic/elastic-charts/commit/40bb5266b5acf1f80d147c30f6ebca52272f0bec))
|
|
1375
|
-
|
|
1376
|
-
# [19.6.0](https://github.com/elastic/elastic-charts/compare/v19.5.2...v19.6.0) (2020-06-24)
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
### Features
|
|
1380
|
-
|
|
1381
|
-
* show tooltip for external events ([#698](https://github.com/elastic/elastic-charts/issues/698)) ([cc31739](https://github.com/elastic/elastic-charts/commit/cc31739a2d2d5173ded3780f1d23890714fb61b3)), closes [#695](https://github.com/elastic/elastic-charts/issues/695)
|
|
1382
|
-
|
|
1383
|
-
## [19.5.2](https://github.com/elastic/elastic-charts/compare/v19.5.1...v19.5.2) (2020-06-16)
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
### Bug Fixes
|
|
1387
|
-
|
|
1388
|
-
* apply fixed positioning to hidden tooltip ([#716](https://github.com/elastic/elastic-charts/issues/716)) ([12b1135](https://github.com/elastic/elastic-charts/commit/12b1135fa6a965eda17a0235d2b639a19b19df54))
|
|
1389
|
-
|
|
1390
|
-
## [19.5.1](https://github.com/elastic/elastic-charts/compare/v19.5.0...v19.5.1) (2020-06-16)
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
### Bug Fixes
|
|
1394
|
-
|
|
1395
|
-
* graceful scale fallbacks and warnings ([#704](https://github.com/elastic/elastic-charts/issues/704)) ([ed49bbb](https://github.com/elastic/elastic-charts/commit/ed49bbbb5afd69a5d771fff29e9fc7742153d94e)), closes [#678](https://github.com/elastic/elastic-charts/issues/678)
|
|
1396
|
-
* **axis:** rotated label positioning ([#709](https://github.com/elastic/elastic-charts/issues/709)) ([2e26430](https://github.com/elastic/elastic-charts/commit/2e264305b0427969e6ffd6bfd2a21a0200ddd004)), closes [#673](https://github.com/elastic/elastic-charts/issues/673)
|
|
1397
|
-
* **tooltip:** popper scroll issue ([#712](https://github.com/elastic/elastic-charts/issues/712)) ([0c97c67](https://github.com/elastic/elastic-charts/commit/0c97c677af5133efa1017afa7141111667bf9d56))
|
|
1398
|
-
|
|
1399
|
-
# [19.5.0](https://github.com/elastic/elastic-charts/compare/v19.4.1...v19.5.0) (2020-06-15)
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
### Bug Fixes
|
|
1403
|
-
|
|
1404
|
-
* **tooltip:** show true opaque colors in tooltips ([#629](https://github.com/elastic/elastic-charts/issues/629)) ([23290be](https://github.com/elastic/elastic-charts/commit/23290be8d58a46cfe5b9144c54fc849fabcb6abc)), closes [#628](https://github.com/elastic/elastic-charts/issues/628)
|
|
1405
|
-
* path of stacked area series with missing values ([#703](https://github.com/elastic/elastic-charts/issues/703)) ([2541180](https://github.com/elastic/elastic-charts/commit/2541180b1a477aa637120ce225c59e0f8cbd5aa4))
|
|
1406
|
-
* remove double rendering ([#693](https://github.com/elastic/elastic-charts/issues/693)) ([ebf2748](https://github.com/elastic/elastic-charts/commit/ebf2748b47e098197b87fe43cc6ec452443207fb)), closes [#690](https://github.com/elastic/elastic-charts/issues/690)
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
### Features
|
|
1410
|
-
|
|
1411
|
-
* **partition:** add 4.5 contrast for text in partition slices ([#608](https://github.com/elastic/elastic-charts/issues/608)) ([eded2ac](https://github.com/elastic/elastic-charts/commit/eded2ac7da909a0bd279c7f38bb83d0b713a01be)), closes [#606](https://github.com/elastic/elastic-charts/issues/606)
|
|
1412
|
-
* add screenshot functions to partition/goal ([#697](https://github.com/elastic/elastic-charts/issues/697)) ([5581c3c](https://github.com/elastic/elastic-charts/commit/5581c3c8fdc3730892402fa1c5cc2a068012eaf8))
|
|
1413
|
-
|
|
1414
|
-
## [19.4.1](https://github.com/elastic/elastic-charts/compare/v19.4.0...v19.4.1) (2020-06-01)
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
### Bug Fixes
|
|
1418
|
-
|
|
1419
|
-
* missing dash style in line annotation ([#692](https://github.com/elastic/elastic-charts/issues/692)) ([e2ba940](https://github.com/elastic/elastic-charts/commit/e2ba940f3e3483dd250879866d8d5c3e7e786e5b)), closes [#687](https://github.com/elastic/elastic-charts/issues/687)
|
|
1420
|
-
|
|
1421
|
-
# [19.4.0](https://github.com/elastic/elastic-charts/compare/v19.3.0...v19.4.0) (2020-05-28)
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
### Bug Fixes
|
|
1425
|
-
|
|
1426
|
-
* **partition:** consider legendMaxDepth on legend size ([#654](https://github.com/elastic/elastic-charts/issues/654)) ([9429dcf](https://github.com/elastic/elastic-charts/commit/9429dcff58678e82db142fcc6579dbea6d0f7450)), closes [#639](https://github.com/elastic/elastic-charts/issues/639)
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
### Features
|
|
1430
|
-
|
|
1431
|
-
* **partition:** enable grooves in all group layers ([#666](https://github.com/elastic/elastic-charts/issues/666)) ([f5b4767](https://github.com/elastic/elastic-charts/commit/f5b47675535949f0be8302106ab3842c49412e93))
|
|
1432
|
-
* **partition:** linked text overflow avoidance ([#670](https://github.com/elastic/elastic-charts/issues/670)) ([b6e5911](https://github.com/elastic/elastic-charts/commit/b6e5911e55772aff0de3ccea947a794ec469abc6)), closes [#633](https://github.com/elastic/elastic-charts/issues/633)
|
|
1433
|
-
* **partition:** monotonic font size scaling ([#681](https://github.com/elastic/elastic-charts/issues/681)) ([ea2489b](https://github.com/elastic/elastic-charts/commit/ea2489b23bd3f66222dab042ea5b5b7e377e2809)), closes [#661](https://github.com/elastic/elastic-charts/issues/661)
|
|
1434
|
-
* **tooltip:** improve positioning with popperjs ([#651](https://github.com/elastic/elastic-charts/issues/651)) ([6512950](https://github.com/elastic/elastic-charts/commit/651295080b557409c95e1e4ab371bfdc94e86acc)), closes [#596](https://github.com/elastic/elastic-charts/issues/596)
|
|
1435
|
-
|
|
1436
|
-
# [19.3.0](https://github.com/elastic/elastic-charts/compare/v19.2.0...v19.3.0) (2020-05-08)
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
### Bug Fixes
|
|
1440
|
-
|
|
1441
|
-
* build/type issue with DataGenerator ([#671](https://github.com/elastic/elastic-charts/issues/671)) ([86dd2b1](https://github.com/elastic/elastic-charts/commit/86dd2b1a859d6cd122902a801fe419cbbeb852ec))
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
### Features
|
|
1445
|
-
|
|
1446
|
-
* **partition:** linked text maximum length config ([#665](https://github.com/elastic/elastic-charts/issues/665)) ([7166e42](https://github.com/elastic/elastic-charts/commit/7166e422d95a60fb4685116a71a6acb87d7961cf))
|
|
1447
|
-
|
|
1448
|
-
# [19.2.0](https://github.com/elastic/elastic-charts/compare/v19.1.2...v19.2.0) (2020-05-05)
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
### Features
|
|
1452
|
-
|
|
1453
|
-
* **partition:** treemap padding ([#660](https://github.com/elastic/elastic-charts/issues/660)) ([ed1e8be](https://github.com/elastic/elastic-charts/commit/ed1e8be1c870c748fee432a643039b4ba93b2c62))
|
|
1454
|
-
|
|
1455
|
-
## [19.1.2](https://github.com/elastic/elastic-charts/compare/v19.1.1...v19.1.2) (2020-05-04)
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
### Bug Fixes
|
|
1459
|
-
|
|
1460
|
-
* **partition:** elimination of zero values ([#658](https://github.com/elastic/elastic-charts/issues/658)) ([9ee67dc](https://github.com/elastic/elastic-charts/commit/9ee67dc89851e268edf79016915b973bcea6bd98)), closes [#642](https://github.com/elastic/elastic-charts/issues/642)
|
|
1461
|
-
|
|
1462
|
-
## [19.1.1](https://github.com/elastic/elastic-charts/compare/v19.1.0...v19.1.1) (2020-04-30)
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
### Bug Fixes
|
|
1466
|
-
|
|
1467
|
-
* render charts without series ([#657](https://github.com/elastic/elastic-charts/issues/657)) ([0c0af01](https://github.com/elastic/elastic-charts/commit/0c0af01413b00734bd3dfa13dbc3aa7571ee4240))
|
|
1468
|
-
|
|
1469
|
-
# [19.1.0](https://github.com/elastic/elastic-charts/compare/v19.0.0...v19.1.0) (2020-04-30)
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
### Features
|
|
1473
|
-
|
|
1474
|
-
* **partition:** treemap group text in grooves ([#652](https://github.com/elastic/elastic-charts/issues/652)) ([304dd48](https://github.com/elastic/elastic-charts/commit/304dd481b0c3195022d2a1b26887901ba56c07e0))
|
|
1475
|
-
|
|
1476
|
-
# [19.0.0](https://github.com/elastic/elastic-charts/compare/v18.4.2...v19.0.0) (2020-04-28)
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
### Bug Fixes
|
|
1480
|
-
|
|
1481
|
-
* tooltip container scroll issue ([#647](https://github.com/elastic/elastic-charts/issues/647)) ([f411771](https://github.com/elastic/elastic-charts/commit/f4117717690f4086805f002afb85c3a4b0d2fe22))
|
|
1482
|
-
* **annotations:** fix alignment at the edges ([#641](https://github.com/elastic/elastic-charts/issues/641)) ([43c5a59](https://github.com/elastic/elastic-charts/commit/43c5a59e3862b6191537b73fc0ca604e79fbc992)), closes [#586](https://github.com/elastic/elastic-charts/issues/586)
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
### Features
|
|
1486
|
-
|
|
1487
|
-
* shift click legend items & partition legend hover ([#648](https://github.com/elastic/elastic-charts/issues/648)) ([ed91744](https://github.com/elastic/elastic-charts/commit/ed9174471e31df77234ea05f307b0dce79722bea))
|
|
1488
|
-
* **brush:** add multi axis brushing ([#625](https://github.com/elastic/elastic-charts/issues/625)) ([9e49534](https://github.com/elastic/elastic-charts/commit/9e4953474db37d33f8a19dfb1ff1a5528b0f6d54)), closes [#587](https://github.com/elastic/elastic-charts/issues/587) [#620](https://github.com/elastic/elastic-charts/issues/620)
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
### BREAKING CHANGES
|
|
1492
|
-
|
|
1493
|
-
* **brush:** The type used by the `BrushEndListener` is now in the following form `{ x?: [number, number]; y?: Array<{ groupId: GroupId; values: [number,
|
|
1494
|
-
number]; }> }` where `x` contains an array of `[min, max]` values, and the `y` property is an optional array of objects, containing the `GroupId` and the values of the brush for that specific axis.
|
|
1495
|
-
* **annotations:** In the rectangular annotation, the y0 parameter of the coordinates now refers to the minimum value and the y1 value refers to the maximum value of the y domain.
|
|
1496
|
-
|
|
1497
|
-
## [18.4.2](https://github.com/elastic/elastic-charts/compare/v18.4.1...v18.4.2) (2020-04-24)
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
### Bug Fixes
|
|
1501
|
-
|
|
1502
|
-
* tickFormat called on mark value ([#649](https://github.com/elastic/elastic-charts/issues/649)) ([daf6a82](https://github.com/elastic/elastic-charts/commit/daf6a82aee5c9ea4031daa1ab992d10955caedb0))
|
|
1503
|
-
|
|
1504
|
-
## [18.4.1](https://github.com/elastic/elastic-charts/compare/v18.4.0...v18.4.1) (2020-04-22)
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
### Bug Fixes
|
|
1508
|
-
|
|
1509
|
-
* type issue pulling from src/index ([#645](https://github.com/elastic/elastic-charts/issues/645)) ([3f3a996](https://github.com/elastic/elastic-charts/commit/3f3a996d4bfb5c1b1db9d7a4650b637f6afe996c))
|
|
1510
|
-
|
|
1511
|
-
# [18.4.0](https://github.com/elastic/elastic-charts/compare/v18.3.0...v18.4.0) (2020-04-22)
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
### Bug Fixes
|
|
1515
|
-
|
|
1516
|
-
* **partition:** single slice wrong text positioning ([#643](https://github.com/elastic/elastic-charts/issues/643)) ([6298d36](https://github.com/elastic/elastic-charts/commit/6298d36dda5349ccc91b6fb410064545e6c4becb)), closes [#637](https://github.com/elastic/elastic-charts/issues/637)
|
|
1517
|
-
* **treemap:** align onElementClick parameters to sunburst ([#636](https://github.com/elastic/elastic-charts/issues/636)) ([2c1d224](https://github.com/elastic/elastic-charts/commit/2c1d22460b7152bd5fd9c035ee522e6fb4eedd53)), closes [#624](https://github.com/elastic/elastic-charts/issues/624)
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
### Features
|
|
1521
|
-
|
|
1522
|
-
* allow colorVariant option for series specific color styles ([#630](https://github.com/elastic/elastic-charts/issues/630)) ([e5a206d](https://github.com/elastic/elastic-charts/commit/e5a206d13c1b1bdfa2d42b6f9c11652040de5971))
|
|
1523
|
-
* **series:** BubbleSeries (alpha) and markSizeAccessor ([#559](https://github.com/elastic/elastic-charts/issues/559)) ([3aa235e](https://github.com/elastic/elastic-charts/commit/3aa235e12cd843b0799282585de5795aa329296b))
|
|
1524
|
-
|
|
1525
|
-
# [18.3.0](https://github.com/elastic/elastic-charts/compare/v18.2.2...v18.3.0) (2020-04-15)
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
### Bug Fixes
|
|
1529
|
-
|
|
1530
|
-
* remove series with undefined splitSeriesAccessor values ([#627](https://github.com/elastic/elastic-charts/issues/627)) ([59f0f6e](https://github.com/elastic/elastic-charts/commit/59f0f6e718afad29abc9e761f169ca49ec2148b3))
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
### Features
|
|
1534
|
-
|
|
1535
|
-
* gauge, goal and bullet graph (alpha) ([#614](https://github.com/elastic/elastic-charts/issues/614)) ([5669178](https://github.com/elastic/elastic-charts/commit/5669178416859369d801a4360b542e3bd452dffa))
|
|
1536
|
-
* **partition:** add legend and highlighters ([#616](https://github.com/elastic/elastic-charts/issues/616)) ([6a4247e](https://github.com/elastic/elastic-charts/commit/6a4247ebc77fd95ce34557eac128b0d57a659a9e)), closes [#486](https://github.com/elastic/elastic-charts/issues/486) [#532](https://github.com/elastic/elastic-charts/issues/532)
|
|
1537
|
-
|
|
1538
|
-
## [18.2.2](https://github.com/elastic/elastic-charts/compare/v18.2.1...v18.2.2) (2020-04-09)
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
### Bug Fixes
|
|
1542
|
-
|
|
1543
|
-
* stacked percentage with zero values ([#622](https://github.com/elastic/elastic-charts/issues/622)) ([77c3146](https://github.com/elastic/elastic-charts/commit/77c314652cf5d84da536a167d0b15eb0385b2107))
|
|
1544
|
-
|
|
1545
|
-
## [18.2.1](https://github.com/elastic/elastic-charts/compare/v18.2.0...v18.2.1) (2020-04-07)
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
### Bug Fixes
|
|
1549
|
-
|
|
1550
|
-
* stack as percentage with 0 or null values ([#618](https://github.com/elastic/elastic-charts/issues/618)) ([7be1f63](https://github.com/elastic/elastic-charts/commit/7be1f63af3449a2ba220f228ba21187e87ce2467)), closes [#617](https://github.com/elastic/elastic-charts/issues/617)
|
|
1551
|
-
|
|
1552
|
-
# [18.2.0](https://github.com/elastic/elastic-charts/compare/v18.1.0...v18.2.0) (2020-03-26)
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
### Bug Fixes
|
|
1556
|
-
|
|
1557
|
-
* **line_annotation:** keep the spec in state after chart rerender ([#605](https://github.com/elastic/elastic-charts/issues/605)) ([43c13f1](https://github.com/elastic/elastic-charts/commit/43c13f1a9652e9a50b7f9cf25a84a7a772695f81)), closes [#604](https://github.com/elastic/elastic-charts/issues/604)
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
### Features
|
|
1561
|
-
|
|
1562
|
-
* **partition:** stroke configuration and linked label value font format ([#602](https://github.com/elastic/elastic-charts/issues/602)) ([7dce0a3](https://github.com/elastic/elastic-charts/commit/7dce0a3598d4c4e59087bcb086a5d520381485cb))
|
|
1563
|
-
|
|
1564
|
-
# [18.1.0](https://github.com/elastic/elastic-charts/compare/v18.0.0...v18.1.0) (2020-03-18)
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
### Bug Fixes
|
|
1568
|
-
|
|
1569
|
-
* add unicorn eslint as dev dependency ([#591](https://github.com/elastic/elastic-charts/issues/591)) ([30fd07c](https://github.com/elastic/elastic-charts/commit/30fd07c15399551ae12441145744b3fd6f617bd7))
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
### Features
|
|
1573
|
-
|
|
1574
|
-
* remove duplicate tick labels from axis ([#577](https://github.com/elastic/elastic-charts/issues/577)) ([e8c89ec](https://github.com/elastic/elastic-charts/commit/e8c89ec0588f829acdbdf169a223f96dffb067a2)), closes [#445](https://github.com/elastic/elastic-charts/issues/445)
|
|
1575
|
-
* **api:** cleanup exposed types ([#593](https://github.com/elastic/elastic-charts/issues/593)) ([544b7cc](https://github.com/elastic/elastic-charts/commit/544b7cc3825d9f277b4c4cacf51c10cb96fbc142))
|
|
1576
|
-
* **partition:** general sunburst via slice show control ([#592](https://github.com/elastic/elastic-charts/issues/592)) ([5e6a30b](https://github.com/elastic/elastic-charts/commit/5e6a30b41f38d1991c991c7003da3f6bf5bc0575))
|
|
1577
|
-
|
|
1578
|
-
# [18.0.0](https://github.com/elastic/elastic-charts/compare/v17.1.1...v18.0.0) (2020-03-17)
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
### Code Refactoring
|
|
1582
|
-
|
|
1583
|
-
* clean up TS types ([#554](https://github.com/elastic/elastic-charts/issues/554)) ([22f7635](https://github.com/elastic/elastic-charts/commit/22f7635f0a1c8564b8f59b311079224f500522b9)), closes [#547](https://github.com/elastic/elastic-charts/issues/547) [#547](https://github.com/elastic/elastic-charts/issues/547)
|
|
1584
|
-
* decouple tooltip from XY chart ([#553](https://github.com/elastic/elastic-charts/issues/553)) ([e70792e](https://github.com/elastic/elastic-charts/commit/e70792ea437c851dafc8f0f58e2faf3fb03143ae)), closes [#246](https://github.com/elastic/elastic-charts/issues/246)
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
### Features
|
|
1588
|
-
|
|
1589
|
-
* cleaner color API on SeriesSpec ([#571](https://github.com/elastic/elastic-charts/issues/571)) ([f769f7c](https://github.com/elastic/elastic-charts/commit/f769f7c0a7e15fab793f84befbf0661e3deb75c6))
|
|
1590
|
-
* **legend:** allow color picker component render prop ([#545](https://github.com/elastic/elastic-charts/issues/545)) ([90f4b95](https://github.com/elastic/elastic-charts/commit/90f4b95656ac2704693c87211a3c63993251ead4))
|
|
1591
|
-
* **partition:** add element click, over and out events ([#578](https://github.com/elastic/elastic-charts/issues/578)) ([103df02](https://github.com/elastic/elastic-charts/commit/103df026981c396eae16c406d77731ad3fe4bcec))
|
|
1592
|
-
* **partition:** add tooltip ([#544](https://github.com/elastic/elastic-charts/issues/544)) ([6bf9a69](https://github.com/elastic/elastic-charts/commit/6bf9a69b12d3075330a5728b7bdb4443e6244985)), closes [#246](https://github.com/elastic/elastic-charts/issues/246)
|
|
1593
|
-
* percentage display in partitioning charts ([#558](https://github.com/elastic/elastic-charts/issues/558)) ([d6aa8d7](https://github.com/elastic/elastic-charts/commit/d6aa8d72db1411a1967a37b5940020dc2f8037ec))
|
|
1594
|
-
* specify series name with a function on SeriesSpec ([#539](https://github.com/elastic/elastic-charts/issues/539)) ([358455a](https://github.com/elastic/elastic-charts/commit/358455aea73591965401f43ae4bfa4525c3d2953))
|
|
1595
|
-
* xAccessor can be a function accessor ([#574](https://github.com/elastic/elastic-charts/issues/574)) ([bcc3d63](https://github.com/elastic/elastic-charts/commit/bcc3d63bb126dc1714a8bf2a94d072a0c92a0231))
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
### BREAKING CHANGES
|
|
1599
|
-
|
|
1600
|
-
* The `getSpecId`, `getGroupId`, `getAxisId` and `getAnnotationId` are no longer available. Use a simple `string` instead.
|
|
1601
|
-
* `customSeriesColors` prop on `SeriesSpec` is now `color`. The `CustomSeriesColors` type is replaced with `SeriesColorAccessor`.
|
|
1602
|
-
* Remove `customSubSeriesName` prop on series specs in favor of cleaner api using just the `name` prop on `SeriesSpec`. The types `SeriesStringPredicate`, `SubSeriesStringPredicate` have been removed.
|
|
1603
|
-
* the `SeriesIdentifier` type is generalized into a simplified object with two values in common: `specId` and `key`. A specialized `XYChartSeriesIdentifier` extends now the base `SeriesIdentifier`. The `SettingsSpec` prop `showLegendDisplayValue` is renamed to `showLegendExtra` and its default value is now `false` hiding the current/last value on the legend by default.
|
|
1604
|
-
|
|
1605
|
-
## [17.1.1](https://github.com/elastic/elastic-charts/compare/v17.1.0...v17.1.1) (2020-02-21)
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
### Bug Fixes
|
|
1609
|
-
|
|
1610
|
-
* redux connect memo issue related to spec upserting ([#563](https://github.com/elastic/elastic-charts/issues/563)) ([f3a05f1](https://github.com/elastic/elastic-charts/commit/f3a05f1abe35d690e433a8ad9b6f5a999a7da7fe))
|
|
1611
|
-
|
|
1612
|
-
# [17.1.0](https://github.com/elastic/elastic-charts/compare/v17.0.3...v17.1.0) (2020-02-12)
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
### Features
|
|
1616
|
-
|
|
1617
|
-
* remove konva and add native canvas rendering ([#540](https://github.com/elastic/elastic-charts/issues/540)) ([08a4d5d](https://github.com/elastic/elastic-charts/commit/08a4d5dca21c98236c645e09548f918f088a6e96))
|
|
1618
|
-
|
|
1619
|
-
## [17.0.3](https://github.com/elastic/elastic-charts/compare/v17.0.2...v17.0.3) (2020-02-10)
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
### Bug Fixes
|
|
1623
|
-
|
|
1624
|
-
* **ie11:** replace fast-deep-equal with an internal copy IE11 safe ([#542](https://github.com/elastic/elastic-charts/issues/542)) ([2a02d7d](https://github.com/elastic/elastic-charts/commit/2a02d7d0692c6c43f6fce529bd9555552aeb093a))
|
|
1625
|
-
|
|
1626
|
-
## [17.0.2](https://github.com/elastic/elastic-charts/compare/v17.0.1...v17.0.2) (2020-02-05)
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
### Bug Fixes
|
|
1630
|
-
|
|
1631
|
-
* empty domain error for ordinal x scale ([#536](https://github.com/elastic/elastic-charts/issues/536)) ([ce4e84f](https://github.com/elastic/elastic-charts/commit/ce4e84fac8b51861cde377303ecaf9038611158b))
|
|
1632
|
-
|
|
1633
|
-
## [17.0.1](https://github.com/elastic/elastic-charts/compare/v17.0.0...v17.0.1) (2020-02-05)
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
### Bug Fixes
|
|
1637
|
-
|
|
1638
|
-
* replace PureComponent with shouldComponentUpdate ([#534](https://github.com/elastic/elastic-charts/issues/534)) ([5043725](https://github.com/elastic/elastic-charts/commit/5043725b7581bfea2340ca5323743d9fe03a4e19))
|
|
1639
|
-
|
|
1640
|
-
# [17.0.0](https://github.com/elastic/elastic-charts/compare/v16.2.1...v17.0.0) (2020-01-30)
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
### Bug Fixes
|
|
1644
|
-
|
|
1645
|
-
* **brush:** rotate brush on rotated charts ([#528](https://github.com/elastic/elastic-charts/issues/528)) ([985ac21](https://github.com/elastic/elastic-charts/commit/985ac21e1e6669d812dd9cf6c688668eee06aa65)), closes [#527](https://github.com/elastic/elastic-charts/issues/527)
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
### Features
|
|
1649
|
-
|
|
1650
|
-
* text improvements ([#524](https://github.com/elastic/elastic-charts/issues/524)) ([6e61700](https://github.com/elastic/elastic-charts/commit/6e617007f953e23cb96bef610f7ea2ce5a81161a))
|
|
1651
|
-
* **listeners:** add seriesIdentifiers to element listeners ([#525](https://github.com/elastic/elastic-charts/issues/525)) ([027d008](https://github.com/elastic/elastic-charts/commit/027d008b79996ac465b062fd9b7ecace10a3080f)), closes [#419](https://github.com/elastic/elastic-charts/issues/419) [#505](https://github.com/elastic/elastic-charts/issues/505)
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
### BREAKING CHANGES
|
|
1655
|
-
|
|
1656
|
-
* **listeners:** the `onElementOver` and the `onElementClick` are now called with
|
|
1657
|
-
`Array<[GeometryValue, SeriesIdentifier]>` instead of `Array<GeometryValue>`
|
|
1658
|
-
* renames in `Partition` charts— `Layers`: `fillLabel.formatter`->`fillLabel.valueFormatter`; type `FillLabel`-> `FillLabelConfig`
|
|
1659
|
-
|
|
1660
|
-
Non-breaking changes:
|
|
1661
|
-
|
|
1662
|
-
* feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself)
|
|
1663
|
-
|
|
1664
|
-
* feat: font styling is possible separately for values: `valueFormatter` configs
|
|
1665
|
-
|
|
1666
|
-
* test: opacity decrease example; coloring examples
|
|
1667
|
-
|
|
1668
|
-
* feat: hierarchical data (`parent`, `sortIndex`) is made available to accessors (see stories, helpful with eg. coloring)
|
|
1669
|
-
|
|
1670
|
-
* refactor: tighter types; other code improvements
|
|
1671
|
-
|
|
1672
|
-
## [16.2.1](https://github.com/elastic/elastic-charts/compare/v16.2.0...v16.2.1) (2020-01-23)
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
### Bug Fixes
|
|
1676
|
-
|
|
1677
|
-
* try to get canvas post mounting ([#521](https://github.com/elastic/elastic-charts/issues/521)) ([141f465](https://github.com/elastic/elastic-charts/commit/141f4658acd3047eb6652ef3324fcfe2b9e42903))
|
|
1678
|
-
|
|
1679
|
-
# [16.2.0](https://github.com/elastic/elastic-charts/compare/v16.1.0...v16.2.0) (2020-01-21)
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
### Features
|
|
1683
|
-
|
|
1684
|
-
* implement treemap, sunburst, pie and donut charts ([#493](https://github.com/elastic/elastic-charts/issues/493)) ([e4de627](https://github.com/elastic/elastic-charts/commit/e4de6275d63250a92ca8a07c6f7e6420ba3da73a))
|
|
1685
|
-
|
|
1686
|
-
# [16.1.0](https://github.com/elastic/elastic-charts/compare/v16.0.2...v16.1.0) (2020-01-08)
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
### Features
|
|
1690
|
-
|
|
1691
|
-
* add domain fitting ([#510](https://github.com/elastic/elastic-charts/issues/510)) ([fefe728](https://github.com/elastic/elastic-charts/commit/fefe728da21be72a38855f719bce19588319fb71))
|
|
1692
|
-
|
|
1693
|
-
## [16.0.2](https://github.com/elastic/elastic-charts/compare/v16.0.1...v16.0.2) (2020-01-03)
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
### Bug Fixes
|
|
1697
|
-
|
|
1698
|
-
* add utility-types as dependency ([#509](https://github.com/elastic/elastic-charts/issues/509)) ([26b4d9c](https://github.com/elastic/elastic-charts/commit/26b4d9c545bcd139b3e0850ce48c83051db1bd3b))
|
|
1699
|
-
|
|
1700
|
-
## [16.0.1](https://github.com/elastic/elastic-charts/compare/v16.0.0...v16.0.1) (2020-01-03)
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
### Bug Fixes
|
|
1704
|
-
|
|
1705
|
-
* **specs:** shows a chart message without series specified ([#506](https://github.com/elastic/elastic-charts/issues/506)) ([ba1a67b](https://github.com/elastic/elastic-charts/commit/ba1a67b5c59396fa38dc87516487403e53d30405))
|
|
1706
|
-
|
|
1707
|
-
# [16.0.0](https://github.com/elastic/elastic-charts/compare/v15.0.5...v16.0.0) (2020-01-02)
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
### Bug Fixes
|
|
1711
|
-
|
|
1712
|
-
* **external pointer:** avoid recursive-loops on pointer events ([#503](https://github.com/elastic/elastic-charts/issues/503)) ([c170f0d](https://github.com/elastic/elastic-charts/commit/c170f0ddfade407d4c2b2e7d1b1d72a8142b59b8)), closes [#504](https://github.com/elastic/elastic-charts/issues/504)
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
### BREAKING CHANGES
|
|
1716
|
-
|
|
1717
|
-
* **external pointer:** The `onCursorUpdate` Settings property is changed to a more generic
|
|
1718
|
-
`onPointerUpdate`. The same apply for the event type `CursorEvent` that is now `PointerEvent` and can assume a `PointerOverEvent` or `PointOutEvent` shape (see TS types)
|
|
1719
|
-
|
|
1720
|
-
## [15.0.5](https://github.com/elastic/elastic-charts/compare/v15.0.4...v15.0.5) (2019-12-12)
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
### Bug Fixes
|
|
1724
|
-
|
|
1725
|
-
* render stacked bar with stringified values ([#488](https://github.com/elastic/elastic-charts/issues/488)) ([811ee90](https://github.com/elastic/elastic-charts/commit/811ee900280706933fa33ce72b52be89684b5188)), closes [#487](https://github.com/elastic/elastic-charts/issues/487)
|
|
1726
|
-
|
|
1727
|
-
## [15.0.4](https://github.com/elastic/elastic-charts/compare/v15.0.3...v15.0.4) (2019-12-12)
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
### Bug Fixes
|
|
1731
|
-
|
|
1732
|
-
* **highlighter:** clip path unique id ([#490](https://github.com/elastic/elastic-charts/issues/490)) ([dc93624](https://github.com/elastic/elastic-charts/commit/dc936242546bb39ce973fd6dddbb60538f8be5d6)), closes [#489](https://github.com/elastic/elastic-charts/issues/489)
|
|
1733
|
-
|
|
1734
|
-
## [15.0.3](https://github.com/elastic/elastic-charts/compare/v15.0.2...v15.0.3) (2019-12-05)
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
### Bug Fixes
|
|
1738
|
-
|
|
1739
|
-
* **highlighter:** hide it when tooltip type is None ([#482](https://github.com/elastic/elastic-charts/issues/482)) ([6032c29](https://github.com/elastic/elastic-charts/commit/6032c29194d0e507fe4a9d36bf63b4b78692d271)), closes [#478](https://github.com/elastic/elastic-charts/issues/478) [#479](https://github.com/elastic/elastic-charts/issues/479)
|
|
1740
|
-
|
|
1741
|
-
## [15.0.2](https://github.com/elastic/elastic-charts/compare/v15.0.1...v15.0.2) (2019-12-05)
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
### Bug Fixes
|
|
1745
|
-
|
|
1746
|
-
* **crosshair:** hide horizontal line when the pointer is outside chart ([#484](https://github.com/elastic/elastic-charts/issues/484)) ([654d929](https://github.com/elastic/elastic-charts/commit/654d9296215d183e7433edab65a99122143b56e7)), closes [#483](https://github.com/elastic/elastic-charts/issues/483)
|
|
1747
|
-
|
|
1748
|
-
## [15.0.1](https://github.com/elastic/elastic-charts/compare/v15.0.0...v15.0.1) (2019-12-02)
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
### Bug Fixes
|
|
1752
|
-
|
|
1753
|
-
* redux dev tools config ([#465](https://github.com/elastic/elastic-charts/issues/465)) ([89d5364](https://github.com/elastic/elastic-charts/commit/89d53648f254983efc11f5f9a1636554aba31dd4))
|
|
1754
|
-
|
|
1755
|
-
# [15.0.0](https://github.com/elastic/elastic-charts/compare/v14.2.0...v15.0.0) (2019-12-02)
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
### Code Refactoring
|
|
1759
|
-
|
|
1760
|
-
* series identifications throughout library ([#419](https://github.com/elastic/elastic-charts/issues/419)) ([66a48ff](https://github.com/elastic/elastic-charts/commit/66a48ff170cec4e6d48b9219dee53a9f36b8d23d))
|
|
1761
|
-
* use redux in favour of mobx ([#281](https://github.com/elastic/elastic-charts/issues/281)) ([cd34716](https://github.com/elastic/elastic-charts/commit/cd34716c744598b8fd56a1d4d6b2eda43437d365))
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
### BREAKING CHANGES
|
|
1765
|
-
|
|
1766
|
-
* `GeometryId` is now `SeriesIdentifier`. `customSeriesColors` prop on `SeriesSpec` which used to take a `CustomSeriesColorsMap`, now expects a `CustomSeriesColors` type. `LegendItemListener` now passes the `SeriesIdentifier` type as the first callback argument.
|
|
1767
|
-
* `SpecId`,`AxisId`, `AnnotationId` types are down-casted to a `string` type. The `getSpecId`, `getAxisId` and `getAnnotationId` methods still exist and but return just the same passed string until deprecated in a future version. The spec ids, previously `id`, `axisId`,`annotationId` etc are now aligned to use the same prop name: `id`. The chart rendering status `data-ech-render-complete` and `data-ech-render-count` is no more at the root level of the `echChart` div, but on its child element: `echChartStatus`. The `Spec` has two new private properties called `chartType` and `specType`.
|
|
1768
|
-
|
|
1769
|
-
# [14.2.0](https://github.com/elastic/elastic-charts/compare/v14.1.0...v14.2.0) (2019-11-25)
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
### Features
|
|
1773
|
-
|
|
1774
|
-
* add PNG export ([#451](https://github.com/elastic/elastic-charts/issues/451)) ([e844687](https://github.com/elastic/elastic-charts/commit/e844687)), closes [#82](https://github.com/elastic/elastic-charts/issues/82)
|
|
1775
|
-
|
|
1776
|
-
# [14.1.0](https://github.com/elastic/elastic-charts/compare/v14.0.0...v14.1.0) (2019-11-13)
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
### Features
|
|
1780
|
-
|
|
1781
|
-
* fit functions for null y1 values ([#416](https://github.com/elastic/elastic-charts/issues/416)) ([e083755](https://github.com/elastic/elastic-charts/commit/e083755)), closes [#450](https://github.com/elastic/elastic-charts/issues/450) [#388](https://github.com/elastic/elastic-charts/issues/388)
|
|
1782
|
-
|
|
1783
|
-
# [14.0.0](https://github.com/elastic/elastic-charts/compare/v13.6.0...v14.0.0) (2019-11-11)
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
### Code Refactoring
|
|
1787
|
-
|
|
1788
|
-
* **typings:** prepare for upgrade TS to 3.7 ([#402](https://github.com/elastic/elastic-charts/issues/402)) ([e2700de](https://github.com/elastic/elastic-charts/commit/e2700de))
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
### BREAKING CHANGES
|
|
1792
|
-
|
|
1793
|
-
* **typings:** We have a few exported styles, used in the Theme that are changed: SharedGeometryStyle to SharedGeometryStateStyle and GeometryStyle to GeometryStateStyle
|
|
1794
|
-
|
|
1795
|
-
# [13.6.0](https://github.com/elastic/elastic-charts/compare/v13.5.12...v13.6.0) (2019-11-01)
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
### Features
|
|
1799
|
-
|
|
1800
|
-
* **bar_spec:** min bar render height ([#443](https://github.com/elastic/elastic-charts/issues/443)) ([dac21c1](https://github.com/elastic/elastic-charts/commit/dac21c1))
|
|
1801
|
-
|
|
1802
|
-
## [13.5.12](https://github.com/elastic/elastic-charts/compare/v13.5.11...v13.5.12) (2019-10-31)
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
### Bug Fixes
|
|
1806
|
-
|
|
1807
|
-
* clip bar highlighter edges ([#447](https://github.com/elastic/elastic-charts/issues/447)) ([c9fc3e2](https://github.com/elastic/elastic-charts/commit/c9fc3e2))
|
|
1808
|
-
|
|
1809
|
-
## [13.5.11](https://github.com/elastic/elastic-charts/compare/v13.5.10...v13.5.11) (2019-10-31)
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
### Bug Fixes
|
|
1813
|
-
|
|
1814
|
-
* **tooltip:** render tooltip on portal to avoid hidden overflows ([#418](https://github.com/elastic/elastic-charts/issues/418)) ([1c00e23](https://github.com/elastic/elastic-charts/commit/1c00e23)), closes [#375](https://github.com/elastic/elastic-charts/issues/375)
|
|
1815
|
-
|
|
1816
|
-
## [13.5.10](https://github.com/elastic/elastic-charts/compare/v13.5.9...v13.5.10) (2019-10-31)
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
### Bug Fixes
|
|
1820
|
-
|
|
1821
|
-
* **legend:** disable fade of other charts when hiding an item ([#446](https://github.com/elastic/elastic-charts/issues/446)) ([ff4e097](https://github.com/elastic/elastic-charts/commit/ff4e097))
|
|
1822
|
-
|
|
1823
|
-
## [13.5.9](https://github.com/elastic/elastic-charts/compare/v13.5.8...v13.5.9) (2019-10-25)
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
### Bug Fixes
|
|
1827
|
-
|
|
1828
|
-
* initial legend sizing issue ([#441](https://github.com/elastic/elastic-charts/issues/441)) ([64b9f83](https://github.com/elastic/elastic-charts/commit/64b9f83)), closes [#367](https://github.com/elastic/elastic-charts/issues/367)
|
|
1829
|
-
|
|
1830
|
-
## [13.5.8](https://github.com/elastic/elastic-charts/compare/v13.5.7...v13.5.8) (2019-10-25)
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
### Bug Fixes
|
|
1834
|
-
|
|
1835
|
-
* xDomain to exclude undefined values ([#440](https://github.com/elastic/elastic-charts/issues/440)) ([6389356](https://github.com/elastic/elastic-charts/commit/6389356))
|
|
1836
|
-
|
|
1837
|
-
## [13.5.7](https://github.com/elastic/elastic-charts/compare/v13.5.6...v13.5.7) (2019-10-23)
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
### Bug Fixes
|
|
1841
|
-
|
|
1842
|
-
* switch to momentjs to handle timezones ([#436](https://github.com/elastic/elastic-charts/issues/436)) ([a9f98c8](https://github.com/elastic/elastic-charts/commit/a9f98c8))
|
|
1843
|
-
|
|
1844
|
-
## [13.5.6](https://github.com/elastic/elastic-charts/compare/v13.5.5...v13.5.6) (2019-10-22)
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
### Bug Fixes
|
|
1848
|
-
|
|
1849
|
-
* **tickformatter:** add timeZone to tickFormatter ([#430](https://github.com/elastic/elastic-charts/issues/430)) ([6256d4d](https://github.com/elastic/elastic-charts/commit/6256d4d)), closes [#427](https://github.com/elastic/elastic-charts/issues/427)
|
|
1850
|
-
|
|
1851
|
-
## [13.5.5](https://github.com/elastic/elastic-charts/compare/v13.5.4...v13.5.5) (2019-10-22)
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
### Bug Fixes
|
|
1855
|
-
|
|
1856
|
-
* resize observer loop limit exception ([#429](https://github.com/elastic/elastic-charts/issues/429)) ([5243ef3](https://github.com/elastic/elastic-charts/commit/5243ef3))
|
|
1857
|
-
|
|
1858
|
-
## [13.5.4](https://github.com/elastic/elastic-charts/compare/v13.5.3...v13.5.4) (2019-10-17)
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
### Bug Fixes
|
|
1862
|
-
|
|
1863
|
-
* seedrandom dependency ([#424](https://github.com/elastic/elastic-charts/issues/424)) ([2670d28](https://github.com/elastic/elastic-charts/commit/2670d28))
|
|
1864
|
-
|
|
1865
|
-
## [13.5.3](https://github.com/elastic/elastic-charts/compare/v13.5.2...v13.5.3) (2019-10-17)
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
### Bug Fixes
|
|
1869
|
-
|
|
1870
|
-
* align series names on split series configuration ([#421](https://github.com/elastic/elastic-charts/issues/421)) ([bbecbcc](https://github.com/elastic/elastic-charts/commit/bbecbcc)), closes [#420](https://github.com/elastic/elastic-charts/issues/420)
|
|
1871
|
-
|
|
1872
|
-
## [13.5.2](https://github.com/elastic/elastic-charts/compare/v13.5.1...v13.5.2) (2019-10-10)
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
### Bug Fixes
|
|
1876
|
-
|
|
1877
|
-
* handle null y0 values on y log scale rendering ([#413](https://github.com/elastic/elastic-charts/issues/413)) ([5731c10](https://github.com/elastic/elastic-charts/commit/5731c10))
|
|
1878
|
-
|
|
1879
|
-
## [13.5.1](https://github.com/elastic/elastic-charts/compare/v13.5.0...v13.5.1) (2019-10-09)
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
### Bug Fixes
|
|
1883
|
-
|
|
1884
|
-
* mixing bars with line or area series breaks legend toggle ([#410](https://github.com/elastic/elastic-charts/issues/410)) ([57c0e3c](https://github.com/elastic/elastic-charts/commit/57c0e3c)), closes [#399](https://github.com/elastic/elastic-charts/issues/399)
|
|
1885
|
-
|
|
1886
|
-
# [13.5.0](https://github.com/elastic/elastic-charts/compare/v13.4.1...v13.5.0) (2019-10-09)
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
### Features
|
|
1890
|
-
|
|
1891
|
-
* **data:** fill datasets with zeros with missing points when stacked ([#409](https://github.com/elastic/elastic-charts/issues/409)) ([ef84fd4](https://github.com/elastic/elastic-charts/commit/ef84fd4)), closes [#388](https://github.com/elastic/elastic-charts/issues/388)
|
|
1892
|
-
|
|
1893
|
-
## [13.4.1](https://github.com/elastic/elastic-charts/compare/v13.4.0...v13.4.1) (2019-10-09)
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
### Bug Fixes
|
|
1897
|
-
|
|
1898
|
-
* **tooltip:** fix spec naming ([#412](https://github.com/elastic/elastic-charts/issues/412)) ([3690cca](https://github.com/elastic/elastic-charts/commit/3690cca)), closes [#411](https://github.com/elastic/elastic-charts/issues/411)
|
|
1899
|
-
|
|
1900
|
-
# [13.4.0](https://github.com/elastic/elastic-charts/compare/v13.3.0...v13.4.0) (2019-10-07)
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
### Features
|
|
1904
|
-
|
|
1905
|
-
* banded legend values ([#398](https://github.com/elastic/elastic-charts/issues/398) & [#408](https://github.com/elastic/elastic-charts/issues/408)) ([5c35a4d](https://github.com/elastic/elastic-charts/commit/5c35a4d)), closes [#162](https://github.com/elastic/elastic-charts/issues/162)
|
|
1906
|
-
|
|
1907
|
-
# [13.3.0](https://github.com/elastic/elastic-charts/compare/v13.2.0...v13.3.0) (2019-10-02)
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
### Features
|
|
1911
|
-
|
|
1912
|
-
* **tooltip:** tooltip label format for upper/lower banded area series ([#391](https://github.com/elastic/elastic-charts/issues/391)) ([dfd5d7b](https://github.com/elastic/elastic-charts/commit/dfd5d7b)), closes [#162](https://github.com/elastic/elastic-charts/issues/162)
|
|
1913
|
-
|
|
1914
|
-
# [13.2.0](https://github.com/elastic/elastic-charts/compare/v13.1.1...v13.2.0) (2019-10-01)
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
### Features
|
|
1918
|
-
|
|
1919
|
-
* **style:** point style overrides ([#385](https://github.com/elastic/elastic-charts/issues/385)) ([0f587d0](https://github.com/elastic/elastic-charts/commit/0f587d0))
|
|
1920
|
-
|
|
1921
|
-
## [13.1.1](https://github.com/elastic/elastic-charts/compare/v13.1.0...v13.1.1) (2019-09-28)
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
### Bug Fixes
|
|
1925
|
-
|
|
1926
|
-
* **rendering:** out-of-domain rendering of points/bars/lines/areas ([#395](https://github.com/elastic/elastic-charts/issues/395)) ([b6fee52](https://github.com/elastic/elastic-charts/commit/b6fee52)), closes [#386](https://github.com/elastic/elastic-charts/issues/386)
|
|
1927
|
-
|
|
1928
|
-
# [13.1.0](https://github.com/elastic/elastic-charts/compare/v13.0.1...v13.1.0) (2019-09-27)
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
### Features
|
|
1932
|
-
|
|
1933
|
-
* **axis:** add option for integer only axis ticks ([#389](https://github.com/elastic/elastic-charts/issues/389)) ([4fcfe3c](https://github.com/elastic/elastic-charts/commit/4fcfe3c)), closes [#387](https://github.com/elastic/elastic-charts/issues/387)
|
|
1934
|
-
|
|
1935
|
-
## [13.0.1](https://github.com/elastic/elastic-charts/compare/v13.0.0...v13.0.1) (2019-09-27)
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
### Bug Fixes
|
|
1939
|
-
|
|
1940
|
-
* x-scale for linear band charts ([#384](https://github.com/elastic/elastic-charts/issues/384)) ([daa3b55](https://github.com/elastic/elastic-charts/commit/daa3b55))
|
|
1941
|
-
|
|
1942
|
-
# [13.0.0](https://github.com/elastic/elastic-charts/compare/v12.1.0...v13.0.0) (2019-09-19)
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
### Features
|
|
1946
|
-
|
|
1947
|
-
* **axis:** add visibility to tick style ([#374](https://github.com/elastic/elastic-charts/issues/374)) ([265a6bb](https://github.com/elastic/elastic-charts/commit/265a6bb)), closes [#330](https://github.com/elastic/elastic-charts/issues/330)
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
### BREAKING CHANGES
|
|
1951
|
-
|
|
1952
|
-
* **axis:** `theme.axes.tickLineStyle.visible` is now required (default base is `true`)
|
|
1953
|
-
|
|
1954
|
-
# [12.1.0](https://github.com/elastic/elastic-charts/compare/v12.0.2...v12.1.0) (2019-09-19)
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
### Features
|
|
1958
|
-
|
|
1959
|
-
* **axis:** option to hide duplicate axes ([#370](https://github.com/elastic/elastic-charts/issues/370)) ([ada2ddc](https://github.com/elastic/elastic-charts/commit/ada2ddc)), closes [#368](https://github.com/elastic/elastic-charts/issues/368)
|
|
1960
|
-
|
|
1961
|
-
## [12.0.2](https://github.com/elastic/elastic-charts/compare/v12.0.1...v12.0.2) (2019-09-16)
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
### Bug Fixes
|
|
1965
|
-
|
|
1966
|
-
* **reactive_chart:** fix order of instantiation of onBrushEnd callback ([#376](https://github.com/elastic/elastic-charts/issues/376)) ([527d68d](https://github.com/elastic/elastic-charts/commit/527d68d)), closes [#360](https://github.com/elastic/elastic-charts/issues/360)
|
|
1967
|
-
|
|
1968
|
-
## [12.0.1](https://github.com/elastic/elastic-charts/compare/v12.0.0...v12.0.1) (2019-09-12)
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
### Bug Fixes
|
|
1972
|
-
|
|
1973
|
-
* **theme:** fix grid position check ([#373](https://github.com/elastic/elastic-charts/issues/373)) ([af4805f](https://github.com/elastic/elastic-charts/commit/af4805f)), closes [#372](https://github.com/elastic/elastic-charts/issues/372)
|
|
1974
|
-
|
|
1975
|
-
# [12.0.0](https://github.com/elastic/elastic-charts/compare/v11.2.0...v12.0.0) (2019-09-11)
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
### Features
|
|
1979
|
-
|
|
1980
|
-
* **theme:** add gridLineStyle to AxisConfig ([#257](https://github.com/elastic/elastic-charts/issues/257)) ([97dd812](https://github.com/elastic/elastic-charts/commit/97dd812)), closes [#237](https://github.com/elastic/elastic-charts/issues/237)
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
### BREAKING CHANGES
|
|
1984
|
-
|
|
1985
|
-
* **theme:** Added `GridLineStyle` to `Theme` (`theme.axes.gridLineStyle.horizontal` and `theme.axes.gridLineStyle.vertical`)
|
|
1986
|
-
|
|
1987
|
-
* add gridLineStyle to AxisConfig
|
|
1988
|
-
* add chartTheme vs axisSpec
|
|
1989
|
-
* add gridLineStyle for theme or spec
|
|
1990
|
-
* merge gridLineConfig from theme with axisSpec
|
|
1991
|
-
* add visible key to GridLineConfig
|
|
1992
|
-
* specify theme styling per axis in story
|
|
1993
|
-
* add gridLineStyle theme with horiz and vert
|
|
1994
|
-
|
|
1995
|
-
# [11.2.0](https://github.com/elastic/elastic-charts/compare/v11.1.2...v11.2.0) (2019-09-04)
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
### Features
|
|
1999
|
-
|
|
2000
|
-
* **chart_state:** add render change event ([#365](https://github.com/elastic/elastic-charts/issues/365)) ([521889b](https://github.com/elastic/elastic-charts/commit/521889b))
|
|
2001
|
-
|
|
2002
|
-
## [11.1.2](https://github.com/elastic/elastic-charts/compare/v11.1.1...v11.1.2) (2019-08-30)
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
### Bug Fixes
|
|
2006
|
-
|
|
2007
|
-
* **engines:** update node engine ([#363](https://github.com/elastic/elastic-charts/issues/363)) ([7fcd98c](https://github.com/elastic/elastic-charts/commit/7fcd98c)), closes [#359](https://github.com/elastic/elastic-charts/issues/359)
|
|
2008
|
-
|
|
2009
|
-
## [11.1.1](https://github.com/elastic/elastic-charts/compare/v11.1.0...v11.1.1) (2019-08-28)
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
### Bug Fixes
|
|
2013
|
-
|
|
2014
|
-
* **annotations:** markers shown in empty chart ([#358](https://github.com/elastic/elastic-charts/issues/358)) ([8dbf54e](https://github.com/elastic/elastic-charts/commit/8dbf54e)), closes [#357](https://github.com/elastic/elastic-charts/issues/357)
|
|
2015
|
-
|
|
2016
|
-
# [11.1.0](https://github.com/elastic/elastic-charts/compare/v11.0.5...v11.1.0) (2019-08-27)
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
### Features
|
|
2020
|
-
|
|
2021
|
-
* add prop to set debounce time, lower default ([#356](https://github.com/elastic/elastic-charts/issues/356)) ([38e41e0](https://github.com/elastic/elastic-charts/commit/38e41e0))
|
|
2022
|
-
|
|
2023
|
-
## [11.0.5](https://github.com/elastic/elastic-charts/compare/v11.0.4...v11.0.5) (2019-08-27)
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
### Bug Fixes
|
|
2027
|
-
|
|
2028
|
-
* clip overflowing rect/lines/areas ([#355](https://github.com/elastic/elastic-charts/issues/355)) ([3ff7379](https://github.com/elastic/elastic-charts/commit/3ff7379)), closes [#354](https://github.com/elastic/elastic-charts/issues/354)
|
|
2029
|
-
|
|
2030
|
-
## [11.0.4](https://github.com/elastic/elastic-charts/compare/v11.0.3...v11.0.4) (2019-08-27)
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
### Bug Fixes
|
|
2034
|
-
|
|
2035
|
-
* **crosshair:** limit the width of the cursor band on edges ([#353](https://github.com/elastic/elastic-charts/issues/353)) ([1177e59](https://github.com/elastic/elastic-charts/commit/1177e59)), closes [#352](https://github.com/elastic/elastic-charts/issues/352)
|
|
2036
|
-
|
|
2037
|
-
## [11.0.3](https://github.com/elastic/elastic-charts/compare/v11.0.2...v11.0.3) (2019-08-26)
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
### Bug Fixes
|
|
2041
|
-
|
|
2042
|
-
* **vertical_cursor:** fix tooltip and external events for 1st datapoint ([#349](https://github.com/elastic/elastic-charts/issues/349)) ([5c5b8d4](https://github.com/elastic/elastic-charts/commit/5c5b8d4))
|
|
2043
|
-
|
|
2044
|
-
## [11.0.2](https://github.com/elastic/elastic-charts/compare/v11.0.1...v11.0.2) (2019-08-26)
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
### Bug Fixes
|
|
2048
|
-
|
|
2049
|
-
* better theme defaults for light and dark themes ([#340](https://github.com/elastic/elastic-charts/issues/340)) ([693cdc1](https://github.com/elastic/elastic-charts/commit/693cdc1))
|
|
2050
|
-
|
|
2051
|
-
## [11.0.1](https://github.com/elastic/elastic-charts/compare/v11.0.0...v11.0.1) (2019-08-26)
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
### Bug Fixes
|
|
2055
|
-
|
|
2056
|
-
* **renderer:** stroke opacity ([#335](https://github.com/elastic/elastic-charts/issues/335)) ([d8c8459](https://github.com/elastic/elastic-charts/commit/d8c8459))
|
|
2057
|
-
|
|
2058
|
-
# [11.0.0](https://github.com/elastic/elastic-charts/compare/v10.3.1...v11.0.0) (2019-08-26)
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
### Bug Fixes
|
|
2062
|
-
|
|
2063
|
-
* **histogram:** fix overflowing annotation with single value ([#343](https://github.com/elastic/elastic-charts/issues/343)) ([2268f04](https://github.com/elastic/elastic-charts/commit/2268f04)), closes [#342](https://github.com/elastic/elastic-charts/issues/342) [#341](https://github.com/elastic/elastic-charts/issues/341)
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
### BREAKING CHANGES
|
|
2067
|
-
|
|
2068
|
-
* **histogram:** The current coordinate configuration of a rect annotation were inverted. This commit now reverse them: a rect coordinate with only the x0 value will cover from the x0 value to the end of the domain, a rect coordinate with only the x1 value will cover the interval from the beginning of the domain till the x1 value.
|
|
2069
|
-
|
|
2070
|
-
## [10.3.1](https://github.com/elastic/elastic-charts/compare/v10.3.0...v10.3.1) (2019-08-26)
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
### Bug Fixes
|
|
2074
|
-
|
|
2075
|
-
* **scales:** bisect correctly on continuous scales ([#346](https://github.com/elastic/elastic-charts/issues/346)) ([5112208](https://github.com/elastic/elastic-charts/commit/5112208)), closes [#227](https://github.com/elastic/elastic-charts/issues/227) [#221](https://github.com/elastic/elastic-charts/issues/221)
|
|
2076
|
-
|
|
2077
|
-
# [10.3.0](https://github.com/elastic/elastic-charts/compare/v10.2.0...v10.3.0) (2019-08-26)
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
### Features
|
|
2081
|
-
|
|
2082
|
-
* compute global y domain on multiple groups ([#348](https://github.com/elastic/elastic-charts/issues/348)) ([5ab46ca](https://github.com/elastic/elastic-charts/commit/5ab46ca)), closes [#169](https://github.com/elastic/elastic-charts/issues/169) [#185](https://github.com/elastic/elastic-charts/issues/185)
|
|
2083
|
-
|
|
2084
|
-
# [10.2.0](https://github.com/elastic/elastic-charts/compare/v10.1.1...v10.2.0) (2019-08-23)
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
### Features
|
|
2088
|
-
|
|
2089
|
-
* **theme:** multiple-partials ([#345](https://github.com/elastic/elastic-charts/issues/345)) ([82da5de](https://github.com/elastic/elastic-charts/commit/82da5de)), closes [#344](https://github.com/elastic/elastic-charts/issues/344)
|
|
2090
|
-
|
|
2091
|
-
## [10.1.1](https://github.com/elastic/elastic-charts/compare/v10.1.0...v10.1.1) (2019-08-22)
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
### Bug Fixes
|
|
2095
|
-
|
|
2096
|
-
* **crosshair:** disable band when chart is empty ([#338](https://github.com/elastic/elastic-charts/issues/338)) ([3bd0c43](https://github.com/elastic/elastic-charts/commit/3bd0c43)), closes [#337](https://github.com/elastic/elastic-charts/issues/337)
|
|
2097
|
-
|
|
2098
|
-
# [10.1.0](https://github.com/elastic/elastic-charts/compare/v10.0.1...v10.1.0) (2019-08-22)
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
### Features
|
|
2102
|
-
|
|
2103
|
-
* hide tooltip when over line annotation ([#339](https://github.com/elastic/elastic-charts/issues/339)) ([bef1fc7](https://github.com/elastic/elastic-charts/commit/bef1fc7)), closes [#324](https://github.com/elastic/elastic-charts/issues/324)
|
|
2104
|
-
|
|
2105
|
-
## [10.0.1](https://github.com/elastic/elastic-charts/compare/v10.0.0...v10.0.1) (2019-08-21)
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
### Bug Fixes
|
|
2109
|
-
|
|
2110
|
-
* default theme ([#336](https://github.com/elastic/elastic-charts/issues/336)) ([2edadb2](https://github.com/elastic/elastic-charts/commit/2edadb2))
|
|
2111
|
-
|
|
2112
|
-
# [10.0.0](https://github.com/elastic/elastic-charts/compare/v9.2.1...v10.0.0) (2019-08-21)
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
### Bug Fixes
|
|
2116
|
-
|
|
2117
|
-
* **tooltip:** ie11 flex sizing ([#334](https://github.com/elastic/elastic-charts/issues/334)) ([abaa472](https://github.com/elastic/elastic-charts/commit/abaa472)), closes [#332](https://github.com/elastic/elastic-charts/issues/332)
|
|
2118
|
-
* decuple brush cursor from chart rendering ([#331](https://github.com/elastic/elastic-charts/issues/331)) ([789f85a](https://github.com/elastic/elastic-charts/commit/789f85a)), closes [elastic/kibana#36517](https://github.com/elastic/kibana/issues/36517)
|
|
2119
|
-
* remove clippings from chart geometries ([#320](https://github.com/elastic/elastic-charts/issues/320)) ([ed6d0e5](https://github.com/elastic/elastic-charts/commit/ed6d0e5)), closes [#20](https://github.com/elastic/elastic-charts/issues/20)
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
### Features
|
|
2123
|
-
|
|
2124
|
-
* auto legend resize ([#316](https://github.com/elastic/elastic-charts/issues/316)) ([659d27e](https://github.com/elastic/elastic-charts/commit/659d27e)), closes [#268](https://github.com/elastic/elastic-charts/issues/268)
|
|
2125
|
-
* customize number of axis ticks ([#319](https://github.com/elastic/elastic-charts/issues/319)) ([2b838d7](https://github.com/elastic/elastic-charts/commit/2b838d7))
|
|
2126
|
-
* **theme:** base theme prop ([#333](https://github.com/elastic/elastic-charts/issues/333)) ([a9ff5e1](https://github.com/elastic/elastic-charts/commit/a9ff5e1)), closes [#292](https://github.com/elastic/elastic-charts/issues/292)
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
### BREAKING CHANGES
|
|
2130
|
-
|
|
2131
|
-
* **theme:** remove `baseThemeType` prop on `Settings` component and `BaseThemeTypes` type.
|
|
2132
|
-
* `theme.legend.spacingBuffer` added to `Theme` type. Controls the width buffer between the legend label and value.
|
|
2133
|
-
|
|
2134
|
-
## [9.2.1](https://github.com/elastic/elastic-charts/compare/v9.2.0...v9.2.1) (2019-08-20)
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
### Bug Fixes
|
|
2138
|
-
|
|
2139
|
-
* **tooltip:** fix duplicate key warning for band area charts ([#327](https://github.com/elastic/elastic-charts/issues/327)) ([0ca1884](https://github.com/elastic/elastic-charts/commit/0ca1884)), closes [#326](https://github.com/elastic/elastic-charts/issues/326)
|
|
2140
|
-
|
|
2141
|
-
# [9.2.0](https://github.com/elastic/elastic-charts/compare/v9.1.1...v9.2.0) (2019-08-19)
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
### Bug Fixes
|
|
2145
|
-
|
|
2146
|
-
* reduce opacity for points when hovering over legend items ([#322](https://github.com/elastic/elastic-charts/issues/322)) ([196341b](https://github.com/elastic/elastic-charts/commit/196341b)), closes [#291](https://github.com/elastic/elastic-charts/issues/291)
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
### Features
|
|
2150
|
-
|
|
2151
|
-
* add chart size type overrides ([#317](https://github.com/elastic/elastic-charts/issues/317)) ([b8dc9e1](https://github.com/elastic/elastic-charts/commit/b8dc9e1)), closes [#177](https://github.com/elastic/elastic-charts/issues/177)
|
|
2152
|
-
|
|
2153
|
-
## [9.1.1](https://github.com/elastic/elastic-charts/compare/v9.1.0...v9.1.1) (2019-08-16)
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
### Bug Fixes
|
|
2157
|
-
|
|
2158
|
-
* **axis:** limit chart dimensions to avoid axis labels overflow ([#314](https://github.com/elastic/elastic-charts/issues/314)) ([5751ce0](https://github.com/elastic/elastic-charts/commit/5751ce0))
|
|
2159
|
-
|
|
2160
|
-
# [9.1.0](https://github.com/elastic/elastic-charts/compare/v9.0.4...v9.1.0) (2019-08-14)
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
### Features
|
|
2164
|
-
|
|
2165
|
-
* add cursor sync mechanism ([#304](https://github.com/elastic/elastic-charts/issues/304)) ([c8c1d9d](https://github.com/elastic/elastic-charts/commit/c8c1d9d))
|
|
2166
|
-
|
|
2167
|
-
## [9.0.4](https://github.com/elastic/elastic-charts/compare/v9.0.3...v9.0.4) (2019-08-13)
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
### Bug Fixes
|
|
2171
|
-
|
|
2172
|
-
* **legend:** item hideInLegend prop ([#307](https://github.com/elastic/elastic-charts/issues/307)) ([3aa5ca3](https://github.com/elastic/elastic-charts/commit/3aa5ca3)), closes [#306](https://github.com/elastic/elastic-charts/issues/306)
|
|
2173
|
-
|
|
2174
|
-
## [9.0.3](https://github.com/elastic/elastic-charts/compare/v9.0.2...v9.0.3) (2019-08-13)
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
### Bug Fixes
|
|
2178
|
-
|
|
2179
|
-
* zIndex order for areas, lines and points ([#290](https://github.com/elastic/elastic-charts/issues/290)) ([6a4c1b1](https://github.com/elastic/elastic-charts/commit/6a4c1b1)), closes [#287](https://github.com/elastic/elastic-charts/issues/287)
|
|
2180
|
-
|
|
2181
|
-
## [9.0.2](https://github.com/elastic/elastic-charts/compare/v9.0.1...v9.0.2) (2019-08-12)
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
### Bug Fixes
|
|
2185
|
-
|
|
2186
|
-
* shift bars independently from the specs order ([#302](https://github.com/elastic/elastic-charts/issues/302)) ([1cd934d](https://github.com/elastic/elastic-charts/commit/1cd934d))
|
|
2187
|
-
|
|
2188
|
-
## [9.0.1](https://github.com/elastic/elastic-charts/compare/v9.0.0...v9.0.1) (2019-08-07)
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
### Bug Fixes
|
|
2192
|
-
|
|
2193
|
-
* handle split series with group value to 0 ([#289](https://github.com/elastic/elastic-charts/issues/289)) ([0f2217e](https://github.com/elastic/elastic-charts/commit/0f2217e)), closes [#288](https://github.com/elastic/elastic-charts/issues/288)
|
|
2194
|
-
|
|
2195
|
-
# [9.0.0](https://github.com/elastic/elastic-charts/compare/v8.1.8...v9.0.0) (2019-08-05)
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
### Features
|
|
2199
|
-
|
|
2200
|
-
* **bar_chart:** color/style override accessor ([#271](https://github.com/elastic/elastic-charts/issues/271)) ([7634f5c](https://github.com/elastic/elastic-charts/commit/7634f5c)), closes [#216](https://github.com/elastic/elastic-charts/issues/216)
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
### BREAKING CHANGES
|
|
2204
|
-
|
|
2205
|
-
* **bar_chart:** colorAccessors removed from YBasicSeriesSpec (aka for all series) which had acted similarly to a split accessor.
|
|
2206
|
-
|
|
2207
|
-
## [8.1.8](https://github.com/elastic/elastic-charts/compare/v8.1.7...v8.1.8) (2019-08-05)
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
### Bug Fixes
|
|
2211
|
-
|
|
2212
|
-
* **tooltip:** fix tooltip formatting for rotated charts ([#285](https://github.com/elastic/elastic-charts/issues/285)) ([651edd1](https://github.com/elastic/elastic-charts/commit/651edd1)), closes [#273](https://github.com/elastic/elastic-charts/issues/273)
|
|
2213
|
-
|
|
2214
|
-
## [8.1.7](https://github.com/elastic/elastic-charts/compare/v8.1.6...v8.1.7) (2019-08-05)
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
### Bug Fixes
|
|
2218
|
-
|
|
2219
|
-
* **tooltip:** fix overflow for long series names ([#274](https://github.com/elastic/elastic-charts/issues/274)) ([717486f](https://github.com/elastic/elastic-charts/commit/717486f)), closes [#270](https://github.com/elastic/elastic-charts/issues/270)
|
|
2220
|
-
|
|
2221
|
-
## [8.1.6](https://github.com/elastic/elastic-charts/compare/v8.1.5...v8.1.6) (2019-08-05)
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
### Bug Fixes
|
|
2225
|
-
|
|
2226
|
-
* **types:** export missing types ([#283](https://github.com/elastic/elastic-charts/issues/283)) ([7c475af](https://github.com/elastic/elastic-charts/commit/7c475af))
|
|
2227
|
-
|
|
2228
|
-
## [8.1.5](https://github.com/elastic/elastic-charts/compare/v8.1.4...v8.1.5) (2019-08-02)
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
### Bug Fixes
|
|
2232
|
-
|
|
2233
|
-
* disable tooltip when details or custom content is null ([#280](https://github.com/elastic/elastic-charts/issues/280)) ([4d78fdc](https://github.com/elastic/elastic-charts/commit/4d78fdc))
|
|
2234
|
-
|
|
2235
|
-
## [8.1.4](https://github.com/elastic/elastic-charts/compare/v8.1.3...v8.1.4) (2019-08-01)
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
### Bug Fixes
|
|
2239
|
-
|
|
2240
|
-
* **theme:** restore original point radius values ([#276](https://github.com/elastic/elastic-charts/issues/276)) ([16f789a](https://github.com/elastic/elastic-charts/commit/16f789a))
|
|
2241
|
-
|
|
2242
|
-
## [8.1.3](https://github.com/elastic/elastic-charts/compare/v8.1.2...v8.1.3) (2019-07-30)
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
### Bug Fixes
|
|
2246
|
-
|
|
2247
|
-
* update EUI, storybook and add autoprefixer ([#267](https://github.com/elastic/elastic-charts/issues/267)) ([f70e084](https://github.com/elastic/elastic-charts/commit/f70e084)), closes [#249](https://github.com/elastic/elastic-charts/issues/249)
|
|
2248
|
-
|
|
2249
|
-
## [8.1.2](https://github.com/elastic/elastic-charts/compare/v8.1.1...v8.1.2) (2019-07-24)
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
### Bug Fixes
|
|
2253
|
-
|
|
2254
|
-
* export GeometryValue so onElementClick callbacks can be typed ([#272](https://github.com/elastic/elastic-charts/issues/272)) ([8ed5d11](https://github.com/elastic/elastic-charts/commit/8ed5d11))
|
|
2255
|
-
|
|
2256
|
-
## [8.1.1](https://github.com/elastic/elastic-charts/compare/v8.1.0...v8.1.1) (2019-07-24)
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
### Bug Fixes
|
|
2260
|
-
|
|
2261
|
-
* handle chart click as mouseUp to prevent click while brushing ([#269](https://github.com/elastic/elastic-charts/issues/269)) ([7881b8d](https://github.com/elastic/elastic-charts/commit/7881b8d))
|
|
2262
|
-
|
|
2263
|
-
# [8.1.0](https://github.com/elastic/elastic-charts/compare/v8.0.2...v8.1.0) (2019-07-22)
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
### Features
|
|
2267
|
-
|
|
2268
|
-
* display empty chart status when no series is selected ([f1505df](https://github.com/elastic/elastic-charts/commit/f1505df)), closes [#102](https://github.com/elastic/elastic-charts/issues/102)
|
|
2269
|
-
|
|
2270
|
-
## [8.0.2](https://github.com/elastic/elastic-charts/compare/v8.0.1...v8.0.2) (2019-07-17)
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
### Bug Fixes
|
|
2274
|
-
|
|
2275
|
-
* adjust domain & range for single value histogram ([#265](https://github.com/elastic/elastic-charts/issues/265)) ([3f1358e](https://github.com/elastic/elastic-charts/commit/3f1358e))
|
|
2276
|
-
|
|
2277
|
-
## [8.0.1](https://github.com/elastic/elastic-charts/compare/v8.0.0...v8.0.1) (2019-07-15)
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
### Bug Fixes
|
|
2281
|
-
|
|
2282
|
-
* position tooltip within chart with single value xScale ([#259](https://github.com/elastic/elastic-charts/issues/259)) ([f458bc9](https://github.com/elastic/elastic-charts/commit/f458bc9))
|
|
2283
|
-
|
|
2284
|
-
# [8.0.0](https://github.com/elastic/elastic-charts/compare/v7.2.1...v8.0.0) (2019-07-15)
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
### Code Refactoring
|
|
2288
|
-
|
|
2289
|
-
* **legend:** remove visibility button ([#252](https://github.com/elastic/elastic-charts/issues/252)) ([90a1ba7](https://github.com/elastic/elastic-charts/commit/90a1ba7))
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
### Features
|
|
2293
|
-
|
|
2294
|
-
* **style:** allow fill and stroke overrides ([#258](https://github.com/elastic/elastic-charts/issues/258)) ([99c5e9f](https://github.com/elastic/elastic-charts/commit/99c5e9f))
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
### BREAKING CHANGES
|
|
2298
|
-
|
|
2299
|
-
* **style:** `LineStyle`, `AreaStyle` and `BarSeriesStyle` types differs on the optional values.
|
|
2300
|
-
`stroke` and `fill` on the theme or specific series style now override the computed series color.
|
|
2301
|
-
|
|
2302
|
-
* **legend:** the `onLegendItemClick` click handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.
|
|
2303
|
-
|
|
2304
|
-
## [7.2.1](https://github.com/elastic/elastic-charts/compare/v7.2.0...v7.2.1) (2019-07-10)
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
### Bug Fixes
|
|
2308
|
-
|
|
2309
|
-
* **last_value:** compute last value for non stacked series ([#261](https://github.com/elastic/elastic-charts/issues/261)) ([803c34e](https://github.com/elastic/elastic-charts/commit/803c34e))
|
|
2310
|
-
|
|
2311
|
-
# [7.2.0](https://github.com/elastic/elastic-charts/compare/v7.1.0...v7.2.0) (2019-07-05)
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
### Bug Fixes
|
|
2315
|
-
|
|
2316
|
-
* **ticks:** fill in additional ticks for histogram ([#251](https://github.com/elastic/elastic-charts/issues/251)) ([af92736](https://github.com/elastic/elastic-charts/commit/af92736))
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
### Features
|
|
2320
|
-
|
|
2321
|
-
* **series:** stack series in percentage mode ([#250](https://github.com/elastic/elastic-charts/issues/250)) ([1bfb430](https://github.com/elastic/elastic-charts/commit/1bfb430)), closes [#222](https://github.com/elastic/elastic-charts/issues/222)
|
|
2322
|
-
|
|
2323
|
-
# [7.1.0](https://github.com/elastic/elastic-charts/compare/v7.0.2...v7.1.0) (2019-07-03)
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
### Features
|
|
2327
|
-
|
|
2328
|
-
* **axis:** add tickLabelPadding prop ([#217](https://github.com/elastic/elastic-charts/issues/217)) ([4d40936](https://github.com/elastic/elastic-charts/commit/4d40936)), closes [#94](https://github.com/elastic/elastic-charts/issues/94)
|
|
2329
|
-
|
|
2330
|
-
## [7.0.2](https://github.com/elastic/elastic-charts/compare/v7.0.1...v7.0.2) (2019-07-03)
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
### Bug Fixes
|
|
2334
|
-
|
|
2335
|
-
* **theme:** merge optional params ([#256](https://github.com/elastic/elastic-charts/issues/256)) ([9cd660c](https://github.com/elastic/elastic-charts/commit/9cd660c)), closes [#253](https://github.com/elastic/elastic-charts/issues/253)
|
|
2336
|
-
|
|
2337
|
-
## [7.0.1](https://github.com/elastic/elastic-charts/compare/v7.0.0...v7.0.1) (2019-06-25)
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
### Bug Fixes
|
|
2341
|
-
|
|
2342
|
-
* type error with RecursivePartial ([#248](https://github.com/elastic/elastic-charts/issues/248)) ([f2b90df](https://github.com/elastic/elastic-charts/commit/f2b90df))
|
|
2343
|
-
|
|
2344
|
-
# [7.0.0](https://github.com/elastic/elastic-charts/compare/v6.3.0...v7.0.0) (2019-06-24)
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
### Features
|
|
2348
|
-
|
|
2349
|
-
* **annotation:** simplify custom tooltip function ([#247](https://github.com/elastic/elastic-charts/issues/247)) ([982bc63](https://github.com/elastic/elastic-charts/commit/982bc63))
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
### BREAKING CHANGES
|
|
2353
|
-
|
|
2354
|
-
* **annotation:** this changes the type signature of `RectAnnotation.renderTooltip?` from `(position, details) => JSX.Element` to `(details) => JSX.Element`. This allows the user to pass in a custom element without having to do the heavy lifting of writing the container positioning styles themselves.
|
|
2355
|
-
|
|
2356
|
-
# [6.3.0](https://github.com/elastic/elastic-charts/compare/v6.2.0...v6.3.0) (2019-06-20)
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
### Features
|
|
2360
|
-
|
|
2361
|
-
* **theme:** allow recursive partial theme ([#239](https://github.com/elastic/elastic-charts/issues/239)) ([d8144ee](https://github.com/elastic/elastic-charts/commit/d8144ee)), closes [#201](https://github.com/elastic/elastic-charts/issues/201)
|
|
2362
|
-
|
|
2363
|
-
# [6.2.0](https://github.com/elastic/elastic-charts/compare/v6.1.0...v6.2.0) (2019-06-19)
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
### Features
|
|
2367
|
-
|
|
2368
|
-
* add minInterval option for custom xDomain ([#240](https://github.com/elastic/elastic-charts/issues/240)) ([27f14a0](https://github.com/elastic/elastic-charts/commit/27f14a0))
|
|
2369
|
-
|
|
2370
|
-
# [6.1.0](https://github.com/elastic/elastic-charts/compare/v6.0.1...v6.1.0) (2019-06-19)
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
### Features
|
|
2374
|
-
|
|
2375
|
-
* **brush:** show crosshair cursor when brush enabled ([#243](https://github.com/elastic/elastic-charts/issues/243)) ([0b44b87](https://github.com/elastic/elastic-charts/commit/0b44b87))
|
|
2376
|
-
|
|
2377
|
-
## [6.0.1](https://github.com/elastic/elastic-charts/compare/v6.0.0...v6.0.1) (2019-06-14)
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
### Bug Fixes
|
|
2381
|
-
|
|
2382
|
-
* **line_annotation:** use scaleAndValidate for line annotations ([#236](https://github.com/elastic/elastic-charts/issues/236)) ([48b180a](https://github.com/elastic/elastic-charts/commit/48b180a))
|
|
2383
|
-
|
|
2384
|
-
# [6.0.0](https://github.com/elastic/elastic-charts/compare/v5.2.0...v6.0.0) (2019-06-13)
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
### Features
|
|
2388
|
-
|
|
2389
|
-
* **tooltip:** add custom headerFormatter ([#233](https://github.com/elastic/elastic-charts/issues/233)) ([bd181b5](https://github.com/elastic/elastic-charts/commit/bd181b5))
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
### BREAKING CHANGES
|
|
2393
|
-
|
|
2394
|
-
* **tooltip:** Previously, you could define `tooltipType` and `tooltipSnap` props in a Settings component; this commit removes these from `SettingsSpecProps` and instead there is a single `tooltip` prop which can accept either a `TooltipType` or a full `TooltipProps` object which may include `type`, `snap`, and/or `headerFormattter` for formatting the header.
|
|
2395
|
-
|
|
2396
|
-
# [5.2.0](https://github.com/elastic/elastic-charts/compare/v5.1.0...v5.2.0) (2019-06-12)
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
### Features
|
|
2400
|
-
|
|
2401
|
-
* **scss:** export the theme as SCSS file ([#231](https://github.com/elastic/elastic-charts/issues/231)) ([ebae6ab](https://github.com/elastic/elastic-charts/commit/ebae6ab))
|
|
2402
|
-
|
|
2403
|
-
# [5.1.0](https://github.com/elastic/elastic-charts/compare/v5.0.0...v5.1.0) (2019-06-11)
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
### Features
|
|
2407
|
-
|
|
2408
|
-
* add histogram mode ([#218](https://github.com/elastic/elastic-charts/issues/218)) ([b418b67](https://github.com/elastic/elastic-charts/commit/b418b67))
|
|
2409
|
-
|
|
2410
|
-
# [5.0.0](https://github.com/elastic/elastic-charts/compare/v4.2.9...v5.0.0) (2019-06-10)
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
### Bug Fixes
|
|
2414
|
-
|
|
2415
|
-
* **css:** remove dependency on EUI components and use only EUI styles ([#208](https://github.com/elastic/elastic-charts/issues/208)) ([122fade](https://github.com/elastic/elastic-charts/commit/122fade))
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
### BREAKING CHANGES
|
|
2419
|
-
|
|
2420
|
-
* **css:** EUI components are removed from this library. The single chart `style.css` stylesheet is now replaced by a `theme_only_light.css` or `theme_only_dark.css` file that brings in all the required styling for chart, tooltip and legends. `theme_light.css` and `theme_dark.css` styles include also a reset CSS style
|
|
2421
|
-
|
|
2422
|
-
## [4.2.9](https://github.com/elastic/elastic-charts/compare/v4.2.8...v4.2.9) (2019-06-07)
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
### Bug Fixes
|
|
2426
|
-
|
|
2427
|
-
* **chart_resizer:** debounce resize only after initial render ([#229](https://github.com/elastic/elastic-charts/issues/229)) ([96d3fd6](https://github.com/elastic/elastic-charts/commit/96d3fd6)), closes [#109](https://github.com/elastic/elastic-charts/issues/109)
|
|
2428
|
-
|
|
2429
|
-
## [4.2.8](https://github.com/elastic/elastic-charts/compare/v4.2.7...v4.2.8) (2019-06-06)
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
### Bug Fixes
|
|
2433
|
-
|
|
2434
|
-
* **crosshair:** adjust band position for rotation ([#220](https://github.com/elastic/elastic-charts/issues/220)) ([ac02021](https://github.com/elastic/elastic-charts/commit/ac02021))
|
|
2435
|
-
|
|
2436
|
-
## [4.2.7](https://github.com/elastic/elastic-charts/compare/v4.2.6...v4.2.7) (2019-06-05)
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
### Bug Fixes
|
|
2440
|
-
|
|
2441
|
-
* **axis_title:** remove whitespace with empty axis title ([#226](https://github.com/elastic/elastic-charts/issues/226)) ([74198dc](https://github.com/elastic/elastic-charts/commit/74198dc)), closes [#225](https://github.com/elastic/elastic-charts/issues/225)
|
|
2442
|
-
|
|
2443
|
-
## [4.2.6](https://github.com/elastic/elastic-charts/compare/v4.2.5...v4.2.6) (2019-05-21)
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
### Bug Fixes
|
|
2447
|
-
|
|
2448
|
-
* **build:** compile module resolution in commonjs ([#214](https://github.com/elastic/elastic-charts/issues/214)) ([29e2a34](https://github.com/elastic/elastic-charts/commit/29e2a34))
|
|
2449
|
-
|
|
2450
|
-
## [4.2.5](https://github.com/elastic/elastic-charts/compare/v4.2.4...v4.2.5) (2019-05-21)
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
### Bug Fixes
|
|
2454
|
-
|
|
2455
|
-
* **build:** change build target to ES5 ([#211](https://github.com/elastic/elastic-charts/issues/211)) ([39b727e](https://github.com/elastic/elastic-charts/commit/39b727e))
|
|
2456
|
-
|
|
2457
|
-
## [4.2.4](https://github.com/elastic/elastic-charts/compare/v4.2.3...v4.2.4) (2019-05-21)
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
### Bug Fixes
|
|
2461
|
-
|
|
2462
|
-
* **eui:** generate css without EUI classes ([#210](https://github.com/elastic/elastic-charts/issues/210)) ([776387b](https://github.com/elastic/elastic-charts/commit/776387b))
|
|
2463
|
-
|
|
2464
|
-
## [4.2.3](https://github.com/elastic/elastic-charts/compare/v4.2.2...v4.2.3) (2019-05-20)
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
### Bug Fixes
|
|
2468
|
-
|
|
2469
|
-
* **legend:** avoid expanding label on click ([#209](https://github.com/elastic/elastic-charts/issues/209)) ([22cad8e](https://github.com/elastic/elastic-charts/commit/22cad8e))
|
|
2470
|
-
|
|
2471
|
-
## [4.2.2](https://github.com/elastic/elastic-charts/compare/v4.2.1...v4.2.2) (2019-05-20)
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
### Bug Fixes
|
|
2475
|
-
|
|
2476
|
-
* **ie11:** fix deps and layout compatibility issues on IE11 ([9555e2a](https://github.com/elastic/elastic-charts/commit/9555e2a)), closes [#184](https://github.com/elastic/elastic-charts/issues/184)
|
|
2477
|
-
|
|
2478
|
-
## [4.2.1](https://github.com/elastic/elastic-charts/compare/v4.2.0...v4.2.1) (2019-05-09)
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
### Bug Fixes
|
|
2482
|
-
|
|
2483
|
-
* **eui:** update EUI dependency to 11.0.0 ([#206](https://github.com/elastic/elastic-charts/issues/206)) ([24779cb](https://github.com/elastic/elastic-charts/commit/24779cb))
|
|
2484
|
-
|
|
2485
|
-
# [4.2.0](https://github.com/elastic/elastic-charts/compare/v4.1.0...v4.2.0) (2019-05-06)
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
### Features
|
|
2489
|
-
|
|
2490
|
-
* **rect_annotation:** add RectAnnotation type ([#180](https://github.com/elastic/elastic-charts/issues/180)) ([b339318](https://github.com/elastic/elastic-charts/commit/b339318))
|
|
2491
|
-
|
|
2492
|
-
# [4.1.0](https://github.com/elastic/elastic-charts/compare/v4.0.2...v4.1.0) (2019-05-04)
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
### Features
|
|
2496
|
-
|
|
2497
|
-
* add option to toggle value labels on bar charts ([#182](https://github.com/elastic/elastic-charts/issues/182)) ([6d8ec0e](https://github.com/elastic/elastic-charts/commit/6d8ec0e))
|
|
2498
|
-
|
|
2499
|
-
## [4.0.2](https://github.com/elastic/elastic-charts/compare/v4.0.1...v4.0.2) (2019-05-03)
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
### Bug Fixes
|
|
2503
|
-
|
|
2504
|
-
* **scales:** improve ticks for time domains spanning a DST switch ([#204](https://github.com/elastic/elastic-charts/issues/204)) ([2713336](https://github.com/elastic/elastic-charts/commit/2713336))
|
|
2505
|
-
|
|
2506
|
-
## [4.0.1](https://github.com/elastic/elastic-charts/compare/v4.0.0...v4.0.1) (2019-05-02)
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
### Bug Fixes
|
|
2510
|
-
|
|
2511
|
-
* **scales:** use bisect to handle invertWithStep ([#200](https://github.com/elastic/elastic-charts/issues/200)) ([f971d05](https://github.com/elastic/elastic-charts/commit/f971d05)), closes [#195](https://github.com/elastic/elastic-charts/issues/195) [#183](https://github.com/elastic/elastic-charts/issues/183)
|
|
2512
|
-
|
|
2513
|
-
# [4.0.0](https://github.com/elastic/elastic-charts/compare/v3.11.4...v4.0.0) (2019-04-28)
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
### Features
|
|
2517
|
-
|
|
2518
|
-
* **scales:** add paddings between bars ([#190](https://github.com/elastic/elastic-charts/issues/190)) ([e2e4a33](https://github.com/elastic/elastic-charts/commit/e2e4a33))
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
### BREAKING CHANGES
|
|
2522
|
-
|
|
2523
|
-
* **scales:** the `ScalesConfig` type of the theme is changed from `{ordinal:{padding: number}}` to `{barsPadding: number}`
|
|
2524
|
-
|
|
2525
|
-
## [3.11.4](https://github.com/elastic/elastic-charts/compare/v3.11.3...v3.11.4) (2019-04-26)
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
### Bug Fixes
|
|
2529
|
-
|
|
2530
|
-
* **bars:** remove border visibility based on bar width ([#192](https://github.com/elastic/elastic-charts/issues/192)) ([a270bab](https://github.com/elastic/elastic-charts/commit/a270bab)), closes [#189](https://github.com/elastic/elastic-charts/issues/189)
|
|
2531
|
-
|
|
2532
|
-
## [3.11.3](https://github.com/elastic/elastic-charts/compare/v3.11.2...v3.11.3) (2019-04-24)
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
### Bug Fixes
|
|
2536
|
-
|
|
2537
|
-
* merge multi-group indexed geometry ([#187](https://github.com/elastic/elastic-charts/issues/187)) ([8047c29](https://github.com/elastic/elastic-charts/commit/8047c29)), closes [#186](https://github.com/elastic/elastic-charts/issues/186)
|
|
2538
|
-
|
|
2539
|
-
## [3.11.2](https://github.com/elastic/elastic-charts/compare/v3.11.1...v3.11.2) (2019-04-16)
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
### Bug Fixes
|
|
2543
|
-
|
|
2544
|
-
* cleanup example prop default values ([#173](https://github.com/elastic/elastic-charts/issues/173)) ([ab19df0](https://github.com/elastic/elastic-charts/commit/ab19df0))
|
|
2545
|
-
|
|
2546
|
-
## [3.11.1](https://github.com/elastic/elastic-charts/compare/v3.11.0...v3.11.1) (2019-04-16)
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
### Bug Fixes
|
|
2550
|
-
|
|
2551
|
-
* apply transform.x to area & line geometries ([#172](https://github.com/elastic/elastic-charts/issues/172)) ([da4f07f](https://github.com/elastic/elastic-charts/commit/da4f07f))
|
|
2552
|
-
|
|
2553
|
-
# [3.11.0](https://github.com/elastic/elastic-charts/compare/v3.10.2...v3.11.0) (2019-04-16)
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
### Bug Fixes
|
|
2557
|
-
|
|
2558
|
-
* remove old specs with changed ids ([#167](https://github.com/elastic/elastic-charts/issues/167)) ([6c4f705](https://github.com/elastic/elastic-charts/commit/6c4f705))
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
### Features
|
|
2562
|
-
|
|
2563
|
-
* allow individual series styling ([#170](https://github.com/elastic/elastic-charts/issues/170)) ([c780d98](https://github.com/elastic/elastic-charts/commit/c780d98))
|
|
2564
|
-
|
|
2565
|
-
## [3.10.2](https://github.com/elastic/elastic-charts/compare/v3.10.1...v3.10.2) (2019-04-12)
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
### Bug Fixes
|
|
2569
|
-
|
|
2570
|
-
* **exports:** fix missing exports for annotations ([#166](https://github.com/elastic/elastic-charts/issues/166)) ([fe28afb](https://github.com/elastic/elastic-charts/commit/fe28afb))
|
|
2571
|
-
|
|
2572
|
-
## [3.10.1](https://github.com/elastic/elastic-charts/compare/v3.10.0...v3.10.1) (2019-04-11)
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
### Bug Fixes
|
|
2576
|
-
|
|
2577
|
-
* temporary disable animation ([#164](https://github.com/elastic/elastic-charts/issues/164)) ([80b3231](https://github.com/elastic/elastic-charts/commit/80b3231)), closes [#89](https://github.com/elastic/elastic-charts/issues/89) [#41](https://github.com/elastic/elastic-charts/issues/41) [#161](https://github.com/elastic/elastic-charts/issues/161)
|
|
2578
|
-
* temporary disable animation ([#164](https://github.com/elastic/elastic-charts/issues/164)) ([c53c8a6](https://github.com/elastic/elastic-charts/commit/c53c8a6)), closes [#89](https://github.com/elastic/elastic-charts/issues/89) [#41](https://github.com/elastic/elastic-charts/issues/41) [#161](https://github.com/elastic/elastic-charts/issues/161)
|
|
2579
|
-
|
|
2580
|
-
# [3.10.0](https://github.com/elastic/elastic-charts/compare/v3.9.0...v3.10.0) (2019-04-11)
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
### Features
|
|
2584
|
-
|
|
2585
|
-
* add band area chart ([#157](https://github.com/elastic/elastic-charts/issues/157)) ([a9307ef](https://github.com/elastic/elastic-charts/commit/a9307ef)), closes [#144](https://github.com/elastic/elastic-charts/issues/144)
|
|
2586
|
-
|
|
2587
|
-
# [3.9.0](https://github.com/elastic/elastic-charts/compare/v3.8.0...v3.9.0) (2019-04-10)
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
### Features
|
|
2591
|
-
|
|
2592
|
-
* **legend:** display series value (dependent on hover) & sort in legend ([#155](https://github.com/elastic/elastic-charts/issues/155)) ([78af858](https://github.com/elastic/elastic-charts/commit/78af858))
|
|
2593
|
-
|
|
2594
|
-
# [3.8.0](https://github.com/elastic/elastic-charts/compare/v3.7.2...v3.8.0) (2019-04-08)
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
### Features
|
|
2598
|
-
|
|
2599
|
-
* **line_annotation:** add hideLines and hideTooltips props to spec ([#154](https://github.com/elastic/elastic-charts/issues/154)) ([ba806b1](https://github.com/elastic/elastic-charts/commit/ba806b1))
|
|
2600
|
-
|
|
2601
|
-
## [3.7.2](https://github.com/elastic/elastic-charts/compare/v3.7.1...v3.7.2) (2019-04-08)
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
### Bug Fixes
|
|
2605
|
-
|
|
2606
|
-
* **timescale:** consider timezone on axis ticks ([#151](https://github.com/elastic/elastic-charts/issues/151)) ([d860c97](https://github.com/elastic/elastic-charts/commit/d860c97)), closes [#130](https://github.com/elastic/elastic-charts/issues/130)
|
|
2607
|
-
|
|
2608
|
-
## [3.7.1](https://github.com/elastic/elastic-charts/compare/v3.7.0...v3.7.1) (2019-04-05)
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
### Bug Fixes
|
|
2612
|
-
|
|
2613
|
-
* **domain:** set domain bounds dependent on negative/positive values ([#149](https://github.com/elastic/elastic-charts/issues/149)) ([5b16be6](https://github.com/elastic/elastic-charts/commit/5b16be6))
|
|
2614
|
-
|
|
2615
|
-
# [3.7.0](https://github.com/elastic/elastic-charts/compare/v3.6.0...v3.7.0) (2019-04-04)
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
### Features
|
|
2619
|
-
|
|
2620
|
-
* **legend:** hide legend item if hideLegendItem on series spec is true ([#147](https://github.com/elastic/elastic-charts/issues/147)) ([6761c2b](https://github.com/elastic/elastic-charts/commit/6761c2b))
|
|
2621
|
-
|
|
2622
|
-
# [3.6.0](https://github.com/elastic/elastic-charts/compare/v3.5.1...v3.6.0) (2019-04-04)
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
### Features
|
|
2626
|
-
|
|
2627
|
-
* **annotations:** render line annotations via LineAnnotation spec ([#126](https://github.com/elastic/elastic-charts/issues/126)) ([98ff170](https://github.com/elastic/elastic-charts/commit/98ff170))
|
|
2628
|
-
|
|
2629
|
-
## [3.5.1](https://github.com/elastic/elastic-charts/compare/v3.5.0...v3.5.1) (2019-04-02)
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
### Bug Fixes
|
|
2633
|
-
|
|
2634
|
-
* **build:** fix dependencies for kibana integration ([#146](https://github.com/elastic/elastic-charts/issues/146)) ([b875e3d](https://github.com/elastic/elastic-charts/commit/b875e3d)), closes [#145](https://github.com/elastic/elastic-charts/issues/145)
|
|
2635
|
-
|
|
2636
|
-
# [3.5.0](https://github.com/elastic/elastic-charts/compare/v3.4.5...v3.5.0) (2019-04-01)
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
### Bug Fixes
|
|
2640
|
-
|
|
2641
|
-
* **areachart:** fix misaligned rendering props ([#141](https://github.com/elastic/elastic-charts/issues/141)) ([9694b5b](https://github.com/elastic/elastic-charts/commit/9694b5b)), closes [#140](https://github.com/elastic/elastic-charts/issues/140)
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
### Features
|
|
2645
|
-
|
|
2646
|
-
* **specs:** add name to series specs ([#142](https://github.com/elastic/elastic-charts/issues/142)) ([a6e6f49](https://github.com/elastic/elastic-charts/commit/a6e6f49)), closes [#136](https://github.com/elastic/elastic-charts/issues/136)
|
|
2647
|
-
|
|
2648
|
-
## [3.4.5](https://github.com/elastic/elastic-charts/compare/v3.4.4...v3.4.5) (2019-03-29)
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
### Bug Fixes
|
|
2652
|
-
|
|
2653
|
-
* **animation:** re-enabled animateData prop to disable animation ([#129](https://github.com/elastic/elastic-charts/issues/129)) ([32b4263](https://github.com/elastic/elastic-charts/commit/32b4263))
|
|
2654
|
-
* **specs:** limit xScaleType to linear, time and ordinal ([#127](https://github.com/elastic/elastic-charts/issues/127)) ([59c3b70](https://github.com/elastic/elastic-charts/commit/59c3b70)), closes [#122](https://github.com/elastic/elastic-charts/issues/122)
|
|
2655
|
-
|
|
2656
|
-
## [3.4.4](https://github.com/elastic/elastic-charts/compare/v3.4.3...v3.4.4) (2019-03-28)
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
### Bug Fixes
|
|
2660
|
-
|
|
2661
|
-
* **crosshair:** use offsetX/Y instead of clientX/Y ([#128](https://github.com/elastic/elastic-charts/issues/128)) ([7c1155f](https://github.com/elastic/elastic-charts/commit/7c1155f)), closes [#123](https://github.com/elastic/elastic-charts/issues/123)
|
|
2662
|
-
|
|
2663
|
-
## [3.4.3](https://github.com/elastic/elastic-charts/compare/v3.4.2...v3.4.3) (2019-03-26)
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
### Bug Fixes
|
|
2667
|
-
|
|
2668
|
-
* **chart_state:** maintain series visibility state on props update ([#118](https://github.com/elastic/elastic-charts/issues/118)) ([18e7784](https://github.com/elastic/elastic-charts/commit/18e7784))
|
|
2669
|
-
|
|
2670
|
-
## [3.4.2](https://github.com/elastic/elastic-charts/compare/v3.4.1...v3.4.2) (2019-03-26)
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
### Bug Fixes
|
|
2674
|
-
|
|
2675
|
-
* **rendering:** fix rendering values <= 0 on log scale ([#114](https://github.com/elastic/elastic-charts/issues/114)) ([9d7b159](https://github.com/elastic/elastic-charts/commit/9d7b159)), closes [#112](https://github.com/elastic/elastic-charts/issues/112) [#63](https://github.com/elastic/elastic-charts/issues/63)
|
|
2676
|
-
|
|
2677
|
-
## [3.4.1](https://github.com/elastic/elastic-charts/compare/v3.4.0...v3.4.1) (2019-03-26)
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
### Bug Fixes
|
|
2681
|
-
|
|
2682
|
-
* **brushing:** enable mouseup event outside chart element ([#120](https://github.com/elastic/elastic-charts/issues/120)) ([77d62f6](https://github.com/elastic/elastic-charts/commit/77d62f6)), closes [#119](https://github.com/elastic/elastic-charts/issues/119)
|
|
2683
|
-
|
|
2684
|
-
# [3.4.0](https://github.com/elastic/elastic-charts/compare/v3.3.1...v3.4.0) (2019-03-25)
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
### Features
|
|
2688
|
-
|
|
2689
|
-
* allow partial custom domain ([#116](https://github.com/elastic/elastic-charts/issues/116)) ([d0b6b19](https://github.com/elastic/elastic-charts/commit/d0b6b19))
|
|
2690
|
-
|
|
2691
|
-
## [3.3.1](https://github.com/elastic/elastic-charts/compare/v3.3.0...v3.3.1) (2019-03-25)
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
### Bug Fixes
|
|
2695
|
-
|
|
2696
|
-
* **chart:** fix duplicated keys for chart elements ([#115](https://github.com/elastic/elastic-charts/issues/115)) ([6f12067](https://github.com/elastic/elastic-charts/commit/6f12067))
|
|
2697
|
-
|
|
2698
|
-
# [3.3.0](https://github.com/elastic/elastic-charts/compare/v3.2.0...v3.3.0) (2019-03-22)
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
### Features
|
|
2702
|
-
|
|
2703
|
-
* **interactions:** crosshair ([5ddd1a8](https://github.com/elastic/elastic-charts/commit/5ddd1a8)), closes [#80](https://github.com/elastic/elastic-charts/issues/80) [#58](https://github.com/elastic/elastic-charts/issues/58) [#88](https://github.com/elastic/elastic-charts/issues/88)
|
|
2704
|
-
|
|
2705
|
-
# [3.2.0](https://github.com/elastic/elastic-charts/compare/v3.1.1...v3.2.0) (2019-03-19)
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
### Features
|
|
2709
|
-
|
|
2710
|
-
* **domain:** scale data to a specific domain via axis spec ([#98](https://github.com/elastic/elastic-charts/issues/98)) ([b039ebf](https://github.com/elastic/elastic-charts/commit/b039ebf))
|
|
2711
|
-
|
|
2712
|
-
## [3.1.1](https://github.com/elastic/elastic-charts/compare/v3.1.0...v3.1.1) (2019-03-19)
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
### Bug Fixes
|
|
2716
|
-
|
|
2717
|
-
* **npm:** add missing generated file to npm package ([6dd9140](https://github.com/elastic/elastic-charts/commit/6dd9140))
|
|
2718
|
-
|
|
2719
|
-
# [3.1.0](https://github.com/elastic/elastic-charts/compare/v3.0.1...v3.1.0) (2019-03-11)
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
### Features
|
|
2723
|
-
|
|
2724
|
-
* **series:** set custom series colors through spec prop ([#95](https://github.com/elastic/elastic-charts/issues/95)) ([fb09dc9](https://github.com/elastic/elastic-charts/commit/fb09dc9))
|
|
2725
|
-
|
|
2726
|
-
## [3.0.1](https://github.com/elastic/elastic-charts/compare/v3.0.0...v3.0.1) (2019-03-08)
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
### Bug Fixes
|
|
2730
|
-
|
|
2731
|
-
* **canvas_text_bbox_calculator:** increase font scaling factor ([#93](https://github.com/elastic/elastic-charts/issues/93)) ([f6a1f1d](https://github.com/elastic/elastic-charts/commit/f6a1f1d))
|
|
2732
|
-
|
|
2733
|
-
# [3.0.0](https://github.com/elastic/elastic-charts/compare/v2.1.0...v3.0.0) (2019-03-06)
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
### Bug Fixes
|
|
2737
|
-
|
|
2738
|
-
* **scale:** return ticks in millis for time scales for line/area charts ([8b46283](https://github.com/elastic/elastic-charts/commit/8b46283))
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
### BREAKING CHANGES
|
|
2742
|
-
|
|
2743
|
-
* **scale:** The props callback is called with millis instead of Date for axis on line or area only charts.
|
|
2744
|
-
|
|
2745
|
-
# [2.1.0](https://github.com/elastic/elastic-charts/compare/v2.0.0...v2.1.0) (2019-03-06)
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
### Features
|
|
2749
|
-
|
|
2750
|
-
* **legend/click:** add click interations on legend titles ([#51](https://github.com/elastic/elastic-charts/issues/51)) ([7d6139d](https://github.com/elastic/elastic-charts/commit/7d6139d))
|
|
2751
|
-
|
|
2752
|
-
# [2.0.0](https://github.com/elastic/elastic-charts/compare/v1.1.1...v2.0.0) (2019-02-19)
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
### Features
|
|
2756
|
-
|
|
2757
|
-
* add dark theme ([#44](https://github.com/elastic/elastic-charts/issues/44)) ([766f1ad](https://github.com/elastic/elastic-charts/commit/766f1ad)), closes [#35](https://github.com/elastic/elastic-charts/issues/35)
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
### BREAKING CHANGES
|
|
2761
|
-
|
|
2762
|
-
* The `Theme.AxisConfig` type has a different signature.
|
|
2763
|
-
It now contains `axisTitleStyle`, `axisLineStyle`, `tickLabelStyle` and
|
|
2764
|
-
`tickLineStyle` defined as `TextStyle` or `StrokeStyle` elements.
|
|
2765
|
-
The `Theme` interface is changed in a more flat structure.
|
|
2766
|
-
`darkMode` prop from `Setting` is removed.
|
|
2767
|
-
`theme` prop in `Setting` is now a `Theme` type object, not a `PartialTheme`.
|
|
2768
|
-
You can use `mergeWithDefaultTheme` function to merge an existing theme
|
|
2769
|
-
with a partial one.
|
|
2770
|
-
|
|
2771
|
-
## [1.1.1](https://github.com/elastic/elastic-charts/compare/v1.1.0...v1.1.1) (2019-02-15)
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
### Bug Fixes
|
|
2775
|
-
|
|
2776
|
-
* limit log scale domain ([f7679a8](https://github.com/elastic/elastic-charts/commit/f7679a8)), closes [#21](https://github.com/elastic/elastic-charts/issues/21)
|
|
2777
|
-
|
|
2778
|
-
# [1.1.0](https://github.com/elastic/elastic-charts/compare/v1.0.2...v1.1.0) (2019-02-14)
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
### Features
|
|
2782
|
-
|
|
2783
|
-
* **legend/series:** add hover interaction on legend items ([#31](https://github.com/elastic/elastic-charts/issues/31)) ([c56a252](https://github.com/elastic/elastic-charts/commit/c56a252)), closes [#24](https://github.com/elastic/elastic-charts/issues/24)
|
|
2784
|
-
|
|
2785
|
-
## [1.0.2](https://github.com/elastic/elastic-charts/compare/v1.0.1...v1.0.2) (2019-02-08)
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
### Bug Fixes
|
|
2789
|
-
|
|
2790
|
-
* **offscreen canvas:** set negative position to move offscreen ([#50](https://github.com/elastic/elastic-charts/issues/50)) ([0f61ac8](https://github.com/elastic/elastic-charts/commit/0f61ac8)), closes [#43](https://github.com/elastic/elastic-charts/issues/43)
|
|
2791
|
-
|
|
2792
|
-
## [1.0.1](https://github.com/elastic/elastic-charts/compare/v1.0.0...v1.0.1) (2019-02-07)
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
### Bug Fixes
|
|
2796
|
-
|
|
2797
|
-
* **axis labels:** offset previous space correctly ([#45](https://github.com/elastic/elastic-charts/issues/45)) ([ff2a47a](https://github.com/elastic/elastic-charts/commit/ff2a47a)), closes [#42](https://github.com/elastic/elastic-charts/issues/42)
|
|
2798
|
-
|
|
2799
|
-
# 1.0.0 (2019-02-07)
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
### Bug Fixes
|
|
2803
|
-
|
|
2804
|
-
* reflect specs ids on legend items when using single series ([8b39f15](https://github.com/elastic/elastic-charts/commit/8b39f15))
|
|
2805
|
-
* **axis:** add axisTitleHeight to axis increments ([#29](https://github.com/elastic/elastic-charts/issues/29)) ([e34f0ae](https://github.com/elastic/elastic-charts/commit/e34f0ae)), closes [#26](https://github.com/elastic/elastic-charts/issues/26)
|
|
2806
|
-
* **axis:** fix horizontal title positioning to account for title padding ([08d1f83](https://github.com/elastic/elastic-charts/commit/08d1f83))
|
|
2807
|
-
* **axis:** scale tick labels to fix text truncation on chrome ([#38](https://github.com/elastic/elastic-charts/issues/38)) ([99c2332](https://github.com/elastic/elastic-charts/commit/99c2332)), closes [#18](https://github.com/elastic/elastic-charts/issues/18)
|
|
2808
|
-
* **axis:** use titleFontSize for debug rect for horizontal axis title ([#17](https://github.com/elastic/elastic-charts/issues/17)) ([af4aa58](https://github.com/elastic/elastic-charts/commit/af4aa58)), closes [#11](https://github.com/elastic/elastic-charts/issues/11)
|
|
2809
|
-
* **dimensions:** use chart top padding in computation of chart height ([42585f7](https://github.com/elastic/elastic-charts/commit/42585f7)), closes [#13](https://github.com/elastic/elastic-charts/issues/13)
|
|
2810
|
-
* **x_domain:** fix x value asc sorting using numbers ([26b33ff](https://github.com/elastic/elastic-charts/commit/26b33ff))
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
### Features
|
|
2814
|
-
|
|
2815
|
-
* add tickLabelRotation and showGridLines features ([#7](https://github.com/elastic/elastic-charts/issues/7)) ([47f118b](https://github.com/elastic/elastic-charts/commit/47f118b))
|
|
2816
|
-
* **axis:** draw grid lines separately from axis tick and customize style with config ([#8](https://github.com/elastic/elastic-charts/issues/8)) ([ab7e974](https://github.com/elastic/elastic-charts/commit/ab7e974))
|