echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Gantt Series

Open Ovilia opened this issue 2 years ago • 4 comments

What problem does this feature solve?

An easier way to make charts like https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight

(More detail should be added later)

What does the proposed API look like?

(More detail should be added later)

Ovilia avatar Jan 31 '24 10:01 Ovilia

@Ovilia Greetings! I would liike to work on this

Sadaf-A avatar Feb 01 '24 11:02 Sadaf-A

@Sadaf-A That's great! Gantt series is quite complicated and I'd like it to be similar to the GitHub Roadmap. If you are interested, maybe we could start by discussing more details about expected features in the comments.

Ovilia avatar Feb 04 '24 05:02 Ovilia

@Sadaf-A That's great! Gantt series is quite complicated and I'd like it to be similar to the GitHub Roadmap. If you are interested, maybe we could start by discussing more details about expected features in the comments.

yes, i would love to work on this can we start with what do you have in mind for this issue I would like to know a little more about our options and how to get started

Sadaf-A avatar Feb 04 '24 11:02 Sadaf-A

@Sadaf-A Thanks for being interested. We really appreciate the help!

I don't have a clear mind about the product yet because I only did a rough research. Here's my current understanding.

The basic form should be probably similar to this custom series example and GitHub Roadmap page. Scrolling should be considered carefully because, to start with, as you can see from the custom series example, the default scrolling of dataZoom is not quite as expected with touchpad on MacOS. We shouldn't use DOM unless we cannot do it otherwise, to better support environments like Node.js or SVG. So I would suggest starting by improving current dataZoom component. You may try with it and see if there is anything needs to be enhanced.

I'm working on Matrix Coordinate, which may also be helpful to Gantt series with layouting. It's also not planned in details yet.

I would suggest researching about current Gantt series of other products and also the related issues in this project. And start by listing the useful features (you don't have to implement them all, just for brainstorming). Then, we could have further discussions based on this list.

Thanks!

Ovilia avatar Feb 05 '24 07:02 Ovilia