Skip to content

v0.9.0

Compare
Choose a tag to compare
@mcnuttandrew mcnuttandrew released this 12 Jan 17:57
· 524 commits to master since this release

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.

Changes

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