antvis / component

🍱 AntV UI component based on G render engine.
https://github.com/antvis/component
MIT License
59 stars 39 forks source link

feat: support minGap cfg for autoHide overlap #206

Closed lessmost closed 3 years ago

lessmost commented 3 years ago
Checklist
Description of change

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

xAxis: {
      label: {
        autoRotate: false,
        autoHide: {
          type: 'equidistance',
          cfg: {
            minGap: 6,
          },
        },
      },
    },
before after
image image
lgtm-com[bot] commented 3 years ago

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

new alerts:

fixed alerts:

lgtm-com[bot] commented 3 years ago

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

new alerts:

fixed alerts: