There was an error while loading. Please reload this page.
1 parent 413626f commit 1976356Copy full SHA for 1976356
src/index.js
@@ -16,7 +16,7 @@ const { createSampledDataGenerator } = xydata
16
// Create a XY Chart.
17
const chart = lightningChart()
18
.ChartXY({
19
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
20
})
21
.setTitle('ECG')
22
0 commit comments