Dojo Charts 的服务器端渲染有什么解决方案吗?
我正在寻找一种在服务器上呈现 Dojo 图表的方法,可能类似于 HighCharts 解决方案(highcharts -服务器端导出)。有人成功在服务器端运行 dojox.gfx 吗?
I am looking for a way to render a Dojo Chart on the server, maybe similar to a HighCharts solution (highcharts-serverside-export). Did anyone succeed in running dojox.gfx on the server side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有可以指出的具体示例,但我听说有人通过使用诸如 http://code.google.com/p/wkhtmltopdf/ 或 http://phantomjs。 org/ - 这不是完整的答案,但它可能会为您指明一个有用的方向。
I don't have a specific example that I can point to, but I've heard of people having luck doing this by using things like http://code.google.com/p/wkhtmltopdf/ or http://phantomjs.org/ - it's not a full answer but it may point you in a useful direction.