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

[Feature] Better visibility for overlapping items on gantt chart #20066

Open
JettFDR opened this issue Jun 24, 2024 · 0 comments
Open

[Feature] Better visibility for overlapping items on gantt chart #20066

JettFDR opened this issue Jun 24, 2024 · 0 comments
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@JettFDR
Copy link

JettFDR commented Jun 24, 2024

What problem does this feature solve?

I have searched through all of the forums, documentation and tried messing with the logic of the gantt chart but I have yet to discover a good way of handling data that share the same time frame and row without entirely breaking the existing logic.

From what I've found, the default behaviour currently just hides the items behind each other, which can be quite limiting and there doesn't seem to be any options to change this.

Here is an example using the custom-gantt chart example.
Moving the item to the row below:
example1
Item on the row below, blending together with the other items:
example2

What does the proposed API look like?

This could be resolved with some sort of stacking behaviour to increase the height of the row when there are multiple items occupying the same space. I have quickly put together a rough of image of what I mean below:
madeupExample

I have tried to create this feature by modifying the the gantt chart's logic with no success.
I will continue to try and find work arounds for this scenario, but an official method would be greatly appreciated.

Have been loving the Echarts environment so far and look forward to all future improvements.

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant