chartSamplingTooltip top-level constant

String const chartSamplingTooltip

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';