Skip to content

v2.1.4

Compare
Choose a tag to compare
@johnkiernander johnkiernander released this 10 Jul 16:58
· 46 commits to master since this release

Merging in a number of pull requests to deal with the following topics:

  • Opacity changes no longer occur when setFormats = false
  • Axes are correctly classed so that they can be styled with CSS
  • Line marker backs are correctly positioned in the DOM
  • Shape ID's are now clean of illegal characters
  • Charts no longer fall over with null values (thanks to @younesben)
  • Legend spacing can be manually controlled with horizontalPadding and verticalPadding properties (thanks to @guilhermesimoes)
  • Copyright information updated
  • Auto label rotation can be switched off using the autoRotateLabel property of the axis (thanks to Robert Paskowitz)
  • All examples now have html and encoding correctly defined (thanks to @sajith)