Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Snekw committed Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae2b706 commit df8f928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ const lcjs = require('@arction/lcjs')
const { lightningChart, MapTypes, PalettedFill, LUT, ColorRGBA, formatLongitudeLatitude, regularColorSteps, Themes } = lcjs

const mapChart = lightningChart().Map({
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
type: MapTypes.Europe,
})
const theme = mapChart.getTheme()

0 comments on commit df8f928

Please sign in to comment.