Closed
Description
Version
5.4.1
Link to Minimal Reproduction
No response
Steps to Reproduce
I don't know if in version 5.2.1 It was the good result , but when I add borderColor
property in ìtemStyle` (series), the color is not visible with large data, in 5.4.1 yes. So it hides the color of the bars.
{
name: 'Volumn',
type: 'bar',
xAxisIndex: 1,
yAxisIndex: 1,
itemStyle: {
color: '#7fbe9e',
// Add black color...
borderColor: 'black'
},
large: true,
encode: {
x: 0,
y: 5
}
}
Current Behavior
In 5.4.1
Expected Behavior
The good result for me in 5.2.1
Environment
- OS: macOS Ventura
- Browser: Safari 16.1
- Framework:
Any additional comments?
No response