Improvements in d3-gantt for high number of tasks#5
Open
cnico wants to merge 5 commits intodk8996:masterfrom
Open
Improvements in d3-gantt for high number of tasks#5cnico wants to merge 5 commits intodk8996:masterfrom
cnico wants to merge 5 commits intodk8996:masterfrom
Conversation
…gh number of tasks : * allow of zooming on gantt chart * allow of tip on chart task * allow of click on chart task * parametrization of rectangle tasks rounding corners * display of horizontal lines for tasks possible * automatic computation of taskTypes * automatic resize of y axis font size Done also a few clean up of code with indentation. Added a sample with lots of tasks and all options activated.
Author
|
Hi I sent this pull request in order to improve the d3-gantt.js usage. It is the collection of the work I have done to improve it in my use case. The only thing I have not been able to do is to zoom with maintaining the axis in the view (the axis would stay left and bottom but the scale of the axis would augment). If you know how to do it, I would appreciate. If you have any question, do not hesitate to contact me. |
Owner
|
I will take a look. |
Sample : addition of the filter menu.
Correction : blockLine not over the bars
|
Is there a way to get this changes in master? I need these features as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addition of the following features in d3-gantt that are useful for high number of tasks :
Done also a few clean up of code with indentation.
Added a sample with lots of tasks and all options activated.