fixed visualization of vertical bars graph when switching values on graph viewer

This commit is contained in:
alejandro.campos@artica.es 2022-01-19 13:34:58 +01:00
parent a0391e3ef2
commit 5a19e071e9
1 changed files with 0 additions and 2 deletions

View File

@ -461,8 +461,6 @@ if ($view_graph) {
dataType: "html", dataType: "html",
data: data, data: data,
success: function (data) { success: function (data) {
console.log("////////////");
console.log(typeof stacked);
if (stacked === "<?php echo CUSTOM_GRAPH_VBARS; ?>") { if (stacked === "<?php echo CUSTOM_GRAPH_VBARS; ?>") {
document.getElementById("div-container").classList.add('w100p', 'height_600px'); document.getElementById("div-container").classList.add('w100p', 'height_600px');
} }