Skip to content

Commit 04265eb

Browse files
committed
Update
1 parent 13b263c commit 04265eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const renderSpectrogram = async (data) => {
281281
// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
282282
const dashboard = lc
283283
.Dashboard({
284-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
284+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
285285
numberOfColumns: 1,
286286
numberOfRows: data.channels.length,
287287
})

0 commit comments

Comments
 (0)