Releases: jtblin/angular-chart.js
Releases · jtblin/angular-chart.js
Version 0.8.6
- Do not reload angular if it is already loaded (@DrHofman)
- Make running tests more windows friendly and bump dev dependencies
- Fix #235 - case issue with chart.js require
- Updated angular-chart.css for stacked bar chart (@pacificeyes)
- Keep only lowercase Chart.js require compatible with npm
Version 0.8.5
- Changed require of chart.js to be in correct case (@soladk)
Version 0.8.4
- #193 - add non-minified version of files and name the CSS files properly
Version 0.8.3
Version 0.8.2
Version 0.8.1
- #147 Fix module ID for AMD RequireJS
- Update readme with CDN links
- Update readme for ie8 support
Version 0.8.0
Version 0.7.6
- bump angular to
1.4.4
Version 0.7.5
Version 0.7.4
- #29 fix major issue with chart not appearing when responsive is true and chart is created in an hidden div i.e. parent height is equal to 0
- update readme and doc
- [build] remove
phantomjs
dependency and letmocha-phantomjs
asnpm install
does not work otherwise and Travis CI fails