Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PieOptions <PieChartType >

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

Example usage:

Desired result Value
Pie Chart with default type undefined
Pie Chart with specified type { pieChartOptions: { type: PieChartTypes.PieChartWithLabelsOnSides } }

Index

Properties

columnIndex

columnIndex: number

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

columnSpan

columnSpan: number

Column span (X width)

Optional pieOptions

pieOptions: PieChartOptions<PieChartType>

Options object for creation of chart.

rowIndex

rowIndex: number

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

rowSpan

rowSpan: number

Row span (Y height)