Chartdatum
ChartDatum is a term used in charting and data visualization to denote a single data point within a chart. It typically represents the minimal unit of data that can be plotted, labeled, and styled.
A ChartDatum usually contains coordinates or values: an x value and a y value; for time series,
In practice, ChartDatum is used by chart rendering engines to compute positions via scales, apply formatting,
Variations exist across libraries. Some APIs treat ChartDatum as an immutable object, others allow mutation. Some
See also: data point, data series, charting library, scale, tooltip.