Hi Margie, I tested on my code and you can display 2 different graphs. The difference was that I didn't use functions for every task that I needed. Maybe it's something with js variables; you end up using the same variable for chart. You can try to give different name to the 2 char variables. Also you can find out what div it's not used by putting:
<div id='graph_div_bar' style='width: 900px; height: 300px;'> bar div </div> My guess it's that you all the time use the first div (when bar is shown it is shown in "bar div", when foo it's shown it is shown also in "bar div"). Sorry I can't help more. Ion -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
