Appends a single data point to a chart layer (streaming). Convenience wrapper around liveDataManager.
Each append rebuilds the chart model from the full data; set Maidr.maxWidth to bound per-update cost on high-frequency streams.
Maidr.maxWidth
The data point to append
Optional
Target chart (id), layer, and group
id
True when the point was merged and the chart notified
Appends a single data point to a chart layer (streaming). Convenience wrapper around liveDataManager.
Each append rebuilds the chart model from the full data; set
Maidr.maxWidthto bound per-update cost on high-frequency streams.