Skip to content

Commit

Permalink
Merge pull request #121 from jnodorp/patch-2
Browse files Browse the repository at this point in the history
fix typo in handbook
  • Loading branch information
plainheart authored Oct 23, 2024
2 parents 57cefb8 + 5bba61a commit bd25ed7
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 bd25ed7

Please sign in to comment.