diff --git a/src/index.js b/src/index.js index ddfd2e8..d545978 100644 --- a/src/index.js +++ b/src/index.js @@ -18,7 +18,7 @@ const { const chart = lightningChart() .ChartXY({ - theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, }) .setTitle('Loading example data ...') .setAutoCursor((cursor) => cursor.setTickMarkerXVisible(false).setTickMarkerYVisible(false))