Skip to content

Commit e583f6a

Browse files
committed
Update
1 parent 36d4822 commit e583f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {
1818

1919
const chart = lightningChart()
2020
.ChartXY({
21-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
21+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
2222
})
2323
.setTitle('Loading example data ...')
2424
.setAutoCursor((cursor) => cursor.setTickMarkerXVisible(false).setTickMarkerYVisible(false))

0 commit comments

Comments
 (0)