Replaces the chart's data source without recreating the chart.
void setData(Map<String, dynamic> dataSource) { _send(FusionChartsOutbound.update, <String, dynamic>{'dataSource': dataSource}); }