Merge branch 'ent-11995-zoom-en-graficas-rompe-la-grafica' into 'develop'
Ent 11995 zoom en graficas rompe la grafica See merge request artica/pandorafms!6423
This commit is contained in:
commit
174a22379e
|
@ -2223,6 +2223,9 @@ function pandoraFlotArea(
|
|||
}
|
||||
|
||||
var dataInSelection = ranges.xaxis.to - ranges.xaxis.from;
|
||||
if (dataInSelection < 35000) {
|
||||
return;
|
||||
}
|
||||
|
||||
var maxticks_zoom = dataInSelection / 3600000 / number_ticks;
|
||||
if (maxticks_zoom < 0.001) {
|
||||
|
|
|
@ -6720,6 +6720,7 @@ table.table_modal_alternate tr td:first-child {
|
|||
white-space: normal;
|
||||
word-break: break-all;
|
||||
line-height: 1.3;
|
||||
max-width: 40px !important;
|
||||
}
|
||||
|
||||
table#agent_interface_info .flot-text .flot-x-axis div {
|
||||
|
|
Loading…
Reference in New Issue