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:
Matias Didier 2023-11-27 10:22:07 +00:00
commit 174a22379e
2 changed files with 4 additions and 0 deletions

View File

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

View File

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