dataSource property

Map<String, dynamic> dataSource
final

dataSource is used to supply the data to the FusionCharts JS library Typically the dousource comprises of 'chart' (Map) and 'dataSet' (List) which is used by FusionCharts to render the chart. However dataSource may also have other objects such as 'annotation'

Implementation

final Map<String, dynamic> dataSource;