-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
[Discussion] Apache ECharts 6.0 Feature Discussion #19959
Comments
Great to hear and see the amazing progress. I appreciate the great work you are all doing and happy to contribute further if we see progress on the things we already contributed. Greetings, |
@DanielBogenrieder Thank you guys for submitting such excellent pull requests! I apologize if I miss any updates due to the volume of messages; it can sometimes be a bit overwhelming. However, I assure you that I will review these requests soon. :) |
I hope this feature can be added: #18157,thanks! |
I saw that you made some attempts to implement this feature. How about making it to be a pull request? |
Those are some great features you have on list. Would it be possible to revisit #19182 ? Thanks! |
请问echarts有交流群吗 |
Could you add a sizeMap similar to the visualMap component to map sizes? For example, would it be more intuitive to use a sizeMap for the legend of the point sizes in the bubble plot? |
There could be a react component version. |
I would really like to see the hierarchical/grouped bar chart like mentioned in these issues: #4902 #13839 #18923 #19441 |
It would be exciting to have a reactjs component officially |
Organization and position tree chart is very useful the Issue 9405 - Requested 6 years ago |
We need to have a better way to apply number formatters globally. Some languages don't format numbers as in English, and it is too much work to replace the default formatter in all components. This issue has been reported in some issues already: #8294 #4180 I think we have some ways to achieve that:
The locale files already have some configuration for thousand separators, at first I thought it was used for number formatters but seems that is not the case. |
This sounds to be an interesting feature. One challenge may be, what happens if some of the bubble sizes are to large to be displayed in the legend. |
@andregamma There is a valueFormatter option. Do you think this may save the problems you mentioned? |
It'd be great to see #16099 (better support for time-based bar chart binning). |
Hello, thank you team for all the hard work - ECharts 5 made some huge progress and I look forward to v6! for v6 I would personally love to see an official schema for all the JSON options available. Other than that - I would support the design token idea proposed by @Ovilia in #20202 and any other ways to simplify changing similar settings across multiple series types etc. thanks again! |
Thanks for working on ECharts. #19941 would be nice to have. I was looking at improving a single axis scatter plot with inspiration from https://nightingaledvs.com/ive-stopped-using-box-plots-should-you/ but it seems like jittering the scatter points is currently not possible. Nevermind it seems like that PR is already tagged for 6.0 😄 |
请问echarts有交流群吗,qq 群或者微信群 |
noticed that echarts 5 already have some excited changes like datasets, visualMap, series. still, I think we can go father in version 6
@Ovilia |
It's so cool to hear that you work on a new major version - many thanks already! ❤️ 🙏 One - actually quite small but very helpful - feature I really miss and would like to suggest for 6.0 is adding a time zone config option per time axis (see #14453). In case you display data in different time zones, this would be really helpful. |
Maybe fix too the label z-index with lots data ? I re-open the issue because I did a reproducible project with this issue, it seem it happen when there is too much data. I put a multiplier in line #1, when multiplier = 1 it works: When multiplier is 2, it double the data, the z index in label issue happen: |
We've scoured the issues board for a solution to trigger the closest series item on hover (see #15080). We'd love if this feature could be prioritized! |
@kateEcobb, did you try already useCoarsePointer ? If yes, please post in #15080. |
Feature : To able to color the background rulers (xAxis, yAxis), actually I use graphic option. |
Oh my god if you Echarts developpers you can add API support for Vertical Zoom !!! Actually there is only horizontal zoom. |
sorry I can control the y Axis with this setup: #20459 |
Could you add a better support for dected zoom type on onDataZoom event ?
|
Wow, echarts v6, this is amazing news! Personally I would ask for only 1 thing, that is the only major problem I have with echarts:
I have never figured out how to implement a vertical zoom in my current chart code, and sadly I don't have a rocket science degree... Please make sure to support React! Thanks for everything. |
There is no graph that supports ellipses |
It would be great to add the possibility to run echarts instances inside a web worker in order to not block the main process when working with big amounts of data (1M+) |
Apache ECharts 5.0 was released in December 2020, and now it's time for the next major version: 6.0!
We are excited to announce that we plan to release Apache ECharts 6.0 in the first quarter of 2025. We have put together a list of features that we intend to include in this upcoming release.
We would love to hear from you about which features you are most excited about and looking forward to using. Please share your thoughts and let us know what you think!
It's important to keep in mind that most of our contributors work on ECharts in their free time, so some features may take longer to implement than others. If you are passionate about a particular feature and would like to help us bring it to life, we warmly welcome you to join our community and contribute to the development of ECharts 6.0!
The text was updated successfully, but these errors were encountered: