0

我正在尝试复制 Amazon、Trip Advisor 等正在做的事情,并在将鼠标悬停在平均评论分数上以显示条形图格式的分数细分时显示工具提示类型界面 - 在 qtip 论坛上据说使用 Flot(我的第一个时间像通常使用谷歌图表一样使用它)但是当我把它放在工具提示之外时,当我把它放在页面上时,当我把 div 放在它里面时它就不起作用了。

我的页面是:http ://solicitor.info/demo/solicitors/?id=15

谁能看看我做错了什么?

4

1 回答 1

1

When I hit your page, I get a javascript error:

Uncaught Invalid dimensions for plot, width = null, height = null

I'm guessing it is trying to render the plot while the "placeholder" div is still hidden inside the qtip.

I would try moving the $.plot call into a qtip onShow callback. That way you are sure the div is shown before trying to render the plot.

于 2012-07-01T13:44:34.640 回答