flot axis Y minimum ticks size 0.5 pandora_enterprise#11035

This commit is contained in:
daniel 2023-04-24 11:22:55 +02:00
parent b8b255f7a5
commit 45d5731029
1 changed files with 2 additions and 1 deletions

View File

@ -2062,7 +2062,8 @@ function pandoraFlotArea(
yaxes: [ yaxes: [
{ {
tickFormatter: yFormatter, tickFormatter: yFormatter,
position: "left" position: "left",
minTickSize: 0.5
} }
], ],
legend: { legend: {