From 0b5ac205c6aed000c5c8f8713735bd286223ce99 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:09 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/graph2d/09_external_legend.html | 363 ++++++++++++++++++ 1 file changed, 363 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/09_external_legend.html 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