Skip to content

Commit

Permalink
Fix typo in default plot options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhael-Danilov authored Nov 25, 2020
1 parent e098b94 commit 05ba782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const defaults: SimpleOptions = {
{
type: 'scatter',
mode: 'lines',
line: { color: 'red', with:2 },
line: { color: 'red', width:2 },
},
],
script: `console.log(data)
Expand Down

0 comments on commit 05ba782

Please sign in to comment.