What problem does this feature solve?
It is very strange that Candlestick type of chart has no option to have rounder corners for the bars themselves. What could be the reason for this?
Also, there should be an option to do a candlestick type chart with only open/close data parameters, skipping those "low" and "high" parameters. Or allow array items for basic bar chart, adding bar starting and ending value positions, like [20, 36].
What does the proposed API look like?
Add borderRadius option to itemStyle or add support for start/end value positions for traditional bar chart.
What problem does this feature solve?
It is very strange that Candlestick type of chart has no option to have rounder corners for the bars themselves. What could be the reason for this?
Also, there should be an option to do a candlestick type chart with only open/close data parameters, skipping those "low" and "high" parameters. Or allow array items for basic bar chart, adding bar starting and ending value positions, like [20, 36].
What does the proposed API look like?
Add borderRadius option to itemStyle or add support for start/end value positions for traditional bar chart.