fix charts scales
Gitea Actions Demo / build_and_push (push) Successful in 1m10s Details

This commit is contained in:
artem 2025-02-15 11:39:31 +03:00
parent 613df1271c
commit 80a0da4812
1 changed files with 4 additions and 2 deletions

View File

@ -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: {