mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Simplify the shading of the bar3d
This commit is contained in:
@@ -35,35 +35,14 @@ export class RttHistogram3D extends DashboardGraph {
|
|||||||
name: "Samples"
|
name: "Samples"
|
||||||
},
|
},
|
||||||
grid3D: {
|
grid3D: {
|
||||||
boxWidth: 100,
|
|
||||||
boxDepth: 100,
|
|
||||||
light: {
|
|
||||||
main: {
|
|
||||||
intensity: 1.4
|
|
||||||
},
|
|
||||||
ambient: {
|
|
||||||
intensity: 0.2,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
postEffect: {
|
|
||||||
enable: true,
|
|
||||||
SSAO: {
|
|
||||||
enable: true,
|
|
||||||
intensity: 4,
|
|
||||||
},
|
|
||||||
FXAA: {
|
|
||||||
enable: true,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
viewControl: {
|
viewControl: {
|
||||||
autoRotate: true,
|
autoRotate: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
series: [{
|
series: [{
|
||||||
type: 'bar3D',
|
type: 'bar3D',
|
||||||
data: data,
|
data: data,
|
||||||
shading: 'lambert',
|
//shading: 'lambert',
|
||||||
label: {
|
label: {
|
||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user