Hello,
I build my chart from MYSQL with PHP, when I insert html tags, lines
doesn't match anymore.
The two sections mentionned above in circles are supposed to be the same.
here is my code :
foreach($sousdirection as $value_sousdirection){
echo "['<div>".$value_sousdirection.
"</div>','Direction',''],";
}
foreach($groupement as $value_groupement){
$value=explode('+',$value_groupement);
//echo "['".$value[1]."','".$value[0]."',''],";
echo "['<div><a href=\"index2.php?groupement=".urlencode
($value[1])."\">".$value[1]."</a></div>','<div>".$value[0]."</div>',''],";
}
foreach($service as $value_service){
$value=explode('+',$value_service);
echo "['<a href=\"index2.php?service=".urlencode($value[
1])."\">".$value[1]."</a>','<div>".$value[0]."</div>',''],";
//echo "['".$value[1]."','".$value[0]."',''],";
}.
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/9776d66b-070a-48ca-98f8-c950ca142542%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.