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

feat: support minGap cfg for autoHide overlap #206

Merged
merged 1 commit into from
Nov 30, 2020
Merged

Conversation

lessmost
Copy link
Member

@lessmost lessmost commented Nov 29, 2020

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

axis label autoHide 支持配置最小间距:

xAxis: {
      label: {
        autoRotate: false,
        autoHide: {
          type: 'equidistance',
          cfg: {
            minGap: 6,
          },
        },
      },
    },
before after
image image

@lgtm-com
Copy link

lgtm-com bot commented Nov 29, 2020

This pull request introduces 1 alert and fixes 1 when merging 3d6c8cf into 10f572d - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Nov 29, 2020

This pull request introduces 1 alert and fixes 1 when merging c8adfd2 into 10f572d - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@hustcc hustcc merged commit 44ea739 into master Nov 30, 2020
@hustcc hustcc deleted the feat-auto-hide-cfg branch November 30, 2020 02:11
hustcc pushed a commit that referenced this pull request Oct 7, 2023
* refactor(legend): refactor category layout

* fix: remove # private indentifier usage

Co-authored-by: Aaron <943720372@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants