Skip to content

Releases: jtblin/angular-chart.js

Version 0.7.3

08 Aug 07:51

Choose a tag to compare

  • phantomjs and gulp dev dependency upgrade
  • #119 exclude examples from bower to avoid issue with missing fonts
  • #136 update legend on chart update
  • If using excanvas, disable animations by default and use rgb colors
  • compare all dataset's length when checking canUpdateChart
  • #141 add css requirement to readme

Version 0.7.2

17 Jun 13:30

Choose a tag to compare

Version 0.7.1

17 May 08:10

Choose a tag to compare

  • fix #103 change order of colours options

Version 0.7.0

17 May 08:13

Choose a tag to compare

  • add support for AMD and browserify
  • allow to set configuration via app.config

Version 0.6.0

17 May 08:18

Choose a tag to compare

  • add support for hover event

Version 0.5.3

17 May 08:18

Choose a tag to compare

  • generate default colours dynamically to remove boilerplate code (2kb)

Version 0.5.2

17 May 08:22

Choose a tag to compare

  • fix #55 - use non minified file for bower
  • fix #58 - only destroy and create on data changed, add unit tests
  • add unit tests
  • various README updates
  • add stacked bar chart example

Version 0.5.1

17 May 08:23

Choose a tag to compare

  • allow passing hex colours in colours attribute

Version 0.5.0

17 May 08:23

Choose a tag to compare

  • fix #54 - add random colours if not enough for the data or allow passing a function that will return a colour