We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
however it's a hack and looks not nice.
Could you add some official support for empty steps? Thanks
The text was updated successfully, but these errors were encountered: