Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonxiang/rc-gantt-chart

web gantt powered by react
https://github.com/brandonxiang/rc-gantt-chart

Last synced: 9 days ago
JSON representation

web gantt powered by react

Awesome Lists containing this project

README

        

# rc-gantt-chart 甘特图的React实现

## 安装

```bash
pnpm i rc-gantt-chart antd
```

## 使用

```javascript
import Gantt from 'rc-gantt-chart';


ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(



)

```

## 参数说明

参数名 | 解释 | 格式
---------|----------|---------
data | 甘特图的 |
startDate | 开始时间 | Moment时间对象
endDate | 结束时间 | Moment时间对象