You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove WiFi clients overlay usage examples from README
Deleted configuration and example usage sections for the WiFi clients overlay from the README to streamline documentation. Updated section heading for GeoJSON handling. Also updated netjsonmap-multipleTiles.gif in docs/gifs.
Copy file name to clipboardExpand all lines: README.md
+1-53Lines changed: 1 addition & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -488,31 +488,6 @@ Looking for configuration details? See the inline docs and type hints in the sou
488
488
489
489
It's possible to render small colored circles around each node to represent the amount of connected WiFi clients. The overlay counts WiFi clients as a single total. This helper draws on the same ZRender layer as the graph, so the markers follow pan/zoom/force layout without extra work and do not call `setOption` during the main render.
490
490
491
-
### Configuration
492
-
493
-
-**Example**: See `public/example_templates/netjsongraph-wifi-clients.html` with dataset `public/assets/data/netjsongraph-wifi-clients.json`
0 commit comments