From 3b5b0f513d4813ee004c35f831654938a18b4fad Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:52:58 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../graph2d/07_scrollingAndSorting.html | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/07_scrollingAndSorting.html 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 @@ + + + + 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