fix charts scales
Gitea Actions Demo / build_and_push (push) Successful in 1m10s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m10s
Details
This commit is contained in:
parent
613df1271c
commit
80a0da4812
|
|
@ -223,7 +223,9 @@ const chartOptions = {
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false,
|
display: false,
|
||||||
position: 'left',
|
position: 'left',
|
||||||
animation:true,
|
animation:false,
|
||||||
|
suggestedMin: 0,
|
||||||
|
suggestedMax: 250,
|
||||||
},
|
},
|
||||||
linearYSpeed: {
|
linearYSpeed: {
|
||||||
id: 'linearYSpeed',
|
id: 'linearYSpeed',
|
||||||
|
|
@ -232,7 +234,7 @@ const chartOptions = {
|
||||||
position: 'right',
|
position: 'right',
|
||||||
suggestedMin: 0,
|
suggestedMin: 0,
|
||||||
suggestedMax: 80,
|
suggestedMax: 80,
|
||||||
animation:true,
|
animation:false,
|
||||||
scaleOverride:true,
|
scaleOverride:true,
|
||||||
},
|
},
|
||||||
yGroung: {
|
yGroung: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue