Plugin Author
Meitar
(@meitar)
As this is a general usage question, you should consider asking for help in the general WordPress support forums. I can’t and don’t offer assistance with basic usage due to time and resource constraints so you’re more likely to have someone help you out more thoroughly if you ask your question in the general forums instead of this specific plugin tech support forum.
Hi Meitar, I guess my question should have been phrased better. I read your FAQ and came up with the below short code to make a stacked column chart but it is not working. The “chart_isStacked” piece I used the suggestion to find what attribute in the Google Help and add “chart_” to the front.Using the below a chart appears but it is not stacked.
[gdoc key=”my key” chart=”Column” title=”Sales by Product” chart_isStacked=”true”]
Updated to “chart_is_stacked” and worked.
Plugin Author
Meitar
(@meitar)
Updated to “chart_is_stacked” and worked.
Yup. That’s the correct attribute, as described in the readme file. Glad you got it working.