File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,6 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
7777© Arction Ltd 2009-2020. All rights reserved.
7878
7979
80- [ 3D chart ] : https://www.arction.com/lightningchart-js-api-documentation/v3.1 .0/classes/chart3d.html
81- [ 3D point series ] : https://www.arction.com/lightningchart-js-api-documentation/v3.1 .0/classes/pointseries3d.html
80+ [ 3D chart ] : https://www.arction.com/lightningchart-js-api-documentation/v3.3 .0/classes/chart3d.html
81+ [ 3D point series ] : https://www.arction.com/lightningchart-js-api-documentation/v3.3 .0/classes/pointseries3d.html
8282
Original file line number Diff line number Diff line change 1414 "webpack-dev-server" : " ^3.9.0"
1515 },
1616 "dependencies" : {
17- "@arction/lcjs" : " ^3.2 .0" ,
17+ "@arction/lcjs" : " ^3.3 .0" ,
1818 "@arction/xydata" : " ^1.4.0" ,
1919 "clean-webpack-plugin" : " ^3.0.0" ,
2020 "webpack" : " ^4.41.2" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const {
2020
2121// Initiate chart
2222const chart3D = lightningChart ( ) . Chart3D ( {
23+ disableAnimations : true ,
2324 // theme: Themes.darkGold
2425} )
2526 . setTitle ( '3D Scatter Chart' )
You can’t perform that action at this time.
0 commit comments