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 0df312c commit d809d79Copy full SHA for d809d79
src/index.js
@@ -38,7 +38,7 @@ const dashboard = lightningChart({
38
license: license,
39
})
40
.Dashboard({
41
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
42
numberOfColumns: 1,
43
numberOfRows: 2,
44
0 commit comments