StepPointer
Posts: 4
Joined: Thu Mar 09, 2023 12:53 pm

Not displaying of the max(end) of the task if min(start) is not visible

I`m facing issue with resize of the task. When min(start) value not showed but max(end) is visible It not show the circles to adjust max(end) date.

Here is Input and output of chat ai.
Input:
So is it how gantt work?
1) If min value showed but max is not visible we display the resize point for min(start) of the task
2) If min value showed and max is visible we display the resize points for both min(start) and max(end) of the task
3) If min value not showed but max is visible we do not display the resize points for max(end) of the task
Output:
Your understanding of how resizing works in a Gantt chart is generally correct, but let me clarify it a bit further:
If the start (min) value is visible but the end (max) value is not visible, the resize handle for the start point will be displayed, allowing users to resize the task from the start.
If both the start (min) and end (max) values are visible, the resize handles for both the start and end points will be displayed, allowing users to adjust the task length from either end.
If the start (min) value is not visible but the end (max) value is visible, the resize handle for the end point will not be displayed, preventing users from resizing the task from that end.
This behavior is intended to help users interact with tasks more easily based on their visibility within the chart's current view. If this behavior does not meet your needs or if you believe it should work differently, it might be worth reaching out to support for further assistance or to discuss potential workarounds.

Is it a bug or am I configured something not propperly as I think it should give user possibility to adjust max(end) of the task when the min(start) is not showed?
StepPointer
Posts: 4
Joined: Thu Mar 09, 2023 12:53 pm

Addition To message Not displaying of the max(end) of the task if min(start) is not visible

Also I try to modify your official demo and see the same issue https://www.highcharts.com/demo/gantt/interactive-gantt.


I added

scrollbar: {
enabled: true
}

So I could reproduce the issue
andrzej.b
Site Moderator
Posts: 302
Joined: Mon Jul 15, 2024 12:34 pm

Re: Not displaying of the max(end) of the task if min(start) is not visible

Hi,

Thanks for letting us know about this issue.

It is a regression and I have created a GitHub issue for it. You can watch this issue in the link below and track any information and workarounds for this one.
https://github.com/highcharts/highcharts/issues/22125

In case of any other questions, feel free to contact us anytime.

Kind regards,
Andrzej
Highcharts Developer
StepPointer
Posts: 4
Joined: Thu Mar 09, 2023 12:53 pm

Re: Not displaying of the max(end) of the task if min(start) is not visible

Greate Thank you for quick responce!

Return to “Highcharts Gantt”