登录 注册
当前位置:主页 > 资源下载 > 5 > d3js-phantomjs-demo: 示例演示如何在服务器端利用 d3js 创建 png 图表

d3js-phantomjs-demo: 示例演示如何在服务器端利用 d3js 创建 png 图表

  • 更新:2024-08-23 12:36:14
  • 大小:88KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

d3js-phantomjs-演示 使用 phantomjs 服务器在服务器端从 d3js 图表创建 png 的示例演示 How to Use (For 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:发布数据应该有“inFile”指定要加载的html,“outFile”指定png的名称,“data”用于生成图表(这