-
Notifications
You must be signed in to change notification settings - Fork 41
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
Dev/gantt no color #119
base: master
Are you sure you want to change the base?
Dev/gantt no color #119
Conversation
Updating license file Updating copyright headers Revert "Fixed issue for no color axis expression." This reverts commit 08f1f2bb5294c80cc32458265351df967ba2b442.
This reverts commit 62fce15.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. This fix adds an additional loop over node.rows(). I wonder if that could be a performance issue?
@objerke, there is no new loops introduced in this pull request. It is just indentation when adding the if statement to check for empty categorical expression. |
Did the version number of the Gantt changed? |
Yes, but only patch version to 1.0.2, see mod-manifest.json. We should perhaps make it into 1.1.0. |
Yes I was also thinking about a 1.1.0 version. |
Allow Gantt chart to have an empty color expression.