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 9bb691d commit d2f9c5eCopy full SHA for d2f9c5e
src/index.js
@@ -16,7 +16,7 @@ const { createWaterDropDataGenerator } = xydata
16
// Initiate chart
17
const chart3D = lightningChart()
18
.Chart3D({
19
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
20
})
21
.setTitle('3D Scatter Chart')
22
0 commit comments