apache / apache/echarts

ARIA Decals don't differentiate Sankey chart nodes or edges

Open
#15,513 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.