echarts
echarts copied to clipboard
[Feature] specify border on each side
What problem does this feature solve?
Hi,
Related to this ticket, it could be great to specify the border width on each side, for example on a bar chart, in order to realize design like this with a top border:
Thanks
What does the proposed API look like?
Something like this should be great:
itemStyle: { borderWidth: [1, 0, 0, 0] }
An easy way to do this is to create a stacked bar with silent: true.
Here's a demo
Thanks for this workaround, it works great!