chartjs-in-angular6

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

 

By therichpost

Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 19, MedusaJs, Next.js, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

21 thoughts on “Solved : Hovering over Chartjs Bar Chart Showing Old Data In Angular”
  1. i have line chart this chart work on the click on the search button
    but i don’t have data click on the search button display chart
    so it solve

  2. Please, help me to solve this with javascript in a ASP.Net/C# solution. The problem keep occuring…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.