markChartDirty method
      
void
markChartDirty()
      
     
    
Marks the chart as dirty.
When a chart axis or configurable is changed and will require a redraw next frame the chart must be marked dirty.
Implementation
void markChartDirty() {
  _chartIsDirty = true;
}