Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #104357
    D G
    Participant

    Hello

    In our use case, each task may be separately colored based on data held against the task (based on user “picking” the task color). In this case it’s not possible to use the “–smart-gantt-chart-task-color” CSS variable (combined with the task “class” attribute) as:

    • We don’t know the colors in advance.
    • There would be too many potential colors if we had hundreds of tasks.

    Is there a way to pass the color (and potentially other styling elements) directly in the dataSource item? (i.e. not using the “class” attribute)

    Thanks 🙂

    #104358
    D G
    Participant

    Update: I have managed to work around this issue by setting up a class per color (and restricting the task color selection to about 12 colors).

    I am currently evaluating your software and have a few quick questions:

    1. Is there a way to have a quarterly view? Similar to the year view except showing quarters instead of months. This is a very common view for timelines.
    2. Is there a way to customize the task predecessor connector lines? I’d like to draw a SVG spline instead of the current square look.
    3. Do you support drag-scroll for the main gantt view? Scroll bars can be fiddly to use especially on smaller  (mobile) screens.

    If the answer to the above questions is “no”, am I allowed to modify the source code to implement those features? (if I purchase the developer or team license)

    Thanks in advance.

    Darren

    #104359

    Hi,

    We do support only the following views: “day” | “week” | “month” | “year”.
    To style the task connections you can use its class smart-task-connection
    You can scroll by dragging tasks. On mobile devices the drag scroll is available.
    You may open a demo from a mobile device to see. Here is an example of a demo:
    https://www.htmlelements.com/react/demos/gantt/overview/

    Other custom modifications should be implemented by you.

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.