Because this is going to be under all the chart elements, I'd be tempted to 
go back to plain HTML/CSS. Something like this.

<div id="chart_div" style="width: 900px; height: 500px;"></div>
<div id="description_div" style="margin-left: 140px; width: 760px;">
    <p id="left" style="width: 40%; float: left;">This is the left-hand 
description</p>
    <p id="right" style="width: 40%; float: left; text-align: right;">This 
is the right-hand description</p> 
</div>

-- 
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/39756b18-f08c-461a-ba7b-73ed465a6c89%40googlegroups.com.

Reply via email to