I am using PHP SVGGraph to build a graph. I have a graph that currently looks like this:
What I would like to do is keep the width of the grid the same but the bars should not be so wide. I am not able to find anything in the docs on whether this can be done.
Is it possible to do this?

According to documentation you adjust the width of the bars using the options parameter when creating the instance:
Referenced from the options page (near the bottom):
http://www.goat1000.com/svggraph-bar.php#general-options