diff --git a/js/dos/ext/vis/examples/graph2d/01_basic.html b/js/dos/ext/vis/examples/graph2d/01_basic.html new file mode 100644 index 0000000..68ec7cb --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/01_basic.html @@ -0,0 +1,52 @@ + + + + + + + Graph2d | Basic Example + + + + + + + +

Graph2d | Basic Example

+
+ This example shows the most basic functionality of the vis.js Graph2d module. An array or a vis.Dataset can be used as input. + In the following examples we'll explore the options Graph2d offest for customization. This example uses all default settings. + There are 10 predefined styles that will be cycled through automatically when you add different groups. Alternatively you can + create your own styling. +

+ Graph2d is built upon the framework of the newly refactored timeline. A lot of the timeline options will also apply to Graph2d. + In these examples however, we will focus on what's new in Graph2d! +
+
+
+ + + + \ No newline at end of file