All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1166 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
August 27, 2021๐ Features and highlights
- ๐ Supports React 17 (for older React versions, use
rumble-charts
3.x) - Code rewritten as TypeScript (with typings) and functional react components
- ๐ Updated documentation (still in progress):
- Use Storybook for documentation and examples: https://rumble-charts.github.io/
- Playground (playroom): https://rumble-charts.github.io/playroom/
- TypeDoc: https://rumble-charts.github.io/typedoc/
- ๐ฑ
<Chart>
supports percents for propswidth
andheight
and is responsive by default (in this case, propslayerWidth
andlayerHeight
should be defined) <Title>
has a new proptextAnchor
to define an alignment: "start", "middle" or "end".<Animate>
has a new proponCancel
to track animation cancellation (on the component unmount or re-render).
- ๐ Supports React 17 (for older React versions, use