X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/3a1af669c482f182bda2e500e87526b5d33c8372..da1be2b62d934466602b78f914506267dc27da8c:/lib/MECON/Graph.php 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'])) {