From 05ba782dea09f87a8160800a5e9cdcb38211ed59 Mon Sep 17 00:00:00 2001 From: Mikhael-Danilov Date: Wed, 25 Nov 2020 23:50:59 +0300 Subject: [PATCH] Fix typo in default plot options --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index af2bfb8..fb6ae1e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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)