All Versions
34
Latest Version
Avg Release Cycle
117 days
Latest Release
2302 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    January 18, 2018
    • Expose an item's value on bar and pie slice SVG nodes on the data-value attribute.
  • v3.2.1 Changes

    October 10, 2016
  • v3.2.0 Changes

    • Add an after hook that can be used to decorate a chart.
  • v3.1.2 Changes

    • Allow line charts with no fill, just the line.
  • v3.1.1 Changes

    • Ensure a donut's default inner radius honours percentage dimensions by deriving it from its calculated radius.
  • v3.1.0 Changes

    • Bring back per-chart reading settings from data attributes but with a slightly different interface: all settings are stored on the data-peity attribute as JSON.
  • v3.0.3 Changes

    • Don't allow negative or zero values to blow up a pie chart.
  • v3.0.2 Changes

    October 17, 2014
    • Fix max/min option when it's a string.
  • v3.0.1 Changes

    October 16, 2014
    • jQuery > 1.6.2 doesn’t like undefined being passed to #attr().
  • v3.0.0 Changes

    October 15, 2014
    • Remove the ability to read options from data attributes.
    • Add donut chart type.
    • Switch from diameter pie chart option to radius.
    • Expose the internally-used scale functions to the outside world.
    • Rename gap bar chart option to padding. It is now specified as a portion of the width of each bar and is present on both sides.