Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpiderChartOptions<CursorPointMarkerType, CursorResultTableBackgroundType>

Interface that can be used to define Spider Chart configurations that can't be changed after creation.

Example usage:

Desired result Value
Default undefined
Preset theme { theme: Themes.light }
Specified AutoCursor ResultTable Background { autoCursorBuilder: AutoCursorBuilders.Spider.setResultTableBackground(UIBackgrounds.Circle) }

Index

Properties

Optional autoCursorBuilder

autoCursorBuilder : AutoCursor2DBuilder<CursorPointMarkerType, CursorResultTableBackgroundType>

Builder for the Charts AutoCursor. If omitted, a default one will be used. AutoCursorBuilders.Spider can be used to build a custom one from scratch.

Optional disableAnimations

disableAnimations : undefined | false | true

Disable animations by default

Optional theme

theme : Theme

Theme used to style all elements inside the Chart. See Themes for pre-made options.