From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/graph2d/03_groups.html | 112 ---------------------------- 1 file changed, 112 deletions(-) delete mode 100644 www/lib/vis/examples/graph2d/03_groups.html (limited to 'www/lib/vis/examples/graph2d/03_groups.html') diff --git a/www/lib/vis/examples/graph2d/03_groups.html b/www/lib/vis/examples/graph2d/03_groups.html deleted file mode 100644 index fe5fa887..00000000 --- a/www/lib/vis/examples/graph2d/03_groups.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - Graph2d | Groups Example - - - - - - - - -

Graph2d | Groups Example

-
- This example shows the groups functionality within Graph2d. This works in the same way as it does in Timeline, - We have however simplified the constructor to accept groups as well to shorten the code. These groups are the - method used in Graph2d to define individual graphs. These groups can be given an individual class as well as all the - styling options you can supply to Graph2d! This example, as well as the ones that follow will showcase a few different usages - of these options.

- - This example also introduces the automatically generated legend. The icons are automatically generated and the label is the - content as you define it in the groups. If you have datapoints that are not part of a group, a default group is created with the label: 'default'. - In this example, the setting defaultGroup is used to rename the default group to 'ungrouped'. -
-
- -
- - - - \ No newline at end of file -- cgit v1.2.3