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

Graph2d | Scrolling and Sorting

-
- You can determine the height of the Graph2d seperately from the height of the frame. If the graphHeight - is defined, and the height is not, the frame will auto-scale to accommodate the graphHeight. If the height - is defined as well, the user can scroll up and down vertically as well as horizontally to view the graph. -

- Vertical scrolling is planned, though not yet available. The graphHeight also does not conform if only the height is defined. -

- You can manually disable the automatic sorting of the datapoints by using the sort option. However, doing so does reduce the optimization - of the drawing so if you have a lot of points, keep sort turned on for the best results. -
-
-
- - - - \ No newline at end of file -- cgit v1.2.3