[Feature] Styling Image symbols on scatter chart
Open
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?
I am currently trying to print a delegator/supply distribution chart and the image symbols I am using is loaded from keybase. I want them to display as circles instead of squares. It does not look refined. I would like for there to be a way to modify the border radius of the image.
### What does the proposed API look like?
{
type: 'scatter',
data: mappedValidators,
symbol: 'image://'
symbolBorderRadius: 5
}
Contributor guide
Assessment
This issue has not been assessed yet.