Ignore:
Timestamp:
Apr 14, 2019, 2:31:40 PM (6 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici.php

    r265 r267  
    77/* info@eleonline.it  luciano@aniene.net rgigli@libero.it               */
    88/************************************************************************/
    9 define('MODULE_FILE');
     9
    1010if (!defined('MODULE_FILE')) {
    11 #    die ("You can't access this file directly...");
     11    die ("You can't access this file directly...");
    1212}
    1313
     
    164164        $_GET : $_POST;
    165165if (isset($param['anim'])) $anim=intval($param['anim']); else $anim='';
     166#$anim=1;
    166167if ($siteistat==$id_comune) $logo="$siteistat"; else $logo=''; // logo per il  comune
    167168$logo=verificasimbolo(); // carica_logo da funzioni.php
     
    604605                echo "</td></tr></table><table><tr><td>";
    605606                # grafico flash
    606                 if($flash=='1') flash_torta($gruppos,$pre,40,145);
     607#               if($flash=='1') flash_torta($gruppos,$pre,40,145);
     608                                $uno='';
     609                                foreach($gruppos as $k=>$v) $uno.="- $v";
     610                                $due='due:';
     611                                foreach($pre as $k=>$v) $due.="- $v";
     612                                include("flash_torta($uno,$due,20,70)");
    607613                echo "</td></tr></table>";
    608614               
     
    674680
    675681                                if($flash=='1')flash_torta($gruppos,$pre,20,70);
    676                                
     682
    677683
    678684
     
    796802               
    797803                $chart[ 'chart_data' ] = array ($gruppos, $pre);
    798                 //$chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));
     804                $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));
    799805                $chart[ 'chart_grid_h' ] = array ( 'thickness'=>0 );
    800806                $chart[ 'chart_pref' ] = array ( 'rotation_x'=>60 );
Note: See TracChangeset for help on using the changeset viewer.