apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.09k stars 19.6k forks source link

[Feature] Gantt Series #19579

Open Ovilia opened 7 months ago

Ovilia commented 7 months ago

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)

Sadaf-A commented 7 months ago

@Ovilia Greetings! I would liike to work on this

Ovilia commented 7 months ago

@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.

Sadaf-A commented 7 months ago

@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

Ovilia commented 7 months ago

@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!