Skip to content
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

截断Y轴 / cut off yAxis #13071

Closed
Nathan2020-0126 opened this issue Aug 3, 2020 · 2 comments
Closed

截断Y轴 / cut off yAxis #13071

Nathan2020-0126 opened this issue Aug 3, 2020 · 2 comments
Labels
new-feature pending We are not sure about whether this is a bug/new feature. waiting-for: community

Comments

@Nathan2020-0126
Copy link

What problem does this feature solve?

一个系列里的数据差异很大,最大的超过1000,最小的小于10,图表中小的柱子就很小,可否设置成Y轴变成两段,类似于这个https://upload-images.jianshu.io/upload_images/2077826-41fe06f658733647.png?imageMogr2/auto-orient/strip|imageView2/2。
The data size in one series were different, for example, biggest one could bigger than 1000, samllest one could less then 10, is it possible to cut off yAxis into two range. 0 ~ 50. 1000~1500.

What does the proposed API look like?

{
cutoff:true,
range:[
[0,50],
[1000,1500]
]
}

@echarts-bot
Copy link

echarts-bot bot commented Aug 3, 2020

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

@echarts-bot echarts-bot bot added new-feature pending We are not sure about whether this is a bug/new feature. waiting-for: community labels Aug 3, 2020
@susiwen8
Copy link
Contributor

susiwen8 commented Aug 3, 2020

Duplicate with #12790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature pending We are not sure about whether this is a bug/new feature. waiting-for: community
Projects
None yet
Development

No branches or pull requests

2 participants