I am working on some charts that will almost always be viewed in IE8.
When working with IE8, the tooltip does not extend far enough for the
text to be contained. If I view the same graph in Chrome, it works
just fine.

I attempted to change the tooltipWidth and tooltipHeight to no avail.
Below is what I tried and my loads:

myChart.draw(myData, {width: 400, height: 250,tooltipWidth: 100,
tooltipHeight:100, title:'My Title',titleTextStyle:{color: 'black',
fontName: 'Arial', fontSize: 15}});

<script src="https://www.google.com/jsapi"; type="text/javascript"></
script><script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});


Am I doing something wrong with the tooltip options? Am I using the
correct script library? Any help appreciated.

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