Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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;

Awesome Lists containing this project

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
```