Releases: zakodium-oss/react-plot
Releases · zakodium-oss/react-plot
react-plot v0.5.0
react-plot v0.4.0
Features
- add IR spectrum storybook (230376a)
- add option for getting ticks inside the axis (9e4ace7)
- add scatter plot option (73567a0)
- add scatter plot to PlotObject options (528760e)
- add showTicks props on Axis (#84) (64563c3)
- add story to addons (0a14f67)
- add tick length (092e109)
- add tick style modifiers (8329f0d)
- add viewport style (#67) (6f84e14)
- adds a single prop component to render plot (320d68b)
- allow legend position inside plot (#87) (18f468f)
- allow to add axis in different position (9f46934)
- allows to hide series and specify serie id (#68) (571da6b)
- create VerticalText component & add vertical-text on cursor (#96) (3c0a4c6)
- flip axis (1a62250), closes #23
- hidde or display axis (426de9c), closes #34
- marker style allows to a property to be a function (960103b)
- multiple axis (b628cd3)
- use camel case for ticks style (fc27982)
Bug Fixes
- add dominantBaseline on Ticks (#91) (3978abe)
- color match label and plot (9db3451)
- margin optional in plots (569dcc8), closes #36
- missing validation on lineseries (e774dc2)
- preffer named groups in regex (b2e5ec2)
- remove axis from state on unmount (4041a01)
- rename variables on text (67ab11e)
- set the marker to be in front of line (#107) (7e0cd37), closes #103
- ticks text positions (435c2da)
- update broken dependency (a17ae88)
- update ir storybook for percentage (2550380)
- use id of serie instead label for color (67274db), closes #37
- use of id for color scaler instead of labels (fba975e)
- vertical center ticks text (efadc85)
- types: allow Plot to have a single child (6a2e585)
Performance Improvements
- use memoification for mappin series (7013491)
react-plot v0.3.0
⚠ 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)