Commit 88665b937b704d29412add14bbffeb23710463e5

Authored by Edmar Moretti
1 parent 21be99bb
Exists in master

Correção na geração de gráficos em temas

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/classe_temas.php
@@ -903,6 +903,7 @@ lista - lista de item e cores de cada parte do grafico @@ -903,6 +903,7 @@ lista - lista de item e cores de cada parte do grafico
903 $nomer = nomeRandomico(); 903 $nomer = nomeRandomico();
904 $novolayer->set("name",$nomer); 904 $novolayer->set("name",$nomer);
905 $novolayer->set("group",""); 905 $novolayer->set("group","");
  906 + $novolayer->setmetadata("cache","nao");
906 $novolayer->set("type",MS_LAYER_CHART); 907 $novolayer->set("type",MS_LAYER_CHART);
907 $novolayer->setprocessing("CHART_TYPE=$tipo"); 908 $novolayer->setprocessing("CHART_TYPE=$tipo");
908 $novolayer->setprocessing("CHART_SIZE=$tamanho"); 909 $novolayer->setprocessing("CHART_SIZE=$tamanho");