]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se agrega el seteo de un atributo en los gráficos de torta, porque sino, no redondeab...
authorMyrna Degano <mdegan@mecon.gov.ar>
Tue, 20 Jan 2004 16:34:37 +0000 (16:34 +0000)
committerMyrna Degano <mdegan@mecon.gov.ar>
Tue, 20 Jan 2004 16:34:37 +0000 (16:34 +0000)
lib/MECON/Graph.php

index 9f877aa50519bdbee043b8ba73546a62f9a9f940..e1817fa1f9e04b6eaefa94b3c43f75550ea00632 100644 (file)
@@ -253,10 +253,12 @@ class MECON_Graph {
             
             if($this->_tipo=="torta3D")
                 $plot= new PiePlot3D($secuencia);
             
             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 ($this->_verValores)
                 $plot->value->Show();
         
             if (isset($atributos['leyendas']))
             {
         
             if (isset($atributos['leyendas']))
             {