Template:NetworkOptions: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#network:
{ "nodes": {
  | options=
{
    "autoResize": true,
    "nodes": {
         "color": "lightblue",
         "color": "lightblue",
         "shape": "box",
         "shape": "box",
Line 10: Line 6:
     }
     }
}
}
}}

Latest revision as of 11:33, 14 October 2025

{ "nodes": {

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

}