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 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" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const dateOriginTime = dateOrigin.getTime()
1919
2020// Create a XY Chart.
2121const 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.
2525chart . getDefaultAxisX ( ) . setTickStrategy ( AxisTickStrategies . DateTime , ( tickStrategy ) => tickStrategy . setDateOrigin ( dateOrigin ) )
You can’t perform that action at this time.
0 commit comments