<td>If two datapoints of a barchart overlap, they are drawn over eachother by default. If sideBySide is set to true, they will be drawn side by side.
<td>If two datapoints of a barchart overlap, they are drawn over eachother by default. If sideBySide is set to true, they will be drawn side by side, within the same width as a single bar..
See <ahref="../../examples/graph2d/10_barsSideBySide.html">example 10</a> for more information.
See <ahref="../../examples/graph2d/10_barsSideBySide.html">example 10</a> for more information.
When using groups, see <ahref="../../examples/graph2d/11_barsSideBySideGroups.html">example 11</a>.
When using groups, see <ahref="../../examples/graph2d/11_barsSideBySideGroups.html">example 11</a>.
<td>The minimum width of the bars in pixels: by default the bars get smaller while zooming out to prevent overlap, this value is the minimum width of the bar. Default behavior (when minWidth is not set) is 10% of the bar width.</td>