Optional animationsConvenience flag that can be used to enable/disable all animations in a component.
Optional autoBuilder for the charts' auto cursor. Use AutoCursorBuilders.Polar to modify the default builder, using methods of AutoCursor2DBuilder.
// Example, change cursor ResultTable background shape.
const chart = LightningChart.Polar({
autoCursorBuilder: AutoCursorBuilders.Polar
.setResultTableBackground(UIBackgrounds.Circle)
})
Column index on dashboard (X location, 0 = left)
Optional columnColumn span (X width), default = 1
Optional disableConvenience flag that can be used to disable all animations in a component.
Deprecated in v5.0.0. Use animationsEnabled instead (note that value should be inverted from previous applications!)
Row index on dashboard (Y location, 0 = top)
Optional rowRow span (Y height), default = 1
Interface that can be used to define PolarChart configurations, when inside a Dashboard, that can't be changed after creation.
Example usage: