First, why do you need a <table>
Second, you are missing a closing div  just before closing the td

ChartMan

On Fri, Dec 17, 2010 at 10:06 PM, Parasound <[email protected]> wrote:

> Hello there,
>
> When I use separately piechart and map packages they work fine, but
> when i combine them, the map one always covers the piechart or any
> other package that i use.
> Can this be done? What am i doing wrong?
>
> Here is a sample of what i use
>
> var visualization
>                        visualization = new
> google.visualization.Map(document.getElementById('visualization_Map'));
>                visualization.draw(viewmap, options);
>
> similar for pie chart
>
> and then
>
>
>
> <table >
>        <tr>
>                <td style="width: 1280px;" >
>  <div class=tabs style="height:650px">
>  <div id=tab_PieChart>   <a href="#tab_PieChart">PieChart</a>
>        <div id="visualization_PieChart" style="height:620px"><p><img
> src="http://data-gov.tw.rpi.edu/images/ajax-loader.gif";
> alt="loading ..."></p></div>
>  </div>
>  <div class=tabs2 style="height:650px">
>  <div id=tab_Map>   <a href="#tab_Map">Map</a>
>  <div id="visualization_Map" style="height:620px"><p><img src="http://
> data-gov.tw.rpi.edu/images/ajax-loader.gif" alt="loading ..."></p></
> div>
> </div>
>                </td>
>        </tr>
>        </table>
>
> --
> 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]<google-visualization-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

-- 
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.

Reply via email to