From d16d2263310715580a4e0bea33d438eddbd04b23 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:07 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/graph2d/16_bothAxisTitles.html | 201 ++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/16_bothAxisTitles.html diff --git a/js/dos/ext/vis/examples/graph2d/16_bothAxisTitles.html b/js/dos/ext/vis/examples/graph2d/16_bothAxisTitles.html new file mode 100644 index 0000000..3609528 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/16_bothAxisTitles.html @@ -0,0 +1,201 @@ + + + + Graph2d | Axis Titles and Styling + + + + + + + +

Graph2d | Axis Titles and Styling

+
+ + + + + +
+ This example shows setting a title for the left and right axis. Optionally the example allows the user + to show icons and labels on the left and right axis. + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + + \ No newline at end of file