Skip to content

Commit 566ce00

Browse files
docs(chart): clarify donut multiple series
1 parent 0f15077 commit 566ce00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/chart/data-bind.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ You can use only series with the same general layout in a single chart. You cann
3838
* Bar and Column charts have a different layout and the rendering will depend on the first declared series.
3939
* Scatter and ScatterLine series can be used together.
4040
* 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.
41+
* 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.
4243

4344

4445

0 commit comments

Comments
 (0)