diff --git a/js/dos/ext/vis/examples/graph2d/07_scrollingAndSorting.html b/js/dos/ext/vis/examples/graph2d/07_scrollingAndSorting.html new file mode 100644 index 0000000..2b997e4 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/07_scrollingAndSorting.html @@ -0,0 +1,74 @@ + + +
+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.
+ height
is defined.
+ 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.
+