question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing update method for Chartjs?

See original GitHub issue

are we missing the update method from the Chartjs library? in JS I can do chart.update(); but I can’t seem to find a similar method in the kvision module

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rjaroscommented, Jul 16, 2019

Chart updating code was completely wrong. It will be fixed in the next version, and the code above will work fine without any changes.

1reaction
rjaroscommented, Jul 16, 2019

This update method is called automatically by KVision after changing the configuration property. Could you please share your code?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Updating Charts | Chart.js
It's pretty common to want to update charts after they've been created. When the chart data or options are changed, Chart.js will animate...
Read more >
Chart.js chart.update() method is not doing anything
js does not seem to want to update. What am I missing here? The function that updates the chart: let getValues = function(dataset,...
Read more >
Problem with update() method · Issue #2398 · chartjs/Chart.js
Hi,. I've a dashboard with n Chart.js items. All items are upgraded each 2 minutes. So I had labels and datas linked. I've...
Read more >
Chart.js xAxis time: This method is not implemented: either
But I have this error message : This method is not implemented: either no adapter can be found or an incomplete integration was...
Read more >
Getting Started - vue-chartjs
Since v4 charts have data change watcher and options change watcher by default. Wrapper will update or re-render the chart if new data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found