From: Myrna Degano Date: Tue, 20 Jan 2004 16:34:37 +0000 (+0000) Subject: Se agrega el seteo de un atributo en los gráficos de torta, porque sino, no redondeab... X-Git-Tag: svn_import~134 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/da1be2b62d934466602b78f914506267dc27da8c?ds=inline Se agrega el seteo de un atributo en los gráficos de torta, porque sino, no redondeaba los resultados a 100%. --- diff --git a/lib/MECON/Graph.php b/lib/MECON/Graph.php index 9f877aa..e1817fa 100644 --- a/lib/MECON/Graph.php +++ b/lib/MECON/Graph.php @@ -253,10 +253,12 @@ class MECON_Graph { if($this->_tipo=="torta3D") $plot= new PiePlot3D($secuencia); - + + // Esto lo agrego porque si no, no redondea a 100% + $plot->labeltype = 2; + if ($this->_verValores) $plot->value->Show(); - if (isset($atributos['leyendas'])) {