Interface SunBurstChartOptions<CursorResultTableBackgroundType>

Type Parameters

Hierarchy

Properties

animationsEnabled?: boolean

Convenience flag that can be used to enable/disable all animations in a component.

cursorBuilder?: CursorBuilder2D<CursorResultTableBackgroundType>

Builder for the charts' auto cursor.

For most use cases, it is not recommended to use this, but rather setCursor for a more convenient API.

legend?: LegendOptions & {
    customLegend?: LegendLogic;
}

Configuration for the chart legend.