Skip to content

Commit

Permalink
fix typo in handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jnodorp authored Oct 21, 2024
1 parent 57cefb8 commit 5bba61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/en/how-to/chart-types/pie/doughnut.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Doughnut charts are also used to show the proportion of values compared with the

In ECharts, the radius of the pie chart could also be an array with 2 elements. Every element in the array could be string or value. The first element represents the inner radius while the second one is the outer radius.

The bar chart, from this perspective, is a subset of the doughnut chart that has inner radius equals to 0.
The pie chart, from this perspective, is a subset of the doughnut chart that has inner radius equals to 0.

```js live
option = {
Expand Down

0 comments on commit 5bba61a

Please sign in to comment.