react-vis v0.9.0 Release Notes

  • ๐Ÿš€ This release addresses a couple of bugs and improves our dep tree. The only psuedo-breaking change is to the layout of radial plot. The way that it now works is that the pie is centered within the given width/height and then allowed to grow to an innerWidth/innerHeight that is computed from the margins and the width/height.

    • ๐Ÿ› Bug: Modify margin system for radial chart
    • ๐Ÿ‘Œ Improvement: Support for classname on legends
    • ๐Ÿ’… Chore: Remove duplicated styles
    • ๐Ÿ› Bug: Add default props to classname for axis
    • โšก๏ธ Chore: Update deps, fix lint errors