Skip to content

Releases: jtblin/angular-chart.js

Version 1.1.0

05 Dec 02:00
Compare
Choose a tag to compare
  • #542 - add stronger check of initial preconditions (angularjs and Chart.js), avoiding misunderstanding error message (@semagarcia)
  • Trigger events only when last point(s) change
  • Fix #536 - add selected point/element in eventHandler for onClick and onHover (@mathben)
  • Fix #476 - add support for RGB/RGBA colors using new notation and documentation (@WilliamJohnsonJr)

Version 1.0.3

24 Sep 03:10
Compare
Choose a tag to compare
  • Fix #449 for global configuration overrides (@shubDhond )
  • Revert bower resolver change as native bower support is back in chart.js

Version 1.0.2

04 Sep 21:47
Compare
Choose a tag to compare
  • Additional fix for bower, using overrides to point to dist/Chart.bundle.min.js

Version 1.0.1

16 Aug 22:03
Compare
Choose a tag to compare

Version 1.0.0

27 Jul 07:12
Compare
Choose a tag to compare

Version 1.0.0-beta1

21 Jun 10:20
Compare
Choose a tag to compare
Version 1.0.0-beta1 Pre-release
Pre-release
  • Add support for bubble chart
  • Include header at top of files showing version and license
  • #232 - make module factory return a module name (@drpicox)
  • Refactor to reduce cyclomatic complexity

Version 1.0.0-alpha8

19 Jun 02:33
Compare
Choose a tag to compare
Version 1.0.0-alpha8 Pre-release
Pre-release
  • add attribute dataset-override to allow overriding datasets options and enable features like mixed type charts - fix #370, #336
  • remove y-axis attribute as it can now be implemented using the dataset-override attribute

Version 1.0.0-alpha7

18 Jun 12:01
Compare
Choose a tag to compare
Version 1.0.0-alpha7 Pre-release
Pre-release
  • #376 - Horizontal bar chart support
  • #414 fill background color of tooltip block (@D4NH)
  • Listen on $resize event and call .resize() on the chart

Version 1.0.0-alpha6

23 Apr 06:33
Compare
Choose a tag to compare
Version 1.0.0-alpha6 Pre-release
Pre-release
  • Support for angular 1.5.x

Version 1.0.0-alpha5

23 Apr 06:31
Compare
Choose a tag to compare
Version 1.0.0-alpha5 Pre-release
Pre-release
  • #367 - more control to support multiple Y-Axes (Chart.js 2.0)