在模式对话框中使用 flot(或另一个画布绘图 javascript 包)
我试图在模式对话框中显示图表(使用 flot 生成)。该图是较小图表的放大版本。从我最初的尝试来看,我似乎无法显示图表。
这是canvas标签的限制吗?
有什么想法吗?
I'm trying to to display a chart (generated using flot) in a modal dialog box. The plot is a blown up version of a smaller chart. From my initial attempts I can't seem to display a chart.
Would this be a limitation of the canvas tag?
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到的解决方案是创建第二个 php 页面,在其中打印流程图,然后从 jqmodal 对话框调用该页面。
希望这有帮助。可能有更好的解决方案,但这个 hack 似乎达到了预期的效果。
OK, so a solution I found was to create a second php page where the flot chart is printed and then call that page from the jqmodal dialog.
Hope this helps. There is probably a better solution, but this hack seems to have the desired effect.