v2.1.0
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
exposesentityNearest
for multiple plots #3068