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 36d4822 commit e583f6aCopy full SHA for e583f6a
src/index.js
@@ -18,7 +18,7 @@ const {
18
19
const chart = lightningChart()
20
.ChartXY({
21
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
22
})
23
.setTitle('Loading example data ...')
24
.setAutoCursor((cursor) => cursor.setTickMarkerXVisible(false).setTickMarkerYVisible(false))
0 commit comments