We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302fa17 commit 5231211Copy full SHA for 5231211
package.json
@@ -17,7 +17,7 @@
17
"webpack-stream": "^7.0.0"
18
},
19
"dependencies": {
20
- "@arction/lcjs": "^4.1.1",
+ "@arction/lcjs": "^5.1.1",
21
"@arction/xydata": "^1.4.0"
22
23
"lightningChart": {
src/index.js
@@ -19,7 +19,7 @@ const dateOriginTime = dateOrigin.getTime()
// Create a XY Chart.
const chart = lightningChart().ChartXY({
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
})
24
// Use DateTime X-axis using with above defined origin.
25
chart.getDefaultAxisX().setTickStrategy(AxisTickStrategies.DateTime, (tickStrategy) => tickStrategy.setDateOrigin(dateOrigin))
0 commit comments