如何将 Protovis 图表附加到特定的 HTML 标记?
我有一个 id 为“chart”的 div 标签,但是如何让 Protovis 渲染该标签内的图表?
我尝试了画布方法,但没有成功。
var vis = new pv.Panel().canvas("chart").width(width).height(height)
我需要将我的 JS 代码保留在图表中作为我正在开发的框架的一部分,并且不能在 HTML 正文中包含脚本标签。
I have a div tag with id "chart" but how do I get Protovis to render the chart inside that tag?
I tried the canvas method but it did not work.
var vis = new pv.Panel().canvas("chart").width(width).height(height)
I need to keep my JS code the greates the chart as part of the framework I'm working on and can't have scripttags inside the HTML body.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在最新版本的 Protovis (3.2) 中绝对适合我:
不过请确保它是根面板。
http://groups.google.com/group/protovis/browse_thread/thread/1ff9530cee6133ff
This definitely works for me in the latest version of Protovis (3.2):
Make sure its the root panel though.
http://groups.google.com/group/protovis/browse_thread/thread/1ff9530cee6133ff