1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36:
AddPoint (allineamento (30.20.20.20.20), “Serie1„); $DataSet->AddPoint (allineamento ($_SESSION [“utente„] [“Rank„], “febbraio„, “marzo„, “aprile„, “maggio„), “Serie2„); $DataSet->AddAllSeries (); $DataSet->SetAbsciseLabelSerie (“Serie2„); // inizializza il grafico $Test = nuovo pChart (300.300); $Test->setColorPalette (0.178.31.98); $Test->setColorPalette (1.100.100.100); $Test->setColorPalette (2.150.150.150); $Test->setColorPalette (3.180.180.180); $Test->setColorPalette (4.200.200.200); // $Test->loadColorPalette (“campione/softtones.txt„); ARRESTI di // se uncommented. Il percorso è corretto. $Test->drawFilledRectangle (0.0.300.300.250.250.250); // scrive il titolo $Test->setFontProperties (“fonts/HMH-font.ttf„, 15); $Test->drawTitle (10.20, “vendite al mese„, 100.100.100); Tiraggio di // il grafico a settori $Test->setFontProperties (“fonti/tahoma.ttf„, 8); $Test->drawFlatPieGraph ($DataSet->GetData (), $DataSet->GetDataDescription (), 120.150.80, PIE_PERCENTAGE_LABEL, 4); $Test->drawPieLegend (230.55, $DataSet->GetData (), $DataSet->GetDataDescription (), 250.250.250); $Test->Stroke (); ? >
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34:
AddPoint (allineamento (30.20.20.20.20), “Serie1„); $DataSet->AddPoint (allineamento ($_SESSION [“utente„] [“Rank„], “febbraio„, “marzo„, “aprile„, “maggio„), “Serie2„); $DataSet->AddAllSeries (); $DataSet->SetAbsciseLabelSerie (“Serie2„); // inizializza il grafico $Test = nuovo pChart (300.300); $Test->loadColorPalette (“softtones.txt„); $Test->drawFilledRectangle (0.0.300.300.250.250.250); // scrive il titolo /*$Test->setFontProperties (“fonts/HMH-font.ttf„, 15); */ $Test->setFontProperties (“$pathTopChart/Fonts/tahoma.ttf„, 15); $Test->drawTitle (10.20, “vendite al mese„, 100.100.100); Tiraggio di // il grafico a settori $Test->setFontProperties (“$pathTopChart/Fonts/tahoma.ttf„, 8); $Test->drawFlatPieGraph ($DataSet->GetData (), $DataSet->GetDataDescription (), 120.150.80, PIE_PERCENTAGE_LABEL, 4); $Test->drawPieLegend (230.55, $DataSet->GetData (), $DataSet->GetDataDescription (), 250.250.250, falsi); $Test->Stroke (); ? >