From e886822c0d2ac8ca6c376cf7a4bec50706b98f44 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 10 Sep 2014 11:58:12 +0200 Subject: [PATCH] Added example 15_streaming_data.html --- examples/graph2d/15_streaming_data.html | 94 +++++++++++++++++++++++++ examples/graph2d/index.html | 1 + 2 files changed, 95 insertions(+) create mode 100644 examples/graph2d/15_streaming_data.html diff --git a/examples/graph2d/15_streaming_data.html b/examples/graph2d/15_streaming_data.html new file mode 100644 index 00000000..4d3b6b89 --- /dev/null +++ b/examples/graph2d/15_streaming_data.html @@ -0,0 +1,94 @@ + + + + + + + Graph2d | Streaming data + + + + + + + +

Graph2d | Streaming data

+

+ This example demonstrates how to apply streaming data input to the Graph2d.
+

+ +

+ + +

+ +
+ + + + \ No newline at end of file diff --git a/examples/graph2d/index.html b/examples/graph2d/index.html index ca5dfe0a..93e7c9bd 100644 --- a/examples/graph2d/index.html +++ b/examples/graph2d/index.html @@ -21,6 +21,7 @@

12_customRange.html

13_localization.html

14_toggleGroups.html

+

15_streaming_data.html