dataMapping property

HCDataMappingOptionsObject? dataMapping
final

(Highstock) The mapping between the data table and the series data points. This is used in conjunction with the dataTable option (on chart or series level) to map columns from the data table to the properties of the data points. The keys of the dataMapping object correspond to the properties of

Implementation

final HCDataMappingOptionsObject? dataMapping;