Thanks Meitar;
My confusion is that when I consult the google charts api documentation, the format and naming conventions are different than the plugin, is there a definitive plugin guideline for config options or how to “convert” the api usage to the plugin usage?
Two examples of the difference:
PLUGIN:
chart_background_color
example: chart_background_color='{“fill”:”#fff”,”stroke”:”#999″,”strokeWidth”:2}’
chart_h_axis
GOOGLE API:
backgroundColor
hAxis
thanks again, this helps greatly and the plugin works magnificently!