Google 图表 API 加载

发布于 2024-11-18 14:21:28 字数 201 浏览 4 评论 0原文

您可能知道 Google GeoMap(Flash 版本)加载速度相当慢。我创建了一个包含 3 或 4 个选项卡的统计菜单,每个选项卡中都有一些统计数据(折线图和饼图立即加载)。所以我想:我只需将地理地图图表放入后台选项卡中,以便在用户到达那里之前它将被加载。

问题:如果显示的 div 是隐藏的 (display:none),为什么 API 不加载 GeoMap 图表?

As you may know the Google GeoMap (flash version) loads pretty slow. I've created a statistics menu having like 3 or 4 tabs, in each of them I have some statistics (line chart and pie chart load instantly). So I thought: I'll simply place the GeoMap Chart into a background tab so until the user gets there it will be loaded.

The question: Why doesn't the API load the GeoMap chart if the div in which is shown is hidden (display:none) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-11-25 14:21:28

图表将无法正确渲染(通常非常小/接近
不可见)(如果在隐藏元素中呈现)。您需要重新绘制
使元素可见后的图表。

https://stackoverflow.com/a/8600892/401554

Graphs will render incorrectly (often extremely small/close to
invisible) if rendered in a hidden element. You need to redraw the
graph after making the element visible.

https://stackoverflow.com/a/8600892/401554

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文