Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilo Keinänen committed Aug 5, 2024
1 parent baf5b6b commit 02c374b
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
Expand Up @@ -53,7 +53,7 @@ const amplitudeStep = (amplitudeMax - amplitudeMin) / resolutionAnnuli
const polarChart = lightningChart({
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
}).Polar({
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
})

const themeExamples = polarChart.getTheme().examples
Expand Down

0 comments on commit 02c374b

Please sign in to comment.