readme file & some ux improvements
This commit is contained in:
@@ -559,6 +559,11 @@ class GraphManager {
|
||||
outgoing_edges: node.outgoing_edges || []
|
||||
};
|
||||
|
||||
if (node.max_depth_reached) {
|
||||
processedNode.borderColor = '#ff0000'; // Red border for max depth
|
||||
}
|
||||
|
||||
|
||||
// Add confidence-based styling
|
||||
if (node.confidence) {
|
||||
processedNode.borderWidth = Math.max(2, Math.floor(node.confidence * 5));
|
||||
|
||||
Reference in New Issue
Block a user