谷歌图表图例堆积如山
谷歌图表可以自动进行标签定位。然而在chrome下一切正常,但在firefox和IE下这是结果: https://i.sstatic.net/ftXgF.png
有人经历过这个或者知道为什么会发生这种情况吗?这是一种非常随机的行为,有时可以正常显示,有时却不能。
Google charts does automatic label positioning. However under chrome everything goes ok, but under firefox and IE this is the result: https://i.sstatic.net/ftXgF.png
As anyone gone through this or have any idea why this happens? It's a very random behaviour sometimes it displays properlly other times it doesn't.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要显示图形的 html 元素必须在绘制时可见。
这就是解决方案。否则,在 Chrome 以外的浏览器中会出现一个错误,它会使图例变得混乱。
The html element where the graphic is going to be displayed must be visible at drawing time.
That's the solution. Otherwise there is a bug that in browsers other than chrome it cluters up the legends.