Skip to content

Commit b375dea

Browse files
committed
Update
1 parent 00b184e commit b375dea

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
@@ -23,7 +23,7 @@ const dashboard = lightningChart().Dashboard({ numberOfColumns: 1, numberOfRows:
2323
const chartDefault = dashboard.createChartXY({
2424
columnIndex: 0,
2525
rowIndex: 0,
26-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
26+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
2727
})
2828
// Use DateTime TickStrategy with custom origin date.
2929
chartDefault.getDefaultAxisX().setTickStrategy(AxisTickStrategies.DateTime, (tickStrategy) => tickStrategy.setDateOrigin(dateOrigin))

0 commit comments

Comments
 (0)