Search code examples
raphaelgraphaelbar-chart

gRaphael: How to increase spacing between bars in bar graph


I have created a horizontal bar graph using gRaphael charting library. I want to increase the spacing between the bars. Is there an option to do that?


Solution

  • Well, from what I know there's not exactly a way to increase spacing but you can do so by manipulating the gutter value during initialization.

    See:

    g.raphael docs here