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 baf5b6b commit 02c374bCopy full SHA for 02c374b
src/index.js
@@ -53,7 +53,7 @@ const amplitudeStep = (amplitudeMax - amplitudeMin) / resolutionAnnuli
53
const polarChart = lightningChart({
54
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
55
}).Polar({
56
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
57
})
58
59
const themeExamples = polarChart.getTheme().examples
0 commit comments