Changeset 21 for trunk/client/modules/Elezioni/grafici/affluenze_graf.php
- Timestamp:
- Mar 1, 2010, 11:22:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici/affluenze_graf.php
r2 r21 10 10 include ("jpgraph.php"); 11 11 include ("jpgraph_pie.php"); 12 define("CURFONT1",FF_DV_SANSSERIF); 12 13 13 14 $e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1']; … … 22 23 23 24 $graph->title->Set($titolo); 24 $graph->title->SetFont( FF_FONT1,FS_BOLD);25 $graph->title->SetFont(CURFONT1,FS_BOLD); 25 26 $graph ->legend->Pos( 0.02,0.85,"left" ,"center"); 26 27 $graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY);
Note:
See TracChangeset
for help on using the changeset viewer.