- Timestamp:
- Apr 14, 2019, 2:59:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r267 r268 164 164 $_GET : $_POST; 165 165 if (isset($param['anim'])) $anim=intval($param['anim']); else $anim=''; 166 #$anim=1; 166 167 167 if ($siteistat==$id_comune) $logo="$siteistat"; else $logo=''; // logo per il comune 168 168 $logo=verificasimbolo(); // carica_logo da funzioni.php … … 802 802 803 803 $chart[ 'chart_data' ] = array ($gruppos, $pre); 804 $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));804 // $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60)); 805 805 $chart[ 'chart_grid_h' ] = array ( 'thickness'=>0 ); 806 806 $chart[ 'chart_pref' ] = array ( 'rotation_x'=>60 );
Note:
See TracChangeset
for help on using the changeset viewer.