Skip to content

Commit 00b184e

Browse files
committed
Update
1 parent 568b100 commit 00b184e

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
@@ -23,7 +23,7 @@ const dashboard = lightningChart().Dashboard({ numberOfColumns: 1, numberOfRows:
2323
const chartDefault = dashboard.createChartXY({
2424
columnIndex: 0,
2525
rowIndex: 0,
26-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
26+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
2727
})
2828
// Use DateTime TickStrategy with custom origin date.
2929
chartDefault.getDefaultAxisX().setTickStrategy(AxisTickStrategies.DateTime, (tickStrategy) => tickStrategy.setDateOrigin(dateOrigin))

0 commit comments

Comments
 (0)