[Feature] Be able to set the cell's backgroundColor when chart type is heatmap
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?
When I use the Heatmap chart, i need to set a backgroundColor when cell's value is null
### What does the proposed API look like?
`
{
type: 'heatmap',
data: chartData,
itemStyle: {
backgroundColor: '#A8A8A8',
},
...
}`
Contributor guide
Assessment
This issue has not been assessed yet.