Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpiderOptions <CursorPointMarkerType, CursorResultTableBackgroundType >

Interface that can be used to define SpiderChart configurations, when inside a Dashboard, that can't be changed after creation.

Example usage:

Desired result Value
Specified AutoCursor ResultTable Background { spiderChartOptions: { autoCursorBuilder: AutoCursorBuilders.Spider.setResultTableBackground(UIBackgrounds.Circle) } }

Index

Properties

columnIndex

columnIndex: number

Column index on dashboard (X location, 0 = left)

columnSpan

columnSpan: number

Column span (X width)

rowIndex

rowIndex: number

Row index on dashboard (Y location, 0 = top)

rowSpan

rowSpan: number

Row span (Y height)

Optional spiderChartOptions

spiderChartOptions: SpiderChartOptions<CursorPointMarkerType, CursorResultTableBackgroundType>

Options object for creation of chart.