Skip to content

Commit 3958ea9

Browse files
author
brunomnsilva
committed
Clarification on the need of inclusion of properties and css base files in any project structure.
1 parent 635f3f5 commit 3958ea9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
98101
You 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+
126133
You can set the default CSS styles in the `smartgraph.css` file:
127134

128135
```css

0 commit comments

Comments
 (0)