resolvedValueHint property

ChartJsonOptionValueHint get resolvedValueHint

Implementation

ChartJsonOptionValueHint get resolvedValueHint {
  return valueHint ??
      ChartJsonOptionValueHint.forKind(kind, canonicalField: canonicalField);
}