react-plot v0.6.0
⚠ BREAKING CHANGES
- The PlotProps
style
andviewportStyle
props were renamed toplotViewportStyle
andseriesViewportStyle
, respectively.
Features
- add Annotation components (#137) (b56b734)
- add bar series component (#130) (6e3d213), closes #77
- add error bars (#141) (8a6688c)
- add secondary ticks (#128) (2a8f0ac), closes #116
- improve documentation of Plot and add "svgStyle" prop (be1c039)
Bug Fixes
- remove legend on unmount (#145) (3002c11)
- remove the stroke color from a Marker (#144) (aab12af), closes #138
- throw error if width or height are undefined (#129) (9f5cbaa)
- Tick text aligned according to ticks length (#142) (4bb9335), closes #139
- typo on dimensions (#146) (0f8f1ce)
- use align group to align embedded legend (ed6c1c2)
Code Refactoring
- rename style and viewportStyle props (ecdc727)