You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Delete old chart.js instance first (#375)
Before creating new instance we need to run destroy() on old instance if it is exists to avoid **Hovering over line chart shows old chart data** bug problem, which is described here:
chartjs/Chart.js#920jtblin/angular-chart.js#187
### Fix or Enhancement?
Fix
- [x] All tests passed
### Environment
- OS: Windows 7
- NPM Version: 6.1.0
0 commit comments