是否可以在 wicked_pdf 中使用 jQuery 来渲染图表?

发布于 2024-12-18 07:31:33 字数 171 浏览 2 评论 0原文

我想在 wicked_pdf 生成的 PDF 中渲染由使用 jQuery 的 HighCharts 创建的图表。我查看了插件网站,似乎有办法做到这一点,但我做不到弄清楚。我的图表在常规 html 视图中运行良好。也许这是不可能的?

I want to render graphs created by HighCharts, which used jQuery, in the PDF that wicked_pdf generates. I've looked at the plugin website and it seems like there is a way to do it, I just can't figure it out. My charts work fine in the regular html view. Maybe it's not possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简单 2024-12-25 07:31:33

我也必须调整视图中的宽度,它在我的 html 视图中看起来很好,但由于某种原因,pdf 中的宽度非常小。一旦我将视图和动画中的宽度设置为 false,它就像一个魅力。

options.chart["width"] = 750,
options.plotOptions["pie"]["animation"] = false

I had to adjust the width in the view too, it looked fine in my html view but for some reason the width was very small in the pdf. Once I set the width in the view and animation to false it worked like a charm.

options.chart["width"] = 750,
options.plotOptions["pie"]["animation"] = false
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文