You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
我看文档介绍只有每个shape的独立事件,那如果有个需求是悬浮高亮,其他的变透明,如何实现jsx中stateStyles功能呢
G6.registerNode('rect-xml', { options: { stateStyles: { highlight: { opacity: 1, }, dark: { opacity: 0.2, 'title': { opacity: 0.2 }, 'img': { opacity: 0.2 }, }, }, }, jsx: (cfg) => { //... }, });
The text was updated successfully, but these errors were encountered: