Skip to content

Commit 5231211

Browse files
committed
Update
1 parent 302fa17 commit 5231211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": {

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const dateOriginTime = dateOrigin.getTime()
1919

2020
// Create a XY Chart.
2121
const chart = lightningChart().ChartXY({
22-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
22+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
2323
})
2424
// Use DateTime X-axis using with above defined origin.
2525
chart.getDefaultAxisX().setTickStrategy(AxisTickStrategies.DateTime, (tickStrategy) => tickStrategy.setDateOrigin(dateOrigin))

0 commit comments

Comments
 (0)