Add emphasisFocus option
Open
en
new-feature
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
It will emphasize all items that are focused on. Not only the hovered item. It will be useful in scenarios like only display connected links when a node is emphasized in the graph.
### What does the proposed API look like?
```ts
emphasis: {
focus: 'adjacency',
emphasisFocus: true
}
```
Contributor guide
Assessment
This issue has not been assessed yet.