Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssthouse/tree-chart
Flexible tree chart using Canvas and Svg, powered by D3.js; ✅Support Vue, Vue3 and React;
https://github.com/ssthouse/tree-chart
canvas d3 organization-chart react reactjs svg tree-chart vue vue3
Last synced: 19 days ago
JSON representation
Flexible tree chart using Canvas and Svg, powered by D3.js; ✅Support Vue, Vue3 and React;
- Host: GitHub
- URL: https://github.com/ssthouse/tree-chart
- Owner: ssthouse
- License: mit
- Created: 2018-03-16T09:08:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T08:40:15.000Z (7 months ago)
- Last Synced: 2024-11-08T08:22:38.044Z (about 1 month ago)
- Topics: canvas, d3, organization-chart, react, reactjs, svg, tree-chart, vue, vue3
- Language: TypeScript
- Homepage: https://ssthouse.github.io/tree-chart/#/svgTree
- Size: 25.4 MB
- Stars: 435
- Watchers: 14
- Forks: 96
- Open Issues: 28
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - ssthouse/tree-chart - Flexible tree chart using Canvas and Svg, powered by D3.js; ✅Support Vue, Vue3 and React; (TypeScript)
README
## [English](./README.md) | [中文](./README-CN.md)
## Demo 页面
https://ssthouse.github.io/tree-chart/#/svgTree
## Demo 动图
![demo gif](https://raw.githubusercontent.com/ssthouse/organization-chart/master/screenshots/org-chart.gif)
## Vue Tree Chart (同时支持 Vue2 和 Vue3)
请参考: [vue-tree-chart](./docs/vue-tree-chart.md)
## Canvas Tree Chart
请参考: [canvas tree chart](./docs/canvas-tree-chart.md)
## 开始开发
```bash
npm install# serve with hot reload at localhost
npm run dev# build for production with minification (build to ./docs folder, which can be auto servered by github page 🤓)
npm run build
```