JettFDR opened a new issue, #20066:
URL: https://github.com/apache/echarts/issues/20066

   ### 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](https://github.com/apache/echarts/assets/173439628/90f8c26f-15b0-424d-93d3-aa3e0a30dd1f)
   Item on the row below, blending together with the other items:
   
![example2](https://github.com/apache/echarts/assets/173439628/809f72dd-7e3c-42c1-90e8-da81d8a65c4a)
   
   ### 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](https://github.com/apache/echarts/assets/173439628/a499c6f4-cf3f-4df6-b7b6-8c9502997cf9)
   
   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to