From 03d950ef396013d90a762c0e2ba1bd82aa717e93 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 25 Nov 2014 10:50:18 +0100 Subject: [PATCH] removed setData from the Graph2d docs --- docs/graph2d.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph2d.html b/docs/graph2d.html index d4702cf0..05ab0579 100644 --- a/docs/graph2d.html +++ b/docs/graph2d.html @@ -118,7 +118,7 @@ For backwards compatibility, groups and options can be interchanged.

Data, options and groups can be set or changed later on using the functions - Graph2d.setData(data), Graph2d.setOptions(options) and Graph2d.setGroups(groups). + Graph2d.setItems(data), Graph2d.setOptions(options) and Graph2d.setGroups(groups).

Data Format