我在我的網站上嵌入了使用Google可視化API製作的圖表。這樣做,我已經把下面的代碼的iframe作爲一個名爲chart.html:Google Charts API「Uncaught Error:無法加載一個或多個字體」。
<html>
<body>
<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['bar']}]}"></script>
<div id="chart_div"></div>
<br/>
<script type='text/javascript'> ... a whole bunch of Google Chart code which produces a bar, column or line visualization ... </script>
</body>
</html>
這部作品JS小提琴完美的罰款,但我chart.html文件不能正常工作,而不是我從Google Charts API包含的文件中收到一條說明「一個或多個字體無法加載」的錯誤。