diff --git a/docs/network/edges.html b/docs/network/edges.html index 8efddbc5..da35bed0 100644 --- a/docs/network/edges.html +++ b/docs/network/edges.html @@ -232,7 +232,7 @@ network.setOptions(options); arrows.to.type String arrow - The type of endpoint. Possible values are: arrow, bar, circle. The default is arrow. + The type of endpoint. Possible values are: arrow, bar, circle, box, crow, curve, diamond, inv_curve, triangle, inv_triangle, vee. The default is arrow. arrows.middle diff --git a/examples/network/data/dotLanguage/dotEdgeStyles.html b/examples/network/data/dotLanguage/dotEdgeStyles.html index 9d5644b0..a27dac9b 100644 --- a/examples/network/data/dotLanguage/dotEdgeStyles.html +++ b/examples/network/data/dotLanguage/dotEdgeStyles.html @@ -36,8 +36,6 @@ #left, #right { position: absolute; - width: 50%; - height: 100%; margin: 0; padding: 10px; box-sizing: border-box; @@ -45,11 +43,15 @@ } #left { + width: 40%; + height: 80%; top: 0; left: 0; } #right { + width: 60%; + height: 100%; top: 0; right: 0; } @@ -82,7 +84,7 @@ } - + @@ -91,27 +93,43 @@

- Example of edge styles support + Example of edge styles support.

- + + + + + + + + + + + + + + + + + + +
AttributesDesriptions
labelText displayed on the edge
colorEdge color
styleEdge style (solid, dashed, dotted)
arrowheadArrow style (dot, box, crow, curve, icurve, normal, inv, diamond, tee, vee)
-
- - - -
+
+ + +
+
+ +