mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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:
commit
6ef2d537ec
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user