Skip to content

Commit

Permalink
fix: default values for LabelList
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed Sep 24, 2024
1 parent f5bd337 commit 82b60f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/api/LabelList.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
{
name: 'data',
type: 'Number',
defaultVal: '5',
defaultVal: 'null',
isOptional: true,
desc: {
'en-US': 'The data input to the charts.',
Expand All @@ -86,7 +86,7 @@ export default {
{
name: 'clockWise',
type: 'String',
defaultVal: '1.5',
defaultVal: 'false',
isOptional: true,
desc: {
'en-US': 'The parameter to calculate the view box of label in radial charts.',
Expand Down

0 comments on commit 82b60f6

Please sign in to comment.