Skip to content

Visualizations Release 2.0.0

Choose a tag to compare

@chrisknoll chrisknoll released this 25 Oct 13:32
· 4 commits to master since this release

Visualizations Release 2.0.0

New Features

  • Webpack config sets library to atlascharts so that library can be loaded as a global script and put into window.atlascharts.
  • Sunbust: added minRadians to allow smaller slices to be displayed.

Fixes

  • All charts: resize caused prior data to be reloaded into graph. We now use a cached reference when redrawing instead of a closure variable.