Interface: PieChartProps#
Renderer.Component.PieChartProps
Hierarchy#
ChartProps
↳ PieChartProps
Table of contents#
Properties#
- className
- data
- height
- legendColors
- legendPosition
- options
- plugins
- redraw
- showChart
- showLegend
- title
- type
- width
Properties#
className#
• Optional
className: string
Inherited from#
ChartProps.className
data#
• data: ChartData
Inherited from#
ChartProps.data
height#
• Optional
height: string
| number
Inherited from#
ChartProps.height
legendColors#
• Optional
legendColors: string
[]
Inherited from#
ChartProps.legendColors
legendPosition#
• Optional
legendPosition: "bottom"
Inherited from#
ChartProps.legendPosition
options#
• Optional
options: ChartOptions
Inherited from#
ChartProps.options
plugins#
• Optional
plugins: PluginServiceRegistrationOptions
[]
Inherited from#
ChartProps.plugins
redraw#
• Optional
redraw: boolean
Inherited from#
ChartProps.redraw
showChart#
• Optional
showChart: boolean
Inherited from#
ChartProps.showChart
showLegend#
• Optional
showLegend: boolean
Inherited from#
ChartProps.showLegend
title#
• Optional
title: string
Inherited from#
ChartProps.title
type#
• Optional
type: ChartKind
Inherited from#
ChartProps.type
width#
• Optional
width: string
| number
Inherited from#
ChartProps.width