gpt4 book ai didi

jquery - Flot 饼图在 firebug : "uncaught exception: Invalid dimensions for plot, width = null, height = null" 中给出错误

转载 作者:行者123 更新时间:2023-12-03 21:31:37 25 4
gpt4 key购买 nike

我使用flot饼图 用于绘制饼图。但它在 Firebug 中显示错误

uncaught exception: Invalid dimensions for plot, width = null, height = null

我也从样式表中给出了高度和宽度。也尝试过这样的

<div id="placeholder1" style="width:140px;height:140px" ></div>

如何解决这个问题?

最佳答案

检查这些:

  • 首先包含 jQuery 库,然后包含 flot js 库

  • 将整个代码包装在 $(document).ready() 处理函数中。

  • 您使用正确的id绑定(bind)了flot,并且没有重复相同的id

  • 如果您的 div 是动态的,即在页面加载后出现在 DOM 上,然后绑定(bind) plot()该元素出现在 DOM 中。

关于jquery - Flot 饼图在 firebug : "uncaught exception: Invalid dimensions for plot, width = null, height = null" 中给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12366549/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com