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

[ feature ] officially support 'empty' step #42

Open
lrozenblyum opened this issue Apr 25, 2016 · 0 comments
Open

[ feature ] officially support 'empty' step #42

lrozenblyum opened this issue Apr 25, 2016 · 0 comments

Comments

@lrozenblyum
Copy link
Contributor

lrozenblyum commented Apr 25, 2016

In different use cases gantt is used to display data by some categories (so each line represents a category).

In real life there might be no data for a particular category, while the line should be drawn anyway.

Now this behaviour can be unofficially simulated by

step.setStartDate( new Date() );
step.setEndDate( step.getStartDate() );

however it's a hack and looks not nice.

Could you add some official support for empty steps? Thanks

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

No branches or pull requests

2 participants