stableSignature property

String get stableSignature

Implementation

String get stableSignature {
  return [
    typeString,
    jsonDriven,
    inputSignature.hash,
    rawInputSignature?.hash,
    sourceDataPointCount,
    effectiveDataPointCount,
    sampleInputPointCount,
    renderedDataPointCount,
    seriesCount,
    configSampledData,
    payloadWasNormalized,
    payloadChanged,
    payloadDiffCount,
    payloadChangedPaths.join('|'),
    dataMode,
    canonicalizeChartData(sampling),
    performancePolicyResolution.stableSignature,
  ].join(':');
}