Hi,
Anyone experiencing font problems with IE8 using a line chart? For some reason,
on new windows laptops only, we are seeing Comic Sans fonts instead of Arial,
even when overridden. Here is how we invoke the api:
var chart = new google.visualization.LineChart(location);
chart.draw(data, {height: height, width: width, title: title,
hAxis: {title: xLabel, titleTextStyle: {color:
'#000000'}, slantedText: true, slantedTextAngle: 90},
vAxis: {title: yLabel, titleTextStyle: {color:
'#000000'}},
colors:['#0867ab', '#e64400'],
backgroundColor: bgColor,
legend: 'right',
fontName: 'arial,helvetica,sans-serif',
fontSize: 12,
pointSize: 4
});
Thanks,
Michael
--
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.