d3 node:用于静态图表生成的服务器端D3:sparkles::bar_chart: 源码
D3节点 服务器端D3轻松自如 支持Node 8+ 为什么? 性能:预渲染允许卸载数据处理和网络开销 充分利用整个生态系统: 静态呈现 带有便携式SVG 轻松改编示例 基本用法: 创建一个SVG const D3Node = require ( 'd3-node' ) const d3n = new D3Node ( ) // initializes D3 with container element d3n . createSVG ( 10 , 20 ) . append ( 'g' ) // create SVG w/ 'g' tag and width/he
文件列表
d3-node-master.zip
(预估有个25文件)
d3-node-master
.eslintrc.json
29B
src
index.js
3KB
examples
histogram.js
2KB
pie-canvas.js
2KB
datagrid-states.js
2KB
lib
output.js
780B
暂无评论