Skip to content

Commit

Permalink
chore: remove duplicate entry in Line documentation (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirasAguel authored Feb 20, 2025
1 parent 71cb746 commit d9edcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/api/Line.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
{
name: 'legendType',
type:
"'line' | 'plainline' | 'square' | 'rect'| 'circle' | 'cross' | 'diamond' | 'square' | 'star' | 'triangle' | 'wye' | 'none'",
"'line' | 'plainline' | 'square' | 'rect'| 'circle' | 'cross' | 'diamond' | 'star' | 'triangle' | 'wye' | 'none'",
defaultVal: "'line'",
isOptional: true,
desc: {
Expand Down

0 comments on commit d9edcca

Please sign in to comment.