Skip to content

Commit fc6ddcb

Browse files
committed
Update
1 parent d395733 commit fc6ddcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const spectrogramRows = 1024
2828
// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
2929
const dashboard = lightningChart()
3030
.Dashboard({
31-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,,
31+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
3232
numberOfColumns: 2,
3333
numberOfRows: 2,
3434
})

0 commit comments

Comments
 (0)