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.

Reply via email to