d3js phantomjs demo 在服务器端用d3js图表创建png的示例演示
d3js-phantomjs演示使用phantomjs服务器在服务器端从d3js图表创建png的示例。
使用步骤(适用于Windows):
-
安装phantomJS
-
下载并解压此项目的zip文件
-
打开命令提示符,导航到项目目录
-
运行命令
phantomjs server.js
启动服务器,若成功,您会看到消息“web server is running on port 9494” -
使用
curl -X POST -d @testdata.json -H \"Content-Type: application/json\" localhost:9494
发布数据 -
发布数据需指定参数:
-
inFile:要加载的html文件
-
outFile:输出png文件的名称
-
data:用于生成图表的输入数据
用户评论