Releases: elastic/elastic-charts
Releases · elastic/elastic-charts
v3.1.1
3.1.1 (2019-03-19)
Bug Fixes
- npm: add missing generated file to npm package (6dd9140)
v3.1.0
3.1.0 (2019-03-11)
Features
- series: set custom series colors through spec prop (#95) (fb09dc9)
v3.0.1
3.0.1 (2019-03-08)
Bug Fixes
- canvas_text_bbox_calculator: increase font scaling factor (#93) (f6a1f1d)
v3.0.0
3.0.0 (2019-03-06)
Bug Fixes
- scale: return ticks in millis for time scales for line/area charts (8b46283)
BREAKING CHANGES
- scale: The props callback is called with millis instead of Date for axis on line or area only charts.
v2.1.0
2.1.0 (2019-03-06)
Features
- legend/click: add click interations on legend titles (#51) (7d6139d)
v2.0.0
2.0.0 (2019-02-19)
Features
BREAKING CHANGES
- The
Theme.AxisConfig
type has a different signature.
It now contains axisTitleStyle
, axisLineStyle
, tickLabelStyle
and
tickLineStyle
defined as TextStyle
or StrokeStyle
elements.
The Theme
interface is changed in a more flat structure.
darkMode
prop from Setting
is removed.
theme
prop in Setting
is now a Theme
type object, not a PartialTheme
.
You can use mergeWithDefaultTheme
function to merge an existing theme
with a partial one.
v1.1.1
1.1.1 (2019-02-15)
Bug Fixes
v1.1.0
1.1.0 (2019-02-14)
Features
- legend/series: add hover interaction on legend items (#31) (c56a252), closes #24
v1.0.2
1.0.2 (2019-02-08)
Bug Fixes
- offscreen canvas: set negative position to move offscreen (#50) (0f61ac8), closes #43
v1.0.1
1.0.1 (2019-02-07)
Bug Fixes
- axis labels: offset previous space correctly (#45) (ff2a47a), closes #42