diff --git a/js/dos/ext/vis/examples/graph2d/19_labels.html b/js/dos/ext/vis/examples/graph2d/19_labels.html new file mode 100644 index 0000000..2832df3 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/19_labels.html @@ -0,0 +1,135 @@ + + + + + + + Graph2d | Basic Example + + + + + + + +

Graph2d | Label Example

+
+ This example shows the how to add a label to each point in Graph2d. Each item can have a label object which contains the content and CSS class.In addition, xOffset and yOffset will adjust the location of the label relative to the point being labelled. + + +

+ +
+
+
+ + + + \ No newline at end of file