diff --git a/js/dos/ext/vis/examples/graph2d/09_external_legend.html b/js/dos/ext/vis/examples/graph2d/09_external_legend.html new file mode 100644 index 0000000..39ec322 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/09_external_legend.html @@ -0,0 +1,363 @@ + + + + Graph2d | External legend Example + + + + + + + +

Graph2d | External custom legend

+
+ This example shows how to create an external custom legend using the getLegend function. We use normal JavaScript to show and hide the + groups by updating the dataset. + +
+
+
+
+ + + + + \ No newline at end of file