mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Correct axis labeling on RTT 3D
This commit is contained in:
parent
efb1b7fd76
commit
6b8a2f39e3
@ -22,14 +22,17 @@ export class RttHistogram3D extends DashboardGraph {
|
|||||||
tooltip: {},
|
tooltip: {},
|
||||||
xAxis3D: {
|
xAxis3D: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: catAxis
|
data: catAxis,
|
||||||
|
name: "RTT"
|
||||||
},
|
},
|
||||||
yAxis3D: {
|
yAxis3D: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: timeAxis
|
data: timeAxis,
|
||||||
|
name: "Time"
|
||||||
},
|
},
|
||||||
zAxis3D: {
|
zAxis3D: {
|
||||||
type: 'value'
|
type: 'value',
|
||||||
|
name: "Samples"
|
||||||
},
|
},
|
||||||
grid3D: {
|
grid3D: {
|
||||||
boxWidth: 100,
|
boxWidth: 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user