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:
parent
da8a06bcb0
commit
ae9c3b1d2e
@ -35,35 +35,14 @@ export class RttHistogram3D extends DashboardGraph {
|
||||
name: "Samples"
|
||||
},
|
||||
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: {
|
||||
autoRotate: true,
|
||||
},
|
||||
|
||||
},
|
||||
series: [{
|
||||
type: 'bar3D',
|
||||
data: data,
|
||||
shading: 'lambert',
|
||||
//shading: 'lambert',
|
||||
label: {
|
||||
show: false
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user