From da1be2b62d934466602b78f914506267dc27da8c Mon Sep 17 00:00:00 2001 From: Myrna Degano Date: Tue, 20 Jan 2004 16:34:37 +0000 Subject: [PATCH] =?utf8?q?Se=20agrega=20el=20seteo=20de=20un=20atributo=20?= =?utf8?q?en=20los=20gr=C3=A1ficos=20de=20torta,=20porque=20sino,=20no=20r?= =?utf8?q?edondeaba=20los=20resultados=20a=20100%.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/MECON/Graph.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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'])) { -- 2.43.0