Skip to content

Releases: jtblin/angular-chart.js

Version 0.10.2

23 Apr 06:29
Compare
Choose a tag to compare
  • Support for angular 1.5.x

Version 0.10.1

23 Apr 06:29
Compare
Choose a tag to compare

Version 1.0.0-alpha4

15 Apr 12:54
Compare
Choose a tag to compare
Version 1.0.0-alpha4 Pre-release
Pre-release
  • Use Chart.js 2.0.0 release

Version 0.10.0

23 Apr 06:28
Compare
Choose a tag to compare
  • Upgrade to Chart.js 1.1.1

Version 1.0.0-alpha3

27 Mar 01:37
Compare
Choose a tag to compare
Version 1.0.0-alpha3 Pre-release
Pre-release
  • #282 - Do not call scope.$apply() on mouse hover as it may trigger unexpected redraws
  • #311 - Add chartYAxes in scope directive for set chart axes ids when there are multiple y axes (@pane-e-design)
  • #328 - Destroy chart when data is empty (@agaskell)
  • Set point radius to 0 for smoother performance of ticks chart following fix of chartjs/Chart.js#2040
  • #187 - Destroy old charts consistently if exists before creating new chart
  • #301 - Avoid mutating scope.colours if possible as it could be triggering a refresh

Version 0.9.0

13 Mar 20:31
Compare
Choose a tag to compare
  • #334 - Destroy chart when data is empty (@agaskell)
  • #187 - Destroy old charts consistently if exists before creating new chart

Version 1.0.0-alpha1

12 Mar 03:32
Compare
Choose a tag to compare
Version 1.0.0-alpha1 Pre-release
Pre-release

Compatibility with upcoming Chart.js 2.0

There are numerous breaking changes in this version notably:

  • all options now need to use the chart- prefix
  • chart-colours is now chart-colors and chart-get-colour is now chart-get-color
  • chart types are in camelCase e.g. line and polarArea
  • legend is now a Chart.js option so the chart-legend attribute has been removed
  • events emitted on creation and update are now prefixed with chart- e.g. chart-create
  • obviously all Chart.js breaking changes as well in how options are set, etc.

Version 0.8.9

12 Mar 03:29
Compare
Choose a tag to compare
  • #301 - Avoid mutating scope.colours if possible as it could be triggering a refresh
  • Lock angular version to 1.4.x.
  • Using explicit annotation and remove gulp-annotate

Version 0.8.8

07 Dec 09:47
Compare
Choose a tag to compare
  • Check if requires are undefined, otherwise the true case would always fire (@JamyDev)
  • The bar chart example markup should have chart-series attribute (@gmetais)

Version 0.8.7

05 Dec 08:41
Compare
Choose a tag to compare
  • Do not require Chart.js if already required (@uxtx)
  • Fix test suite on Windows (@SuperGouge)