From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/graph2d/14_toggleGroups.html | 145 ---------------------- 1 file changed, 145 deletions(-) delete mode 100644 www/lib/vis/examples/graph2d/14_toggleGroups.html (limited to 'www/lib/vis/examples/graph2d/14_toggleGroups.html') diff --git a/www/lib/vis/examples/graph2d/14_toggleGroups.html b/www/lib/vis/examples/graph2d/14_toggleGroups.html deleted file mode 100644 index 60db882b..00000000 --- a/www/lib/vis/examples/graph2d/14_toggleGroups.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - Graph2d | Toggle Groups Example - - - - - - - - -

Graph2d | Groups Example

-
- This example shows the groups visibility functionality within Graph2d. Groups have their own visibility option. By using this, - all graph2d instances using those groups would show or hide that group. If you have multiple instances sharing the same data and groups, - you can use the groups.visibility option to set it on an instance level. The graphs below all share the same groups, items and initial options. - We then use a setOptions like so: - - -
-        graph2d1.setOptions({
-            groups:{
-                visibility:{
-                    0:true,               // group id:0 visible
-                    1:false,              // group id:1 hidden
-                    2:false,              // group id:2 hidden
-                    3:false,              // group id:3 hidden
-                    "__ungrouped__":false // default group hidden
-                }
-            }
-        })
-    
-
-
- -
-
-
-
-
-
- - - - \ No newline at end of file -- cgit v1.2.3