File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
"webpack-stream" : " ^7.0.0"
18
18
},
19
19
"dependencies" : {
20
- "@arction/lcjs" : " ^4 .1.1" ,
20
+ "@arction/lcjs" : " ^5 .1.1" ,
21
21
"@arction/xydata" : " ^1.4.0"
22
22
},
23
23
"lightningChart" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const dateOriginTime = dateOrigin.getTime()
19
19
20
20
// Create a XY Chart.
21
21
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
23
23
} )
24
24
// Use DateTime X-axis using with above defined origin.
25
25
chart . getDefaultAxisX ( ) . setTickStrategy ( AxisTickStrategies . DateTime , ( tickStrategy ) => tickStrategy . setDateOrigin ( dateOrigin ) )
You can’t perform that action at this time.
0 commit comments