We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b184e commit b375deaCopy full SHA for b375dea
src/index.js
@@ -23,7 +23,7 @@ const dashboard = lightningChart().Dashboard({ numberOfColumns: 1, numberOfRows:
23
const chartDefault = dashboard.createChartXY({
24
columnIndex: 0,
25
rowIndex: 0,
26
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
27
})
28
// Use DateTime TickStrategy with custom origin date.
29
chartDefault.getDefaultAxisX().setTickStrategy(AxisTickStrategies.DateTime, (tickStrategy) => tickStrategy.setDateOrigin(dateOrigin))
0 commit comments