Bonjour,
est il possible avec jpgraph de groupés des graphiques cumulés, j'ai essayé ceci mais en vain:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
$gbplot1107 = new AccBarPlot(array($H_tableauFrequenceQ_1107_inf01,$H_tableauFrequenceQ_1107_sup01));
	$gbplot1108 = new AccBarPlot(array($H_tableauFrequenceQ_1108_inf01,$H_tableauFrequenceQ_1108_sup01));
 
	$gbarplot = new GroupBarPlot($gbplot1107,$gbplot1108);
	$graph->Add($gbarplot);
mais il me met l'erreur suivant:
Fatal error: Cannot use object of type AccBarPlot as array in C:\ms4w\Apache\htdocs\jpgraph\src\jpgraph_bar.php on line 639
Une idée ou pas?
Merci