Thanks for the prompt response.
This is more of a one-time use, but I would also like it to help others. The ultimate goal of the project is to generate PDFs on the fly based on data retrieved from the database. The PDFs contain charts that need to be of high quality, so I decided to use this module and then convert the SVG to an image to be returned and included in the pdf creation module.
Example PDF
I am doing this for Pie, Double Pie, Bar, Double Bar, Triple Bars, and 4 Bar charts, although the Pie Chart module works great as is. You will see a specific example of the 4 bar per unit in the link above.
I was looking at the source code to come up with a way to add an option for "bars_per_item" in the graph configuration settings. If you guys have any advise it would be greatly appreciated.
Thanks again,