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
I am using nova version 4 and trying to integerate nova-chartjs with nemrutco/nova-global-filter.
When the nova-global-filter changes, I am recalculating the dataset which is passed to the series option of the new BarChart() inside the cards method of my resource. But I am not sure why the BarChart is not updating with the new dataset.
Shouldn't calling new BarChart() again with new series data re-render the chart with the new dataset?
The text was updated successfully, but these errors were encountered:
I am using nova version 4 and trying to integerate nova-chartjs with nemrutco/nova-global-filter.
When the nova-global-filter changes, I am recalculating the dataset which is passed to the series option of the new BarChart() inside the
cards
method of my resource. But I am not sure why the BarChart is not updating with the new dataset.Shouldn't calling new BarChart() again with new series data re-render the chart with the new dataset?
The text was updated successfully, but these errors were encountered: