OptionalsubplotRow of the target subplot in the subplot grid. Defaults to 0.
OptionalsubplotColumn of the target subplot in the subplot grid. Defaults to 0.
OptionallayerId of the target layer. Takes precedence over layerIndex.
OptionallayerIndex of the target layer within the subplot. Defaults to 0.
OptionalgroupGroup (series) index for nested data such as multiline charts. Defaults to 0.
Options identifying the target layer (and group) for an appended data point.
Each append rebuilds the chart model from the full data, so per-update cost scales with total chart size. For high-frequency streams, set
Maidr.maxWidthto bound the data (and the cost) per series.