chartSamplingTooltip top-level constant
Chart tooltip message for sampling algorithms.
Implementation
const String chartSamplingTooltip =
'Catmull-Rom spline: Smooth curve algorithm that passes through data points\n'
'Ramer-Douglas-Peucker: Smart sampling to preserve key features';