From 2ebb1a00c3beab1004a07d34120d14d0643aa3ca Mon Sep 17 00:00:00 2001 From: Brendon Page Date: Fri, 9 Jan 2015 11:14:54 +0200 Subject: [PATCH] Updated network documentation to include circularImage shape. --- docs/network.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/network.html b/docs/network.html index 4d729591..7054abe4 100644 --- a/docs/network.html +++ b/docs/network.html @@ -940,11 +940,11 @@ All options defined per-node override these global settings. Define the shape for the node. Choose from ellipse (default), circle, box, - database, image, label, dot, + database, image, circularImage, label, dot, star, triangle, triangleDown, and square.

- In case of image, a property with name image must + In case of image and circularImage, a property with name image must be provided, containing image urls.