resetChartRenderCacheStats function

void resetChartRenderCacheStats()

Implementation

void resetChartRenderCacheStats() {
  colorCache.resetStats();
  paintCache.resetStats();
  textPainterCache.resetStats();
  pathCache.resetStats();
}