Fix edge docs

pull/48/head
Andrew Selivanov 6 years ago
parent b48df8bcde
commit 2f93e03d31

@ -3,11 +3,11 @@ id: edge
title: Edges title: Edges
--- ---
Edge is an object representing an edge between two Nodes. Edge is representing an edge between Nodes.
## Basic ## Basic
Node is an abstract concept that represents a single system component object. Edge is an object representing a connection between Nodes with some additional properties.
An edge object contains three attributes: **label**, **color** and **style** which mirror corresponding graphviz edge attributes. An edge object contains three attributes: **label**, **color** and **style** which mirror corresponding graphviz edge attributes.

Loading…
Cancel
Save