File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
5252© LightningChart Ltd 2009-2022. All rights reserved.
5353
5454
55- [ 3D chart ] : https://lightningchart.com/js-charts/api-documentation/v7.1 .0/classes/Chart3D.html
56- [ Paletted Fill Style ] : https://lightningchart.com/js-charts/api-documentation/v7.1 .0/classes/PalettedFill.html
57- [ LUT ] : https://lightningchart.com/js-charts/api-documentation/v7.1 .0/classes/LUT.html
55+ [ 3D chart ] : https://lightningchart.com/js-charts/api-documentation/v8.0 .0/classes/Chart3D.html
56+ [ Paletted Fill Style ] : https://lightningchart.com/js-charts/api-documentation/v8.0 .0/classes/PalettedFill.html
57+ [ LUT ] : https://lightningchart.com/js-charts/api-documentation/v8.0 .0/classes/LUT.html
5858
Original file line number Diff line number Diff line change 1717 "webpack-stream" : " ^7.0.0"
1818 },
1919 "dependencies" : {
20- "@lightningchart/lcjs" : " ^7.1 .0" ,
21- "@lightningchart/xydata" : " ^1.4 .0"
20+ "@lightningchart/lcjs" : " ^8.0 .0" ,
21+ "@lightningchart/xydata" : " ^1.5 .0"
2222 },
2323 "lightningChart" : {
2424 "eID" : " 0906"
Original file line number Diff line number Diff line change @@ -205,13 +205,3 @@ handleCameraAnimationToggled(true)
205205chart3D . background . addEventListener ( 'pointerdown' , ( ) => {
206206 handleCameraAnimationToggled ( false )
207207} )
208-
209- // Add LegendBox to chart.
210- const legend = chart3D
211- . addLegendBox ( )
212- . add ( chart3D )
213- // Dispose example UI elements automatically if they take too much space. This is to avoid bad UI on mobile / etc. devices.
214- . setAutoDispose ( {
215- type : 'max-width' ,
216- maxWidth : 0.3 ,
217- } )
You can’t perform that action at this time.
0 commit comments