dk8996 / Gantt-Chart

Gantt chart library using D3.js.
Gantt chart library using D3.js.
Apache License 2.0
396 stars 204 forks source link

Improvements in d3-gantt for high number of tasks #5

Open cnico opened 10 years ago

cnico commented 10 years ago

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.

cnico commented 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.

dk8996 commented 10 years ago

I will take a look.

dritter commented 7 years ago

Is there a way to get this changes in master? I need these features as well.