我正在使用 Flot jquery,但我不知道为什么会出现此错误
TypeError: placeholder.css(...) is undefined
jquery...?body=1 (line 741)
size: Math.round(0.8 * (+placeholder.css("font-size").replace("px", "") || 13))
问题可能是因为我正在使用引导程序,但我不知道如何解决这个
我的简单 css
#flotchart { width: 900px; height: 400px; position: relative; padding: 0; }
该图是一个通用的简单浮动图表
感谢您的帮助