1、Highcharts 的纯 Java的封装,直接通过 Java 生成 Highcharts 图表
项目地址:https://github.com/hcharts/highcharts-serverside-export
2、基于 Phantomjs ,官方已经提供了基于 Phantomjs 的导出服务,其中可以直接通过命令行的形式加载 Highcharts 配置代码然后生成图表图片,相关信息:
1)github: https://github.com/highcharts/highcharts-export-server/tree/master/phantomjs
2)相关说明:http://bbs.hcharts.cn/forum.php?mod=viewthread&tid=989
3、还有官方出品的基于Node js-dom 的实现,见:https://gist.github.com/TorsteinHonsi/e8a1e6971608523eb8dd