mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: add referral network graph visualization page
Interactive Sigma.js + graphology graph with ForceAtlas2 web worker layout, campaign/user node coloring, filters via nodeReducer pattern, search highlighting, user/campaign detail side panels, and 4-locale translations. Dependencies: sigma v3, graphology, graphology-layout-forceatlas2.
This commit is contained in:
3
src/pages/ReferralNetwork/index.tsx
Normal file
3
src/pages/ReferralNetwork/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import { ReferralNetwork } from './ReferralNetwork';
|
||||
|
||||
export default ReferralNetwork;
|
||||
Reference in New Issue
Block a user