I am using the visualization library the charts works fine in Firefox/Chrome, however when I test in IE7 I am getting a different font showing up on the chart. Different com
IE7 doesn't support SVG. You can see some alternatives in this thread:
https://stackoverflow.com/questions/3163479/what-is-a-good-alternative-to-svg-in-ie7
Wrapping the font name in single, and then double quotes seems to fix the font issue (though it still displays in bold and italic, which there doesn't seem to be a way to fix).
e.g. -
var options = {'fontName' : '"Arial"'}