clayrisser / react-gantt

A gantt chart for react
https://codejam.ninja
MIT License
150 stars 40 forks source link

GanttTimeline GanttBar GanttPopup #21

Open gilly1014 opened 5 years ago

gilly1014 commented 5 years ago

GanttTimeline GanttBar GanttPopup How to use it?

clayrisser commented 5 years ago

Those are kind of lower level components used to abstract some of the complexity of GanttRow. There's a great example that shows how to use the react Gantt chart at the link below.

https://github.com/codejamninja/react-gantt/blob/master/demo/script.js

gilly1014 commented 5 years ago

1、now,I need to modify these kind of lower level components style,such as GanttTimeline style,how to modify ? 2.You are a Seven day scale. How do I scale every month? I try set ’secondFormat="YYYY-MM" minuteFormat="YYYY-MM" hourFormat="YYYY-MM" dayFormat="YYYY-MM" weekFormat="YYYY-MM" monthFormat="YYYY-MM" yearFormat="YYYY-MM" ‘,but Four times in the same month

gilly1014 commented 5 years ago

1

clayrisser commented 5 years ago

At the moment you can't modify it without forking the repo and making a pull request.

You could fork it and install it with npm the following way . . .

npm install --save react-gantt@git+https://git@github.com/<YOUR_GITHUB_USERNAME>/react-gantt.git