1
votes

I want to use Google charts(stack bar) to visualize the data, which has two string fields and one number field.
Data->[string,string,number]
When I try to implement the same I am getting following error
"All series on a given axis must be of the same data type"

1
Can you post some code and the data? - drs9222

1 Answers

0
votes

check the data format for a BarChart

only the first column may be a 'string'