1.6.0 (2017-05-30)
- core: Chart.js is now loaded as a module (#628) (6ed93e6)
- package: Allow usage with Angular 4, like was done with ngx-bootstrap (#748) (8f59f85)
1.5.0 (2017-01-17)
- charts: Make charts dynamic and avoid re-rendering full chart on data change (905183b)
1.4.4 (2016-12-13)
- labels: Update chart labels (#456) (7175c1e), closes #420 #445
- pie&doughnut: Sizing issue on doughnut and pie charts (#444) (cfb1033)
- readme: update instruction for import (a9f07a8)
- charts: base charts now is directive (7c9e782)
- charts: Expose chart object (#472) (e46b5d1)
- label: Update Labels onChange (#488) (527d9a3)
- package: dependecies updated (1c95440)
- charts: - base-chart component became baseChart directive
so you need to convert <base-chart...><<base-chart> to <<canvas> and most probably wrap in ...<<div>
1.4.2 (2016-12-13)
- labels: Update chart labels (#456) (7175c1e), closes #420 #445
- pie&doughnut: Sizing issue on doughnut and pie charts (#444) (cfb1033)
- readme: update instruction for import (a9f07a8)
- charts: base charts now is directive (7c9e782)
- charts: Expose chart object (#472) (e46b5d1)
- label: Update Labels onChange (#488) (527d9a3)
- package: dependecies updated (1c95440)
- charts: - base-chart component became baseChart directive
so you need to convert <base-chart...><<base-chart> to <<canvas> and most probably wrap in ...<<div>
1.4.1 (2016-10-27)
- package: dependecies updated (1c95440)
1.4.0 (2016-10-07)
- docs: Updates for ng2-charts@1.2.0 (#399) (2bcb549)
- pie&doughnut: Sizing issue on doughnut and pie charts (#444) (cfb1033)
- charts: base charts now is directive (7c9e782)
- package: upgrade to ng2 2.0.0 and use @types instead of typings (#413) (e5eae04)
- charts: - base-chart component became baseChart directive so you need to convert <base-chart...></base-chart> to <canvas baseChart...></canvas> and most probably wrap in <div style='display:block'>...</div>
1.3.0 (2016-09-21)
1.2.0 (2016-09-09)
1.1.2 (2016-09-09)
1.1.1 (2016-09-08)
- docs: add issue template with a starting plunkr (#335) (a69bca4)
- options: disable legend if not provided (#318) (516fb6e)
1.1.0 (2016-05-17)
- package: update to ng2 rc.1 and chart.js 2.* (73e3ffa)
- series property removed
- datasets property added (please prefer it over data property)
- all chart type names lower cased (because of chart.js 2 changes)
1.0.3 (2016-04-15)
- package: updated to angular2 beta.15 (4f44c83)