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