Skip to content

0.2.0

Compare
Choose a tag to compare
@dnschnur dnschnur released this 26 Jan 18:08
· 1059 commits to master since this release

The API should now be fully documented.

API changes

Moved labelMargin option to grid from x/yaxis.

Changes

  • Added support for putting a background behind the default legend. The
    default is the partly transparent background color. Added backgroundColor
    and backgroundOpacity to the legend options to control this.
  • The ticks options can now be a callback function that takes one parameter,
    an object with the attributes min and max. The function should return a
    ticks array.
  • Added labelFormatter option in legend, useful for turning the legend
    labels into links.
  • Reduced the size of the code. (patch by Guy Fraser)