Skip to content

Releases: elastic/elastic-charts

v3.3.1

25 Mar 13:28
Compare
Choose a tag to compare

3.3.1 (2019-03-25)

Bug Fixes

  • chart: fix duplicated keys for chart elements (#115) (6f12067)

v3.3.0

22 Mar 16:34
Compare
Choose a tag to compare

3.3.0 (2019-03-22)

Features

v3.2.0

19 Mar 19:25
Compare
Choose a tag to compare

3.2.0 (2019-03-19)

Features

  • domain: scale data to a specific domain via axis spec (#98) (b039ebf)

v3.1.1

19 Mar 13:17
Compare
Choose a tag to compare

3.1.1 (2019-03-19)

Bug Fixes

  • npm: add missing generated file to npm package (6dd9140)

v3.1.0

11 Mar 15:42
Compare
Choose a tag to compare

3.1.0 (2019-03-11)

Features

  • series: set custom series colors through spec prop (#95) (fb09dc9)

v3.0.1

08 Mar 18:26
Compare
Choose a tag to compare

3.0.1 (2019-03-08)

Bug Fixes

  • canvas_text_bbox_calculator: increase font scaling factor (#93) (f6a1f1d)

v3.0.0

06 Mar 22:09
Compare
Choose a tag to compare

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

06 Mar 17:50
Compare
Choose a tag to compare

2.1.0 (2019-03-06)

Features

  • legend/click: add click interations on legend titles (#51) (7d6139d)

v2.0.0

19 Feb 09:05
Compare
Choose a tag to compare

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

15 Feb 09:34
Compare
Choose a tag to compare

1.1.1 (2019-02-15)

Bug Fixes