Readonly axisReadonly chartReadonly scaleReadonly tagPermanently destroy the component.
To fully allow Garbage-Collection to free the resources used by the component, make sure to remove any references to the component and its children in application code.
let chart = ...Spider()
let axis = chart.addAxis(category)
axis.dispose()
Object itself for fluent interface
Readonly formatGets the AxisScrollStrategy of Spider Axis
Set the interval of Spider Axis.
Object itself
Set strategy for formatting scale labels.
axis.setScaleLabelFormatter((value) => `${value} km`)
Object itself
cb function that formats the values of scale
Sets the AxisScrollStrategy of Spider Axis
Object itself
Optional scrollStrategy: AxisScrollStrategyAxisScrollStrategy or undefined to disable automatic scrolling. See AxisScrollStrategies for a collection of options.
Container for shapes of spider axes and drawing logic.