Skip to content

Commit 1976356

Browse files
committed
Update
1 parent 413626f commit 1976356

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 { createSampledDataGenerator } = xydata
1616
// Create a XY Chart.
1717
const chart = lightningChart()
1818
.ChartXY({
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
})
2121
.setTitle('ECG')
2222

0 commit comments

Comments
 (0)