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',
|
||||
display: false,
|
||||
position: 'left',
|
||||
animation:true,
|
||||
animation:false,
|
||||
suggestedMin: 0,
|
||||
suggestedMax: 250,
|
||||
},
|
||||
linearYSpeed: {
|
||||
id: 'linearYSpeed',
|
||||
|
|
@ -232,7 +234,7 @@ const chartOptions = {
|
|||
position: 'right',
|
||||
suggestedMin: 0,
|
||||
suggestedMax: 80,
|
||||
animation:true,
|
||||
animation:false,
|
||||
scaleOverride:true,
|
||||
},
|
||||
yGroung: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue