react d3 treemap:基于使用React构建的d3.treemap的树图 源码
react-d3-treemap 基于 和构建的TreeMap组件。 演示 特征 为绘画SVG做出React D3用于进行数学计算 安装 在React项目中使用react-d3-treemap的步骤 1.从NPM安装 npm install --save react-d3-treemap 2.导入并在您的应用程序中使用 import TreeMap from "react-d3-treemap" ; // Include its styles in you build process as well import "react-d3-treemap/dist/react.d3.treemap.css" ; 3.用法 interface TreeMapInPutData { name : string ; value ?: number ; children ?: Arra
文件列表
react-d3-treemap-master.zip
(预估有个42文件)
react-d3-treemap-master
.travis.yml
89B
.stylelintignore
45B
package.json
3KB
tslint.json
792B
test
config
jest.unit.config.json
412B
assets
react-d3-treemap.gif
1.41MB
暂无评论