Skip to content

Commit 8019393

Browse files
committed
Update
1 parent 4e9fa49 commit 8019393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {
1818

1919
const chart = lightningChart()
2020
.ChartXY({
21-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
21+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
2222
})
2323
.setTitle('Loading example data ...')
2424
.setAutoCursor((cursor) => cursor.setTickMarkerXVisible(false).setTickMarkerYVisible(false))

0 commit comments

Comments
 (0)