Merge branch 'ent-11035-graficas-envio-mail-cambio-escalas' into 'develop'
flot axis Y minimum ticks size 0.5 pandora_enterprise#11035 See merge request artica/pandorafms!5766
This commit is contained in:
commit
ca7e1777e5
|
@ -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