I've come across the info window problem in IE8 too (ineligible text)... and the same problem also affects the chart title.
It's a shame Google can't sort out these IE issues. -----Original Message----- From: MC Get Vizzy <[email protected]> To: google-visualization-api <[email protected]> Sent: Mon, 6 Jun 2011 13:16 Subject: Re: [visualization-api] Line chart display is different on IE8 Hi, can you send the data table you are using, and a screenshot? thanks, MC Get Vizzy On Thu, Jun 2, 2011 at 8:44 PM, Stephane <[email protected]> wrote: Hi, Is there a reason why it's so hard to get IE8 to behave like FF and Chrome? Some parts of the line are out of the chart area so we don't see it. And the info window when we pass the mouse over the line is hard to read. Font seems to be helvetica italic. However, it's all good in FF and Chrome. Here's my code. var chart = new google.visualization.LineChart(document.getElementById(divId)); chart.draw(data, { chartArea: { left: 0, top: 0, width: 320, height: 60 }, vAxis: {baselineColor: '#FFFFFF'}, legend: 'none', gridlineColor: '#fff', height: 85, hAxis: {showTextEvery:2, textStyle: {fontName: 'arial,verdana,sans-serif', fontSize: 9}, tooltipTextStyle: {fontName: 'arial,verdana,sans- serif', fontSize: 9} }}); No matter what I try, it doesn't change in IE8. Any idea? Thanks Stephane -- 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. -- 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. -- 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.
