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 a0c52c6 commit e3a1dccCopy full SHA for e3a1dcc
src/index.js
@@ -22,7 +22,9 @@ const {
22
23
const { createWaterDropDataGenerator } = xydata
24
25
-const chart3D = lightningChart()
+const chart3D = lightningChart({
26
+ resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
27
+ })
28
.Chart3D({
29
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
30
})
0 commit comments