Displaying Groupby data with Google Charts -


i want use google charts(stack bar) visualize data, has 2 string fields , 1 number field.
data->[string,string,number]
when try implement same getting following error
"all series on given axis must of same data type"

check data format barchart

only first column may 'string'


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -