largeDatasetPointThresholdSpec constant

ChartRuntimePerformancePolicyFieldSpec const largeDatasetPointThresholdSpec

Implementation

static const largeDatasetPointThresholdSpec =
    ChartRuntimePerformancePolicyFieldSpec(
      canonicalField: largeDatasetPointThreshold,
      aliases: largeDatasetPointThresholdAliases,
      kind: ChartRuntimePerformancePolicyFieldKind.positiveInteger,
      description:
          'Source data point count that triggers large-dataset recommendations.',
    );