rumble-charts v4.0.0 Release Notes

Release Date: 2021-08-27 // over 2 years ago
  • ๐Ÿ”‹ 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):
    • ๐Ÿ“ฑ <Chart> supports percents for props width and height and is responsive by default (in this case, props layerWidth and layerHeight should be defined)
    • <Title> has a new prop textAnchor to define an alignment: "start", "middle" or "end".
    • <Animate> has a new prop onCancel to track animation cancellation (on the component unmount or re-render).