From 1a501d754b68d06589d9f9f6e691283b068fd630 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:20 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../ext/vis/examples/graph2d/05_bothAxis.html | 137 ++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/05_bothAxis.html diff --git a/js/dos/ext/vis/examples/graph2d/05_bothAxis.html b/js/dos/ext/vis/examples/graph2d/05_bothAxis.html new file mode 100644 index 0000000..093c896 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/05_bothAxis.html @@ -0,0 +1,137 @@ + + + + Graph2d | Both Axis Example + + + + + + + +

Graph2d | Both Axis Example

+
+ This example shows the some of the graphs outlined on the right side using the yAxisOrientation option within the groups. + We also show a few more custom styles for the graphs. Finally, the legend is manually positioned. Both the left and right axis + have their own legend. If one of the axis is unused, the legend is not shown. The options for the legend have been split + in a left and a right segment. The default position of the left axis has been changed. + + +
+
+
+ + + + \ No newline at end of file