Skip to content

Releases: zakodium-oss/react-plot

react-plot v0.13.0

18 Jan 10:32
9fe7af9
Compare
Choose a tag to compare

Features

  • add support for all line props and markerSize to arrow annotation (#247) (b4e7898)
  • automatically create axes if they are omitted (#248) (0bbe3bd)
  • implement all missing axis props & fix Position of tick labels (#254) (009a3bc)
  • support annotation x/y coordinates as "%" (#255) (a23bda8)

Bug Fixes

  • resize plot for and place legend correctly (#250) (cc55696)

react-plot v0.12.0

13 Jan 15:44
4fd9f40
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update annotations props names (#224)
  • reimplement plot rendering with auto-sizing (#203)

Features

  • add color prop to annotation arrow (#231) (989ad21)
  • add onMouseUp, onMouseDown and onDoubleClick callbacks (3dc68cc)
  • support alignment of annotation groups (#223) (0a46e11)
  • tickLabelFormat callback in axis component (#220) (352dfe5)
  • update annotations props names (#224) (9344269)

Code Refactoring

  • reimplement plot rendering with auto-sizing (#203) (ee1483d)

react-plot v0.11.0

02 Nov 14:31
42da65d
Compare
Choose a tag to compare

Features

  • add relative position to line annotation (#195) (f1ce10c)

react-plot v0.10.2

01 Oct 15:56
bf0740d
Compare
Choose a tag to compare

Bug Fixes

  • update dependencies and add react as peer dependency (f935942)

react-plot v0.10.1

30 Aug 11:42
fd2743b
Compare
Choose a tag to compare

Bug Fixes

  • add Legend on ScatterSeries (7ee85e3)
  • correctly export RangeSeriesPointType (ccbb433)
  • export BarSeriesProps (b97cda9)
  • improve validation of Plot children (0e7db4b)

react-plot v0.10.0

21 Apr 15:01
a18286c
Compare
Choose a tag to compare

Features

  • add annotations as children to PlotObject (241c941)
  • add annotations to plotObject (4a6ade9)

Bug Fixes

  • shape story out of viewport (a5a9c29)

react-plot v0.9.0

20 Apr 13:54
64dc7b6
Compare
Choose a tag to compare

Features

  • allow parallel axes in plotObject (40f8889)
  • create a parallel axis with style (ca7596b)

Bug Fixes

  • allow empty svg configuration (6c39095)
  • correctly compute position of Annotation.Shape (d4ee0d7)
  • remove display gridlines from parallel axis (3b3dba5)
  • uses pixels position to determine closest (5e5042a)

react-plot v0.8.0

14 Apr 11:57
dd5392c
Compare
Choose a tag to compare

Features

react-plot v0.7.1

29 Mar 09:12
5c973e5
Compare
Choose a tag to compare

Bug Fixes

  • do not show legend if series is hidden (#163) (d1e57eb)

react-plot v0.6.0

09 Mar 14:42
4c6c463
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The PlotProps style and viewportStyle props were renamed to plotViewportStyle and seriesViewportStyle, respectively.

Features

Bug Fixes

Code Refactoring

  • rename style and viewportStyle props (ecdc727)