Merge branch '6005-No_cargan_las_graficas_individuales_en_vista_de_grafica_de_agente' into 'develop'

fixed minor errors in graph remove avgOnly

See merge request artica/pandorafms!1574
This commit is contained in:
nramon 2018-06-26 13:36:11 +02:00
commit 6ef2d537ec
1 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ echo "</div>";
});
}
var requestSparseGraph = function (moduleId, period, showEvents, width, height, title, showAlerts, avgOnly, date, unit, type_g) {
var requestSparseGraph = function (moduleId, period, showEvents, width, height, title, showAlerts, date, unit, type_g) {
return requestGraph('sparse', {
page: 'include/ajax/graph.ajax',
print_sparse_graph: 1,
@ -488,7 +488,7 @@ echo "</div>";
$container.html($errorMessage.html());
}
requestSparseGraph(moduleId, period, showEvents, width, height, title, showAlerts, avgOnly, date, unit, type_g)
requestSparseGraph(moduleId, period, showEvents, width, height, title, showAlerts, date, unit, type_g)
.done(handleSuccess)
.fail(handleError);
}