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] need add support for bar itemStyle borderRadius #20716

Open
yuicer opened this issue Jan 24, 2025 · 0 comments
Open

[Feature] need add support for bar itemStyle borderRadius #20716

yuicer opened this issue Jan 24, 2025 · 0 comments
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@yuicer
Copy link

yuicer commented Jan 24, 2025

What problem does this feature solve?

series.bar.borderRadius is hard to custom defined when using dataset, wish to support callback function so we can use just like itemStyle.color. or add more options for visualMap component

What does the proposed API look like?

series.bar.itemStyle.borderRaduis = (params)=> {if (dataHandle) return [4,4,0,0]; return [0,0,4,4]}

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Jan 24, 2025
@echarts-bot echarts-bot bot changed the title [Feature] need add support for bar itemStyle borderRadius [Feature] need add support for bar itemStyle borderRadius Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant