We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f15077 commit 566ce00Copy full SHA for 566ce00
components/chart/data-bind.md
@@ -38,7 +38,8 @@ You can use only series with the same general layout in a single chart. You cann
38
* Bar and Column charts have a different layout and the rendering will depend on the first declared series.
39
* Scatter and ScatterLine series can be used together.
40
* Bubble charts cannot be used with other chart types because they have a very distinct layout due to the Size dimension.
41
-* Pie and Donut charts will render only one series per chart and so only one can be used at a time.
+* Pie charts will render only one series per chart and so only one can be used at a time.
42
+* Donut charts can only have donut series in them.
43
44
45
0 commit comments