Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snekw committed Mar 13, 2024
1 parent 70d9fe6 commit 6d9c760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@arction/lcjs": "^4.1.1",
"@arction/lcjs": "^5.1.1",
"@arction/xydata": "^1.4.0"
},
"lightningChart": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { createProgressiveTraceGenerator } = xydata
// Initiate chart
const chart3D = lightningChart()
.Chart3D({
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
})
// Set 3D bounding box dimensions to highlight X Axis.
.setBoundingBox({ x: 1.0, y: 0.5, z: 0.4 })
Expand Down

0 comments on commit 6d9c760

Please sign in to comment.