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
votes
Can you post some code and the data?
- drs9222
1 Answers
0
votes