Skip to content

CircleChartSeries Type documentation

Properties
data: CircleChartData[]
The end angle where the circle should end.
endAngle?: number = 'auto' - In this case the end Angle is calculated automatically based on startAngle to ensure it is a complete circle.
label?: { formatter: (string | LabelFormatterCallback<CallbackDataParams>) }
name: string
radius?: string[]
The start angle from which the circle should start, the range is [0, 360].
startAngle?: number = 90

Types Documentation

Properties
itemStyle?: { [ key: string ]: any } }
label?: { [ key: string ]: any } }
name?: string
value: number
imported from echarts
imported from echarts

Except where otherwise noted, content on this site is licensed under MIT License.