Skip to content

Commit 96885fc

Browse files
committed
Documentation fix for Doughnut chart
1 parent 3a7a682 commit 96885fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/charts/DoughnutChart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const options: Chart.ChartOptions = {
5656

5757
return (
5858
<ChartControl
59-
type={ChartType.Bubble}
59+
type={ChartType.Doughnut}
6060
data={data}
6161
options={options}
6262
/>);

0 commit comments

Comments
 (0)