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' auto cursor. Use CursorBuilders.D3 to modify the default builder, using methods of CursorBuilder3D.
// Example, change cursor ResultTable background shape.
const chart = LightningChart.Chart3D({
cursorBuilder: CursorBuilders.D3
.setResultTableBackground(UIBackgrounds.Circle)
})
Row index on dashboard (Y location, 0 = top)
Optional rowRow span (Y height), default = 1
Interface that can be used to define ChartOptions3D configurations, when inside a Dashboard, that can't be changed after creation.