Google Chart's in IE7

前端 未结 2 1374
半阙折子戏
半阙折子戏 2021-01-05 17:46

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

相关标签:
2条回答
  • 2021-01-05 18:25

    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

    0 讨论(0)
  • 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"'}

    0 讨论(0)
提交回复
热议问题