First off, column identifiers are case-sensitive, so there is no such thing as a cc
column. You mean CC
. Second, after you fix the column ID casing, you’ll see that the plugin reports a visible error: “All data columns targetting the same axis must be of the same data type. Column #2 is of type number but expected type is string”
You need to ensure your Google Query is returning data in the correct data format for your chosen (candlestick) chart type.
For example, using your own sheet, this works:
[gdoc key="https://docs.google.com/spreadsheets/d/1BRCq_ZwBzO_oP4kRcU91id4qhyZzQ5Flvvp5qX6HKos/edit#gid=0" query="select B,CD,CE,CF,CG" chart="candlestick"]
Though I don’t think that’s the data you actually want to use. However, the plugin does load this data into a Candlestick chart correctly.