Skip to content

react-plot v0.3.0

Choose a tag to compare

@zakodium-bot zakodium-bot released this 10 Dec 12:19
ed5d93f

⚠ BREAKING CHANGES

  • deletes tickFormat for avoiding colitions

Features

  • add "paddingXXX" prop to axes (04273bf), closes #24
  • allow to set boundaries on axis (da2164e)
  • clip the graph instead of delete points (4b6dccd)

Bug Fixes

  • missing margin values to update (4cdd0e0)
  • objects position misscalculations (4124d79)
  • small values overload on x axis (1aa7fd3)
  • use scientific notation for large number (29ddacc)

Performance Improvements

  • defines a unique clipPath for all series (461b99a)