Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可能知道 Google GeoMap(Flash 版)加载速度很慢。我创建了一个包含 3 或 4 个选项卡的统计菜单,在每个选项卡中我都有一些统计信息(折线图和饼图立即加载)。所以我想:我将简单地将 GeoMap Chart 放入背景选项卡中,这样直到用户到达那里它才会被加载。
问题:如果显示的 div 是隐藏的 (display:none),为什么 API 不加载 GeoMap 图表?
如果在隐藏元素中渲染,图形将不正确地渲染(通常非常小/几乎不可见)。使元素可见后,您需要重新绘制图形。
https://stackoverflow.com/a/8600892/401554