Skip to content

Commit

Permalink
Merge pull request #9 from Mikhael-Danilov/patch-1
Browse files Browse the repository at this point in the history
Fix typo in default plot options
  • Loading branch information
ae3e authored Dec 10, 2020
2 parents e098b94 + 05ba782 commit 24674ed
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 24674ed

Please sign in to comment.