apache / apache/echarts

[Feature] need add support for bar itemStyle borderRadius

Open
#20,716 0 comments 1 reaction 0 assignees View on GitHub
en new-feature pending
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### 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]}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.