Skip to content

Commit 77fbd4b

Browse files
committed
Update
1 parent 0336d28 commit 77fbd4b

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
@@ -10,7 +10,7 @@ const { lightningChart, AxisTickStrategies, Themes } = lcjs
1010
// Create a XY Chart.
1111
const chart = lightningChart()
1212
.ChartXY({
13-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
13+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
1414
})
1515
.setPadding({
1616
right: 50,

0 commit comments

Comments
 (0)