flot axis Y minimum ticks size 0.5 pandora_enterprise#11035
This commit is contained in:
parent
b8b255f7a5
commit
45d5731029
|
@ -2062,7 +2062,8 @@ function pandoraFlotArea(
|
||||||
yaxes: [
|
yaxes: [
|
||||||
{
|
{
|
||||||
tickFormatter: yFormatter,
|
tickFormatter: yFormatter,
|
||||||
position: "left"
|
position: "left",
|
||||||
|
minTickSize: 0.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
legend: {
|
legend: {
|
||||||
|
|
Loading…
Reference in New Issue