getTooltips method

List<Widget> getTooltips(
  1. List<IExtendedSeriesInterface> spots
)

Called when the databroker returns a successful result

ChartModel overrides WidgetModel's onDataSourceSuccess to populate the series data from the datasource and to populate the label data from the datasource data.

Implementation

// must be implemented
List<Widget> getTooltips(List<IExtendedSeriesInterface> spots) =>
    throw UnimplementedError("Not implemented");