1. 首页
  2. 考试认证
  3. 其它
  4. d3js phantomjs demo 在服务器端用d3js图表创建png的示例演示

d3js phantomjs demo 在服务器端用d3js图表创建png的示例演示

上传者: 2024-10-15 12:06:49上传 ZIP文件 87.63KB 热度 3次

d3js-phantomjs演示使用phantomjs服务器在服务器端从d3js图表创建png的示例。

使用步骤(适用于Windows):

  1. 安装phantomJS

  2. 下载并解压此项目的zip文件

  3. 打开命令提示符,导航到项目目录

  4. 运行命令 phantomjs server.js 启动服务器,若成功,您会看到消息“web server is running on port 9494”

  5. 使用 curl -X POST -d @testdata.json -H \"Content-Type: application/json\" localhost:9494 发布数据

  6. 发布数据需指定参数:

  7. inFile:要加载的html文件

  8. outFile:输出png文件的名称

  9. data:用于生成图表的输入数据

用户评论