Optional animationsConvenience flag that can be used to enable/disable all animations in a component.
Optional cursorBuilder for the charts' auto cursor. Use CursorBuilders.Spider to modify the default builder, using methods of Cursor2DBuilder.
// Example, change cursor ResultTable background shape.
const chart = LightningChart.Spider({
cursorBuilder: CursorBuilders.Spider
.setResultTableBackground(UIBackgrounds.Circle)
})
Interface for readonly configuration of SpiderChart.
Some properties of
SpiderChartcan only be configured when it is created. These arguments are all optional, and are wrapped in a single object parameter:Watch out! The full set of available readonly configuration parameters depends on if the chart is standalone, or inside a dashboard:
For standalone
SpiderChart, more parameters are documented in Spider.For dashboard
SpiderChart, more parameters are documented in createSpiderChart.Commonly used properties:
Example usage: