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

axisLabel添加borderType设置选项 #12908

Closed
wonderfulxue opened this issue Jul 3, 2020 · 3 comments
Closed

axisLabel添加borderType设置选项 #12908

wonderfulxue opened this issue Jul 3, 2020 · 3 comments

Comments

@wonderfulxue
Copy link

What problem does this feature solve?

目前,axisLabel配置项中仅包含borderColor, borderWidth, borderRadius这3种border相关的配置选项,但是没有borderType的设置选项,默认边框样式只能为"solid"。若添加了borderType配置选项,就能为label配置borderType为“dashed” / "solid" / "dotted"。

同样的,在利用“rich”设置富文本样式的时候,也无法设置borderType。

What does the proposed API look like?

axisLabel: {
      borderWidth: 1,
      borderType: "dashed"  // new feature request
    }
@echarts-bot
Copy link

echarts-bot bot commented Jul 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 Jul 3, 2020
@plainheart plainheart added topic: label and removed pending We are not sure about whether this is a bug/new feature. waiting-for: community labels Jul 3, 2020
@apache apache deleted a comment from echarts-bot bot Jul 6, 2020
@plainheart plainheart added this to the 5.0.0 milestone Aug 5, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

@github-actions github-actions bot added the stale Inactive for a long time. Will be closed in 7 days. label Aug 5, 2022
@plainheart
Copy link
Member

ECharts v5 已经支持该配置项,且可以自由设置虚线样式。:)

@plainheart plainheart added resolved and removed stale Inactive for a long time. Will be closed in 7 days. labels Aug 6, 2022
@echarts-bot echarts-bot bot closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants