Skip to content
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

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2014

  1. Addition of the following features in d3-gantt that are useful for hi…

    …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.
    cnico committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    bed3b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f453e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Correction on height of y-axis auto resize.

    Sample : addition of the filter menu.
    cnico committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    1988c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bd377 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2014

  1. Add a tip on Y axis if small text size.

    Correction : blockLine not over the bars
    cnico committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    4436d05 View commit details
    Browse the repository at this point in the history