Skip to content

Commit 8195ecc

Browse files
committed
Update
1 parent 5ba75dc commit 8195ecc

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
@@ -16,7 +16,7 @@ const { createOHLCGenerator, createProgressiveTraceGenerator } = xydata
1616
// Create dashboard to house two charts
1717
// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
1818
const db = lightningChart().Dashboard({
19-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
19+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
2020
numberOfRows: 2,
2121
numberOfColumns: 1,
2222
})

0 commit comments

Comments
 (0)