Hey,
Do you know how to display some graph tanks to a while like that :
while ($i <= 3) {
$i++;
/* La valeur affichée est $i avant
l'incrémentation(post-incrémentation) */
echo $i;
echo '<div id="curve_chart" style="width: auto; height: auto"></div>';
}
It doesn't work so I don't know how
Thanks for your answers
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/88251875-9cd5-4b80-91a6-da97bb57aab9n%40googlegroups.com.