Also write security next to system nodes
This commit is contained in:
@@ -142,7 +142,7 @@ export const MapNode: React.FC<MapNodeProps> = ({
|
|||||||
} pointer-events-none select-none`}
|
} pointer-events-none select-none`}
|
||||||
style={{ textShadow: '2px 2px 4px rgba(0,0,0,0.8)' }}
|
style={{ textShadow: '2px 2px 4px rgba(0,0,0,0.8)' }}
|
||||||
>
|
>
|
||||||
{name}
|
{name} {security.toFixed(1)}
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user