refresh method
Refreshes the rendered chart.
Implementation
@override
void refresh() {
if (!hasChartJsObject) return;
chartJsObject!.callMethod('update');
}
Refreshes the rendered chart.
@override
void refresh() {
if (!hasChartJsObject) return;
chartJsObject!.callMethod('update');
}