Hello to all, welcome to the therichpost.com. In this I will tell you how to Solved : hovering over Chartjs Bar Chart showing old data In Angular?
I am doing this code in Angular 6.
Chartjs is the very popular for barchart, line chart and many more. I was facing one problem during working with chartjs in my Angular application. When I change my chartjs bar chart event then hover again, It was showing me old data and this was the big issue for me but I am able to solved this and today I am sharing that code with all of you.
Here is the code for solved hovering over Chartjs Bar Chart showing old data and you can add this into your app.component.ts file:
window: any; if(this.window != undefined) this.window.destroy(); this.window = new Chart(this.ctx, {});
If you have any query related to this post, then do comment below or ask questions.
Thank you
Therichpost.com
Leave a Reply