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?
emphasis: {
focus: 'adjacency',
emphasisFocus: true
}
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?