Skip to content

react-plot v0.15.0

Compare
Choose a tag to compare
@zakodium-bot zakodium-bot released this 04 Feb 14:49
d86e2e2

⚠ BREAKING CHANGES

  • implement hooks to handle plot events
  • change series groupID prop to id

Features

  • add axis secondary ticks (#267) (4de79db)
  • add events to implement pan and vertical scale (#261) (774c73d)
  • add onClick, and style callback in legend (#288) (3a81947)
  • add time axis (#272) (ad169d5)
  • display labels & customize Markers in ScatterSeries (#286) (1b83916)
  • implement hooks to control axis min and max (#296) (5ee0ac8)
  • implement hooks to handle plot events (5ee0ac8)
  • implement useAxisZoom hook (5ee0ac8)
  • implement useStartMoveEnd, useDrawRectangle, and useRectangularZoom hook (5ee0ac8)
  • new DIrectEllipse annotation (95a9ab2)

Bug Fixes

  • allow two plots to be rendered on the same page (5ee0ac8)
  • disable text selection on all plot elements by default (#274) (fe649c4)
  • export DirectedEllipse from the package (5ee0ac8)

Miscellaneous Chores

  • change series groupID prop to id (3a81947)