neuronetio / gantt-elastic

Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
https://neuronet.io/gantt-elastic/
MIT License
1.3k stars 315 forks source link

Can I customize style? #67

Closed awakelee closed 5 years ago

awakelee commented 5 years ago

I can't find any infomation about style. It will be wonderful if I can customize it by the documentation.

neuronetio commented 5 years ago

you can modify style with dynamicStyle property

https://github.com/neuronetio/gantt-elastic/blob/master/src/style.js

neuronetio commented 5 years ago

https://github.com/neuronetio/gantt-elastic/blob/master/examples/vue.edit.html#L22 https://github.com/neuronetio/gantt-elastic/blob/master/examples/vue.edit.html#L389

awakelee commented 5 years ago

OK, it works,thank you.