rememberMarker
fun rememberMarker(valueFormatter: DefaultCartesianMarker.ValueFormatter = DefaultCartesianMarker.ValueFormatter.default(colorCode = true), showIndicator: Boolean = true): CartesianMarker(source)
Creates and remembers a default CartesianMarker styled for the Meshtastic theme.
Return
A configured CartesianMarker
Parameters
valueFormatter
The formatter for the marker label content.
showIndicator
Whether to show the point indicator on the line/column.