You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
823 B

<?php
$_SESSION["SSdadoGraphWidth"] = 350;
$_SESSION["SSdadoGraphHeigth"] = 250;
$_SESSION["SScolorAgtGraphPie"] = array(); // array("red", "blue", "#gray", "green");
$_SESSION["SSdadosAgtGraphPie"] = unserialize(base64_decode($_GET["dadosGraf"]));
$_SESSION["SSnomeGraphPie"] = "";
$_SESSION["SSlegendAgtGraphPie"] = unserialize(base64_decode($_GET["dadosLegend"]));
$_SESSION["SSLegendaFontStyle"] = FF_ARIAL;
$_SESSION["SSLegendaFontStyle"] = FS_NORMAL;
$_SESSION["SSLegendaFontSize"] = 3;
$_SESSION["SSLegendaPosTop"] = 3;
$_SESSION["SSLegendaPosLeft"] = 3;
$_SESSION["SSLegendaSetColumns"] = 2;
$_SESSION["SSGraphHorAlign"] = 0.45;
$_SESSION["SSGraphVertAlin"] = 0.64;
$_SESSION["SSPlotSize"] = 0.4; //Tamanho da pizza em relação ao grafico.
ob_clean();
include 'graphAgente.php';
exit;
?>