Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GanttTimeline GanttBar GanttPopup #21

Open
gilly1014 opened this issue Feb 21, 2019 · 4 comments
Open

GanttTimeline GanttBar GanttPopup #21

gilly1014 opened this issue Feb 21, 2019 · 4 comments

Comments

@gilly1014
Copy link

GanttTimeline GanttBar GanttPopup
How to use it?

@clayrisser
Copy link
Owner

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
Copy link
Author

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
Copy link
Author

1

@clayrisser
Copy link
Owner

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://[email protected]/<YOUR_GITHUB_USERNAME>/react-gantt.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants