Skip to content

v2.9.0

Compare
Choose a tag to compare
@themadcreator themadcreator released this 03 Feb 01:23
· 210 commits to develop since this release

Configurable Series Stacking Order

Add stackingOrder property to stacked bar and stacked area charts. Set this
property to "topdown" or "bottomup" to set the order in which the series are
stacked.

image

Bar Label Styles

  • Add 10px padding around bar labels

Bug Fixes

Fixed pan-zoom interaction for reversed domains and ranges

pan-zoom-reverse

Removed bar label Italics

Italics in Bar Labels caused measuring errors in IE 9+.

Build Improvements

  • Added link to create a JSFiddle from a PR's version of plottable.js
  • Added route-linkable version of all quicktests. Removed superfluous "demo" previews.