ARIA Decals don't differentiate Sankey chart nodes or edges
Open
en
new-feature
topic: decal
topic: sankey
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.1.2
### Reproduction link
[https://codesandbox.io/s/cranky-silence-tot46?file=/src/index.js](https://codesandbox.io/s/cranky-silence-tot46?file=/src/index.js)
### Steps to reproduce
```
option = {
aria: {
enabled: true,
decal: { show: true }
},
...
}
```
### What is expected?
each color should get its own decal pattern
### What is actually happening?
only one decal pattern is used for all nodes and edges throughout the entire chart
Contributor guide
Assessment
This issue has not been assessed yet.