Template:NetworkOptions: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{ "nodes": {
{ "nodes": {
         "color": "lightblue",
         "color": "lightblue",
         "shape": "ellipse",
         "shape": "box",
         "borderWidth": 3,
         "borderWidth": 3,
         "font": { "color": "red", "size": 17 }
         "font": { "color": "red", "size": 17 }
     }
     }
}
}

Latest revision as of 11:33, 14 October 2025

{ "nodes": {

       "color": "lightblue",
       "shape": "box",
       "borderWidth": 3,
       "font": { "color": "red", "size": 17 }
   }

}