Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序是在 python 中使用烧瓶框架。我有一个用chartlink 生成的图表。我想将它包含在我用 pisa 输出的 pdf 中。这可能吗?有没有办法将 chartkick 图表保存为图像?或者我应该研究另一个图表生成选项,如 pygal 或 matplotlib?
根据chartkick 文档,您可以为用户提供下载图表图像的选项。
您必须在 chartkick.js 之前包含 canvg。
另一种选择是在PhantomJS实例上生成图像并保存屏幕截图/图像。