From 30bf3349519178af8db83bfdc533beeee6ec7ec9 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:15 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/graph2d/15_streaming_data.html | 122 ++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/15_streaming_data.html diff --git a/js/dos/ext/vis/examples/graph2d/15_streaming_data.html b/js/dos/ext/vis/examples/graph2d/15_streaming_data.html new file mode 100644 index 0000000..0eb7cac --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/15_streaming_data.html @@ -0,0 +1,122 @@ + + + + + + + Graph2d | Streaming data + + + + + + + +

Graph2d | Streaming data

+

+ This example demonstrates how to apply streaming data input to the Graph2d. The example shows two different ways to let the window move along with the new data, and there are more strategies for that. Note also that it is possible to disable moving and/or zooming the graph by setting options moveable and zoomable false. +

+ +

+ + +

+ +
+ + + + \ No newline at end of file