From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../vis/examples/graph2d/15_streaming_data.html | 122 +++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 www/lib/vis/examples/graph2d/15_streaming_data.html (limited to 'www/lib/vis/examples/graph2d/15_streaming_data.html') diff --git a/www/lib/vis/examples/graph2d/15_streaming_data.html b/www/lib/vis/examples/graph2d/15_streaming_data.html new file mode 100644 index 00000000..0eb7cac0 --- /dev/null +++ b/www/lib/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 -- cgit v1.2.3