コード例 #1
0
             $data_val2[$i][] = $G_ListeResultatsMoyens[$i][$j];
         }
     }
 }
 // Ordonnées
 $y2 = new y_axis();
 $y2->set_range($valmin, $valmax, 5);
 $y2->set_stroke(2);
 $y2->set_colour("#d000d0");
 // ToolTip
 $t2 = new tooltip();
 $t2->set_shadow(true);
 $t2->set_stroke(2);
 $t2->set_colour("#6E604F");
 $t2->set_background_colour("#BDB396");
 $t2->set_title_style("{font-size: 14px; color: #CC2A43;}");
 $t2->set_body_style("{font-size: 10px; font-weight: bold; color: #000000;}");
 // titre des absisses
 //$x_labels = new x_axis_labels();
 //$x_labels->set_steps( 1 );
 //$x_labels->set_vertical();
 //$x_labels->set_labels( $tab_libelles );
 //$x_labels->set_vertical();
 // Nouveau grAphique
 $chart2 = new open_flash_chart();
 //$posy=0;
 if (sizeof($listeJeux) > 3) {
     for ($i = sizeof($listeJeux) - 3; $i < sizeof($listeJeux); $i++) {
         // $tab_libelles2[]  = $listeJeux[$i]['titre'];;
         // $type2 = new dot();
         // if      ($posy==0)    $type = new dot();