From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../examples/graph2d/11_barsSideBySideGroups.html | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html (limited to 'www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html') diff --git a/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html b/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html deleted file mode 100644 index b1ed1504..00000000 --- a/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - Graph2d | Bar Graphs Side by Side Example with Groups - - - - - - - -

Graph2d | Bar Graphs Side by Side Example with Groups

-
- When using Bar graphs, it can often be the case that there are multiple bars on the same timepoint. This may not always be the desired result. You can use the - barChart.handleOverlap option to automatically plot the bars next to eachother or stacked on top of eachother if they occupy the same timeslot. By default, this option is on, the bars overlap. - Use the dropdown box to experiment with the options. The stacked only really makes sense when using groups as is shown here. - -

- Handle overlap: -
-
- -
- - - - \ No newline at end of file -- cgit v1.2.3