有没有办法将 google 动态图表的渲染视图下载为 .png 格式?

发布于 2024-08-27 12:26:44 字数 194 浏览 1 评论 0原文

我在一个用 python/django 开发的网站中使用 Google 运动图表。有没有办法将谷歌动态图表的渲染视图保存为图像(服务器端)?

对于更基本的图表类型 - 例如散点图 - 命令 chart.download('scatter-random-marker-sizes.png') 工作正常,但我还没有找到运动图表的等效项。

I am using Google motion-charts in a web-site developed in python/django. Is there a way to save the rendered view of a google motion-chart as an image (server-side)?

For the more basic chart types - such as scatter diagrams - the command chart.download('scatter-random-marker-sizes.png')
works fine, but I have not found an equivalent for motion charts.

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

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

发布评论

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

评论(2

胡大本事 2024-09-03 12:26:44

你不能(它们都是闪存)。但您可以保存和恢复您创建的可视化的状态(它保存在字符串中,您可以将其存储在本地)。请参阅文档中的设置初始状态:

http://code.google。 com/apis/visualization/documentation/gallery/motionchart.html

You can't (they are all flash). but you can save and restore the state of a visualization you create (it's saved in a string, which you could store locally). See Setting Initial State in the doc:

http://code.google.com/apis/visualization/documentation/gallery/motionchart.html

茶色山野 2024-09-03 12:26:44

查看 Trend Compass——它将您的图表直接导出到 Powerpoint。

趋势指南针是查看统计数据和趋势的新概念
通过在一个图表 5 轴中显示来以动画方式显示数据
(X、Y、时间、气泡大小和气泡颜色)而不仅仅是传统的
X 轴和 Y 轴。它可以用于分析、研究、演示等。

这是一个银行链接,用于比较存款、取款和数量
随着时间的推移,不同分支机构的客户(全部在一张图表中):
http://www.epicsyst.com/test/v2/bank-trx/

您可以下载试用版。它有一个导出功能
EXE、PPS、HTML 和 AVI 文件。印象最深的是你以来的AVI
可以为您创建的图表录制音频/视频。

http://www.epicsyst.com/TrendCompass/FreeVersion/TrendCompassv1.2.2.zip

Look at Trend Compass -- it exports your chart directly to Powerpoint.

Trend Compass is a new concept in viewing statistics and trends by
displaying data in an animated way by displaying in one chart 5 axis
(X, Y, Time, Bubble size & Bubble color) instead of just the traditional
X and Y axis. It could be used in analysis, research, presentation etc.

This is a bank link to compare deposits, withdrawals and numbers of
customers for different branches over time (all in 1 chart):
http://www.epicsyst.com/test/v2/bank-trx/

You can download a trial version. It has a feature to export
EXE, PPS, HTML and AVI files. The most impressive is the AVI since you
can record Audio/Video for the charts you create.

http://www.epicsyst.com/TrendCompass/FreeVersion/TrendCompassv1.2.2.zip

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