Skip to content

feat: support minGap cfg for autoHide overlap#206

Merged
hustcc merged 1 commit intomasterfrom
feat-auto-hide-cfg
Nov 30, 2020
Merged

feat: support minGap cfg for autoHide overlap#206
hustcc merged 1 commit intomasterfrom
feat-auto-hide-cfg

Conversation

@lessmost
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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