Open cnico opened 10 years ago
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. I have tested it against all of the examples without discovering any regression.
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.
I will take a look.
Is there a way to get this changes in master? I need these features as well.
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.