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 04265eb commit 77b2531Copy full SHA for 77b2531
src/index.js
@@ -43,7 +43,9 @@ const config = {
43
}
44
45
// Initialize LightningChart JS
46
-const lc = lightningChart()
+const lc = lightningChart({
47
+ resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
48
+ })
49
50
/**
51
* Fetch audio file and create audio buffer from it.
0 commit comments