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 ae2b706 commit df8f928Copy full SHA for df8f928
src/index.js
@@ -9,7 +9,7 @@ const lcjs = require('@arction/lcjs')
9
const { lightningChart, MapTypes, PalettedFill, LUT, ColorRGBA, formatLongitudeLatitude, regularColorSteps, Themes } = lcjs
10
11
const mapChart = lightningChart().Map({
12
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
13
type: MapTypes.Europe,
14
})
15
const theme = mapChart.getTheme()
0 commit comments