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