echarts
echarts copied to clipboard
[Bug] unable to draw pattern for custom series chart
Version
5.4.3
Link to Minimal Reproduction
https://codepen.io/balagbm/pen/YzgByYe
Steps to Reproduce
https://codepen.io/balagbm/pen/YzgByYe
attached the sample code here. I am trying to create a chart with custom series with rectangular pattern for each series. please refer the attached link
Current Behavior
I am unable to draw a patter for the chart series
Expected Behavior
I am expecting the pattern to be applied for the chart series
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Hi @helgasoft, we can draw a patter with simple bar chart, but I was trying to create a custom series with pattern.
ok, indeed seems like a bug in custom.itemStyle.decal. Even for the general itemStyle, opacity and color can be set, but not decal - Demo Code
I'm facing this issue as well. Attempting to fill the sector of a polar heatmap with diagonal stripes when the data for the sector is null, indicating lack of collection data instead of merely a low value.