From 83b315e3e29dd179e6c194ea5b9e0ba60103a545 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:05 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/dos/ext/vis/examples/graph2d/02_bars.html | 57 ++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/02_bars.html diff --git a/js/dos/ext/vis/examples/graph2d/02_bars.html b/js/dos/ext/vis/examples/graph2d/02_bars.html new file mode 100644 index 0000000..28493c4 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/02_bars.html @@ -0,0 +1,57 @@ + + + + Graph2d | Bar Graph Example + + + + + + + +

Graph2d | Bar Graph Example

+
+ This example shows the most the same data as the first example, except we plot the data as bars! The + dataAxis (y-axis) icons have been enabled as well. These icons are generated automatically from the CSS + styling of the graphs. Finally, we've used the option from Timeline where we draw the x-axis (time-axis) on top. +

+ The align option can be used to align the bar at the center of the datapoint or on the left or right side of it. + This example uses the default center alignment. +
+
+ +
+ + + + \ No newline at end of file