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 7f26dcb commit 0d250c3Copy full SHA for 0d250c3
package.json
@@ -17,7 +17,7 @@
17
"webpack-stream": "^7.0.0"
18
},
19
"dependencies": {
20
- "@arction/lcjs": "^5.1.1",
+ "@arction/lcjs": "^4.1.1",
21
"@arction/xydata": "^1.4.0"
22
23
"lightningChart": {
src/index.js
@@ -16,7 +16,7 @@ const { createWaterDropDataGenerator } = xydata
16
// Initiate chart
const chart3D = lightningChart()
.Chart3D({
- // theme: Themes.darkGold
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
})
.setTitle('3D Scatter Chart')
0 commit comments