Skip to content

Commit

Permalink
docs: fix typo in comment in PieChart defaults (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen authored Aug 9, 2022
1 parent 4f4bb29 commit a1ad2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/PieChart/PieChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const defaultOptions = {
labelDirection: 'neutral',
// If true the whole data is reversed including labels, the series order as well as the whole series data arrays.
reverseData: false,
// If true empty values will be ignored to avoid drawing unncessary slices and labels
// If true empty values will be ignored to avoid drawing unnecessary slices and labels
ignoreEmptyValues: false
};

Expand Down

0 comments on commit a1ad2b5

Please sign in to comment.