Skip to content

@sqlrooms/recharts / SunburstChart

Variable: SunburstChart()

const SunburstChart: ({ className, data, children, width, height, padding, dataKey, ringPadding, innerRadius, fill, stroke, textOptions, outerRadius, cx, cy, startAngle, endAngle, onClick, onMouseEnter, onMouseLeave, }) => React.JSX.Element

Parameters

ParameterType
{ className, data, children, width, height, padding, dataKey, ringPadding, innerRadius, fill, stroke, textOptions, outerRadius, cx, cy, startAngle, endAngle, onClick, onMouseEnter, onMouseLeave, }SunburstChartProps

Returns

React.JSX.Element