OptionalhighlightSet false to mount MAIDR without the highlight overlay. Default true.
OptionalhighlightOutline color for the highlight. Defaults to MAIDR's highlight setting.
OptionalidThe MAIDR figure id; it must be unique on the page, and is what the live
API addresses the chart by. Defaults to the chart container's id, or a
generated one when the container has none.
OptionaltitleChart title announced on focus.
OptionalsubtitleOptionalcaptionOptionalaxesAxis labels. x labels the time axis of every layer (default Time).
y labels any series without a title option of its own (default
Price for candlestick and OHLC bar series, Value otherwise).
OptionalformatTurns a horizontal-scale item into the label MAIDR announces. By default a
business day or a yyyy-mm-dd string is read as it is written, and a
timestamp as its UTC date -- with the time of day as well when any bar on
the chart falls other than at midnight.
OptionalliveMark the figure live, which enables monitor mode (M) and in-place data
updates. bindLightweightChart defaults it to true, since it keeps
MAIDR in step with the chart; fromLightweightChart, which does not,
defaults it to false.
OptionalmaxKeep only the newest maxWidth points of each series.
Options for bindLightweightChart.