Skip to content

Releases: elastic/elastic-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

v1.1.0

14 Feb 18:55
Compare
Choose a tag to compare

1.1.0 (2019-02-14)

Features

  • legend/series: add hover interaction on legend items (#31) (c56a252), closes #24

v1.0.2

08 Feb 16:08
Compare
Choose a tag to compare

1.0.2 (2019-02-08)

Bug Fixes

  • offscreen canvas: set negative position to move offscreen (#50) (0f61ac8), closes #43

v1.0.1

07 Feb 21:35
Compare
Choose a tag to compare

1.0.1 (2019-02-07)

Bug Fixes

  • axis labels: offset previous space correctly (#45) (ff2a47a), closes #42

v1.0.0

07 Feb 01:39
Compare
Choose a tag to compare

1.0.0 (2019-02-07)

Bug Fixes

  • reflect specs ids on legend items when using single series (8b39f15)
  • axis: add axisTitleHeight to axis increments (#29) (e34f0ae), closes #26
  • axis: fix horizontal title positioning to account for title padding (08d1f83)
  • axis: scale tick labels to fix text truncation on chrome (#38) (99c2332), closes #18
  • axis: use titleFontSize for debug rect for horizontal axis title (#17) (af4aa58), closes #11
  • dimensions: use chart top padding in computation of chart height (42585f7), closes #13
  • x_domain: fix x value asc sorting using numbers (26b33ff)

Features

  • add tickLabelRotation and showGridLines features (#7) (47f118b)
  • axis: draw grid lines separately from axis tick and customize style with config (#8) (ab7e974)