From 9b123de8a34f561c29260b142133f72c8490a0ff Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 29 May 2014 15:50:21 +0000 Subject: [PATCH] 2014-05-29 Miguel de Dios * include/graphs/pandora.d3.js, include/graphs/functions_d3.php, operation/agentes/networkmap.dinamic.php: fixed the css for the m$-internet exploter 11. Please Bill Gates travels to Leon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10040 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 + .../include/graphs/functions_d3.php | 2 +- pandora_console/include/graphs/pandora.d3.js | 413 +++++++++--------- .../operation/agentes/networkmap.dinamic.php | 2 +- 4 files changed, 221 insertions(+), 202 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 244719a12e..0f960dd602 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-05-29 Miguel de Dios + + * include/graphs/pandora.d3.js, include/graphs/functions_d3.php, + operation/agentes/networkmap.dinamic.php: fixed the css for the + m$-internet exploter 11. Please Bill Gates travels to Leon. + 2014-05-29 Alejandro Gallardo * include/functions_config.php: Fixed the permission diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index b43158981d..6288b1b987 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -60,7 +60,7 @@ function d3_tree_map_graph ($data, $width = 700, $height = 700, $return = false) if (is_array($data)) $data = json_encode($data); - $output = "
"; + $output = "
"; $output .= include_javascript_d3(true); $output .= "