apache / echarts

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

[Feature] 征求一个针对多数据出现高低差和数据存在公用部分,可以进行数据截取,使得y轴双段切分 #17253

Open lizq001 opened 2 years ago

lizq001 commented 2 years ago

What problem does this feature solve?

d28deaf4263b6c46512f4c5e230a9bf 可以对于呀轴进行两个比例切分,体现出,低于多少的数据使用一个比例,截断中间共有部分

What does the proposed API look like?

可以对于呀轴进行两个比例切分,体现出,低于多少的数据使用一个比例,截断中间共有部分

echarts-bot[bot] commented 2 years ago

@lizq001 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED
**TITLE** [Feature] Solicit a common part for the high and low differences of multiple data and the existence of data, which can be intercepted to make the y-axis bi-segmented **BODY** ### What problem does this feature solve? ![d28deaf4263b6c46512f4c5e230a9bf](https://user-images.githubusercontent.com/27255500/174704879-8119f37b-0293-4ece-9bab-da7c81af3271.png) Two proportions can be divided for the axis, which shows that a proportion is used for the data below how much, and the common part in the middle is truncated. ### What does the proposed API look like? Two proportions can be divided for the axis, which shows that a proportion is used for the data below how much, and the common part in the middle is truncated.
plainheart commented 2 years ago

Related issues: #17160, #13071, #12790, #15760, #17916

jjjw123 commented 2 months ago

Related issues: #17160, #13071, #12790, #15760, #17916

Can you give me some specific code implementation?

plainheart commented 2 months ago

@jjjw123 Hi, we are working on this feature, which will be released in v6.0.0. See #19459 for more information.