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
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 theme

theme: Theme

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