mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 21:28:33 +08:00
5566f74fa2
* feat: add hover-element behavior definition * feat: add hover-element behavior * test: add uts * feat: add site demos * feat: add unit test * fix: cr issues * fix: cr issues * fix: cr issues
357 B
357 B
title | order |
---|---|
Highlight Nodes | 0 |
Highlighting a node and its neighbors when user hover it is a common requirement in graph analysis applications.
Usage
The demos below show two ways to satisfy the highlight requirement:
- Built-in behavior: activate-relations;
graph.on
or Custom Behavior.