Skip to content

Commit 24674ed

Browse files
authored
Merge pull request #9 from Mikhael-Danilov/patch-1
Fix typo in default plot options
2 parents e098b94 + 05ba782 commit 24674ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const defaults: SimpleOptions = {
3333
{
3434
type: 'scatter',
3535
mode: 'lines',
36-
line: { color: 'red', with:2 },
36+
line: { color: 'red', width:2 },
3737
},
3838
],
3939
script: `console.log(data)

0 commit comments

Comments
 (0)