File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ this will add/remove the corresponding vertices and edges from the visualization
9595
9696### SmartGraph Properties
9797
98+ ** Note:** Either using the library or including the source code, the ` smartgraph.properties ` file must exist in you project folder.
99+
100+
98101You can set the graph visualization properties in the ` smartgraph.properties ` file:
99102
100103``` properties
@@ -123,6 +126,10 @@ layout.attraction-scale = 10
123126
124127### SmartGraph CSS styling
125128
129+ ** Note:** Either using the library or including the source code, the ` smartgraph.css ` file must exist in you project folder.
130+ For example, if all your vertices turn out black, this is because this file cannot be found.
131+
132+
126133You can set the default CSS styles in the ` smartgraph.css ` file:
127134
128135``` css
You can’t perform that action at this time.
0 commit comments