Skip to content

Releases: spotify/reactochart

v1.8.0

22 Jan 22:41
7e97e4c
Compare
Choose a tag to compare
  • #139 Update x and y axis to have onMouseEnterAxis, onMouseLeaveAxis, onMouseMoveAxis and onMouseClickAxis

v1.7.0

14 Jan 18:17
348f095
Compare
Choose a tag to compare

Warning: To those using the recent labelStyle function accessor prop (added in 1.6), the function signature now returns an object containing { text, x, y, height, value } as opposed to just the text

  • #136 Update labelStyle accessor to return more useful label information. Upgrade webpack-dev-server to fix security issue.

v1.6.0

14 Jan 18:17
1bd0239
Compare
Choose a tag to compare
  • #134 Make labelStyle a function accessor (still supports objects as props). Fixes ZoomContainer dependencies issue.

v1.5.1

19 Dec 16:03
17364cf
Compare
Choose a tag to compare

v1.5.0

12 Dec 02:42
6e49b44
Compare
Choose a tag to compare
  • #129 Upgrade webpack and resolve security dev dependencies
  • #130 Upgrade to react v16 and update peer dependencies

v1.4.1

04 Dec 16:41
6dc44cb
Compare
Choose a tag to compare

v1.4.0

02 Dec 21:15
d26a9c5
Compare
Choose a tag to compare
  • #125 Omit certain XYPlot props from overriding children props downstream. Added xyPlotStyle prop.

v1.3.1

13 Nov 16:59
ef3cb52
Compare
Choose a tag to compare
  • #117 Add style prop to XYPlot component
  • #115 Update documentation around nice
  • #121 xyPlotClassName omission fix - thanks @rpjs!

v1.3.0

13 Sep 15:23
3b5aa6d
Compare
Choose a tag to compare
  • #114 Add optional label placement to barchart - thanks @dgdblank!
  • #111 Rebuild docs for gh-pages branch
  • #109 Adds curve prop to AreaChart for custom curves - thanks @dgdblank!

v1.2.0

29 Aug 21:40
67c7e5f
Compare
Choose a tag to compare
  • #106 Adds showLine and lineStyle prop to X and Y Axis. Also adds default styling to provide X and Y Axis line with stroke color