| Line 76... |
Line 76... |
| 76 |
}
|
76 |
}
|
| Line 77... |
Line 77... |
| 77 |
|
77 |
|
| Line 78... |
Line 78... |
| 78 |
$tableau_france_autres = array('France (%1.2f%%)' => $inscrits_france, 'Autres (%1.2f%%)' => $somme_autres_pays);
|
78 |
$tableau_france_autres = array('France (%1.2f%%)' => $inscrits_france, 'Autres (%1.2f%%)' => $somme_autres_pays);
|
| 79 |
|
79 |
|
| 80 |
$graph_france = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT, $tableau_france_autres, '', array(320, 200));
|
80 |
$graph_france = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT, $tableau_france_autres, '', array(320, 200));
|
| Line 81... |
Line 81... |
| 81 |
$graph_autres = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT, $nb_inscrits_par_legende, '', array(950, 900));
|
81 |
$graph_autres = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT, $nb_inscrits_par_legende, '', array(930, 900));
|
| 82 |
$graph = $this->statistiques->combinerGraphiques($graph_france, $graph_autres, array(920, 1100));
|
82 |
$graph = $this->statistiques->combinerGraphiques($graph_france, $graph_autres, array(940, 1110));
|
| Line 83... |
Line 83... |
| 83 |
|
83 |
|