[Chartjs]-Automatically update ChartJS with Knockout data-bind

0👍

Chart.js only draws the chart when you call the method. You’ll need some way of seeing when the observable has changed and then call the PolarArea method again. You could try something like what is mentioned here: Detecting change to Knockout view model.

Leave a comment