Skip to content

Latest commit

 

History

History
105 lines (53 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

105 lines (53 loc) · 5.39 KB

3.1.1 (2019-03-19)

Bug Fixes

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

3.1.0 (2019-03-11)

Features

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

3.0.1 (2019-03-08)

Bug Fixes

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

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.

2.1.0 (2019-03-06)

Features

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

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.

1.1.1 (2019-02-15)

Bug Fixes

1.1.0 (2019-02-14)

Features

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

1.0.2 (2019-02-08)

Bug Fixes

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

1.0.1 (2019-02-07)

Bug Fixes

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

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)