The specific code I’m using on my test page (intending to get a Pie Chart) is:
[gdoc key=”https://docs.google.com/spreadsheets/d/1zt7Wc9p9qeAyqY-2vFNZ9CsMMgKCA3CBC7KcGgrQFCU/pubhtml” use_cache=”no” chart=”Pie” query=”select A, D order by D DESC”]
Result: blank page. Can you see anything obviously wrong with that?
Plugin Author
Meitar
(@meitar)
Well, I suppose it’s possible to create a semi-circle donut but honestly the changes you’ll need to make are pretty brittle and extensive. Trying to do that is a good example of “fighting the framework” and I’d recommend you not do it. If you like HighCharts’s charts better than Google’s, you should probably use the HighCharts API, not the Google API, for obvious reasons.
As for your shortcode, it works for me, so the problem you have on your site is probably an error somewhere else.
Thanks for that. A more basic question, then, if you don’t mind: do I have to include scripts elsewhere in my theme to make your plugin run, or are they packaged with the plugin?
Plugin Author
Meitar
(@meitar)
Everything you need is in the plugin itself, or is called by the plugin, there are no additional libraries necessary.
Much appreciated Meitar. I’ve rated your plugin 5 stars.
Plugin Author
Meitar
(@meitar)
Cool, many thanks for the 5-star rating. 🙂