0.0.1 • Published 5 years ago

ac-gantt-chart v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

甘特图 AcGanttChart

如何使用

npm install ac-gantt-chart --save

import AcGanttChart from 'ac-gantt-chart';

API

参数类型默认值说明
idstringgantt组件id
minWidthYnumber10每天的列最小宽
minHeightXnumber80每一组最小高
titlestring-甘特图标题
legendTitlearray[]图列标题
maxIntervalDaynumber5x轴最大刻度
barTitlestring-bar 上的信息
planDatearray[]计划周期
realDatearray[]实际周期
rightnumber0图表右padding
leftnumber0图表左padding
bottomnumber0图表下padding
topnumber0图表上padding
bgColorstring-图表背景色

注意事项

暂无

更新日志