chart not available
-
Hi,
I have an issue with chart display.
I succeed to display Table with this shortcode :
[gdoc key="https://docs.google.com/spreadsheets/d/1GhYJgyB2q0xBn6CCibRs2m0hJZ3Jif_jchiJvykkhWE/edit#gid=0" query="select E, sum(B) where E is not null group by E"]but if I try to display any chart (for exemple “Pie”) :
[gdoc key="https://docs.google.com/spreadsheets/d/1GhYJgyB2q0xBn6CCibRs2m0hJZ3Jif_jchiJvykkhWE/edit#gid=0" chart="Pie" query="select E, sum(B) where E is not null group by E"]It doesn’t work.
I see this error message with inspector :
[Error] TypeError: undefined is not an object (evaluating 'jQuery.fn.dataTable.defaults') (fonction anonyme) (igsv-datatables.js, line 5) j (jquery.js, line 2) fireWith (jquery.js, line 2) ready (jquery.js, line 2) J (jquery.js, line 2)And here is the source code of the page which seems to be regarding the chart display :
<div id="igsv-1-Piechart-1GhYJgyB2q0xBn6CCibRs2m0hJZ3Jif_jchiJvykkhWE" class="igsv-chart" title="" data-chart-type="Pie" data-datasource-href="https://docs.google.com/spreadsheets/d/1GhYJgyB2q0xBn6CCibRs2m0hJZ3Jif_jchiJvykkhWE/gviz/tq?tqx=out:csv&tq=select%20E%2C%20sum%28B%29%20where%20E%20is%20not%20null%20group%20by%20E&chart=true"></div>Could it be a conflict with a Theme ?
Regards
https://ww.wp.xz.cn/plugins/inline-google-spreadsheet-viewer/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘chart not available’ is closed to new replies.