When the chart is rendered you should allow for a list of custom query parameters, just in case you want to add options not supported by the Drupal module API.
For example, I would like to increase the default margin, but there is no way to do that. See:
http://code.google.com/apis/chart/styles.html#chart_margins
Comments
Comment #1
jeremy commentedsubscribe
Comment #2
13rac1 commentedThe patch in #1109472: Hook chart_post_build to append custom GIC parms may provide the features you need. Please review it.
Comment #3
13rac1 commented#1109472: Hook chart_post_build to append custom GIC parms has been applied to 6.x-1.x and 7.x-1.x.
Comment #5
Pierre.Vriens commented