ChartRuntimePerformancePolicy constructor

const ChartRuntimePerformancePolicy({
  1. int largeDatasetPointThreshold = defaultLargeDatasetPointThreshold,
  2. double cachePressureWarningThreshold = defaultCachePressureWarningThreshold,
  3. double lowRenderCacheHitRateThreshold = defaultLowRenderCacheHitRateThreshold,
  4. int lowRenderCacheMinRequests = defaultLowRenderCacheMinRequests,
})

Implementation

const ChartRuntimePerformancePolicy({
  this.largeDatasetPointThreshold = defaultLargeDatasetPointThreshold,
  this.cachePressureWarningThreshold = defaultCachePressureWarningThreshold,
  this.lowRenderCacheHitRateThreshold = defaultLowRenderCacheHitRateThreshold,
  this.lowRenderCacheMinRequests = defaultLowRenderCacheMinRequests,
});