Optional animationsConvenience flag that can be used to enable/disable all animations in a component.
Column index on dashboard (X location, 0 = left)
Optional columnColumn span (X width), default = 1
Optional cursorBuilder for the Charts Cursor. If omitted, a default one will be used. CursorBuilders.Map can be used to build a custom one from scratch.
Row index on dashboard (Y location, 0 = top)
Optional rowRow span (Y height), default = 1
Optional typePreset selection that defines the displayed Map region as well as the type of associated region data (eq. USA -> states, World -> countries).
Valid options can be referenced via MapTypes:
const mapChart = lightningChart().Map({
type: MapTypes.USA
})
Interface that can be used to define MapChart configurations, when inside a Dashboard, that can't be changed after creation.
Example usage: