You may also need to add "display: inline-block;" to the chart div's CSS.
The CSS can be put in the <head> of the HTML page or in a separate CSS file. On Sunday, September 9, 2012 9:31:33 AM UTC-4, Daniel LaLiberte wrote: > > An inline style element should work, or you can put it in a separate CSS > file that you load. > > > On Sun, Sep 9, 2012 at 1:18 AM, Diana Flores <[email protected]<javascript:> > > wrote: > >> <style type="text/css"> >> >> #chart_div { >>> float: left >>> } >>> #chart_div2 { >>> float: right >>> } >>> .clear { >>> clear: both; >>> display: none; >>> } >>> >> >> </style> ????????? >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-visualization-api/-/Y6RASMbT-QkJ. >> >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> > > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > - 978-394-1058 > [email protected] <javascript:> 562D 5CC, Cambridge MA > [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/gK7eSNO1FGwJ. 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.
