We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2d1d1 commit f6e66eeCopy full SHA for f6e66ee
src/index.js
@@ -30,7 +30,7 @@ const dashboard = lightningChart({
30
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
31
})
32
.Dashboard({
33
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
34
numberOfColumns: 2,
35
numberOfRows: 2,
36
0 commit comments