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

Changelog History
Page 2

  • v2.0.5 Changes

    October 15, 2014
    • Changes to make the minified version 147 bytes smaller!
  • v2.0.4 Changes

    • Fix a null max argument being calculated as zero when all values are negative.
    • Ensure that a null min argument means that the minimum is calculated from a chart’s values.
  • v2.0.3 Changes

    • Don't blow up drawing a line chart of all zeros.
  • v2.0.2 Changes

    • Fix misaligned bar when its value is negative and equal to the minimum.
  • v2.0.1 Changes

    • Ensure bars are positioned correctly when a bar chart's values are all equal its minimum value.
  • v2.0.0 Changes

    • Switch from <canvas> to <svg>.
    • Update jQuery dependency from 1.4.4 to 1.6.2 due to problems fetching a <svg> element's dimensions in Firefox.
    • Rename colour/colours options to fill.
    • Rename spacing bar chart option to gap.
    • Rename strokeColour line chart option to stroke.
  • v1.2.1 Changes

    November 21, 2013
    • Ensure a line chart's outline doesn't spill off the canvas.
  • v1.2.0 Changes

    • Easier CSS targeting of Peity-created canvas elements.
    • Percentage dimensions (width: "100%") now work.
  • v1.1.2 Changes

    • Fix reference to devicePixelRatio - thanks @kcivey.
  • v1.1.1 Changes