Skip to content

Commit 76bc953

Browse files
committed
Update
1 parent 4bf2380 commit 76bc953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-stream": "^7.0.0"
1818
},
1919
"dependencies": {
20-
"@arction/lcjs": "^4.1.1",
20+
"@arction/lcjs": "^5.1.1",
2121
"@arction/xydata": "^1.4.0"
2222
},
2323
"lightningChart": {

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const spectrogramRows = 1024
2828
// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
2929
const dashboard = lightningChart()
3030
.Dashboard({
31-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,,
31+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
3232
numberOfColumns: 2,
3333
numberOfRows: 2,
3434
})

0 commit comments

Comments
 (0)