update abstract method
Generates rendering data needed to paint the data on the chart.
This is called during the post layout phase of the chart draw cycle.
Implementation
void update(List<ImmutableSeries<D>> seriesList, bool isAnimating);
Generates rendering data needed to paint the data on the chart.
This is called during the post layout phase of the chart draw cycle.
void update(List<ImmutableSeries<D>> seriesList, bool isAnimating);