refresh method
Refreshes the rendered chart.
Implementation
@override
void refresh() {
if (!hasChartJSObject) return;
chartJSObject!.callMethod<JSAny?>('update'.toJS);
}
Refreshes the rendered chart.
@override
void refresh() {
if (!hasChartJSObject) return;
chartJSObject!.callMethod<JSAny?>('update'.toJS);
}