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

[feature] linear 维度支持跳过指定区域 #2712

Closed
1 task done
Airkro opened this issue Jul 29, 2020 · 1 comment
Closed
1 task done

[feature] linear 维度支持跳过指定区域 #2712

Airkro opened this issue Jul 29, 2020 · 1 comment

Comments

@Airkro
Copy link

Airkro commented Jul 29, 2020

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

减少了多折线(复用Y轴)图中无用的空白区域面积,例如下图的橙色部分

image

What does the proposed API look like?

{
  type: 'linear',
  skip: value => value >=80 && value< 100
}
@hustcc
Copy link
Member

hustcc commented Aug 12, 2020

很好的 issue,分段 scale,目前暂时没有,规划中,但是优先级并没有非常高!不过,你这边可以先尝试用 pow scale + yaxis label formatter 来减少中间的空白。

@hustcc hustcc self-assigned this Sep 9, 2020
@hustcc hustcc added the Scale label Jan 5, 2021
@pearmini pearmini self-assigned this Aug 20, 2021
@pearmini pearmini added the V5 label Aug 30, 2022
@Airkro Airkro closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

No branches or pull requests

3 participants