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 0336d28 commit 77fbd4bCopy full SHA for 77fbd4b
src/index.js
@@ -10,7 +10,7 @@ const { lightningChart, AxisTickStrategies, Themes } = lcjs
10
// Create a XY Chart.
11
const chart = lightningChart()
12
.ChartXY({
13
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
14
})
15
.setPadding({
16
right: 50,
0 commit comments