mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed visualization of vertical bars graph when switching values on graph viewer
This commit is contained in:
parent
a0391e3ef2
commit
5a19e071e9
@ -461,8 +461,6 @@ if ($view_graph) {
|
||||
dataType: "html",
|
||||
data: data,
|
||||
success: function (data) {
|
||||
console.log("////////////");
|
||||
console.log(typeof stacked);
|
||||
if (stacked === "<?php echo CUSTOM_GRAPH_VBARS; ?>") {
|
||||
document.getElementById("div-container").classList.add('w100p', 'height_600px');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user