Skip to content

v2.1.0

Compare
Choose a tag to compare
@adidahiya adidahiya released this 15 Apr 19:29
· 266 commits to develop since this release

NPM Compatibility

Plottable is now available as an NPM package. Typings are bundled inside the package and referenced via the "typings" field in package.json. You will need d3's ambient typings available as an external module (this should be the case if you download from DefinitelyTyped).

Bug Fixes

  • Bar charts with modified log axis now render correctly #3045
  • Scale changes are now reflected upon data set change in PiePlot #3020

Features

  • New Components.PlotGroup exposes entityNearest for multiple plots #3068