Google Chart API error “All series on a given axis must be of the same data type”

前端 未结 4 423
野性不改
野性不改 2020-12-09 15:06

\"enter

I have LineGraph using googlechart. This graph is created with the following c

4条回答
  •  执念已碎
    2020-12-09 15:59

    I got this error by creating a bar chart that had two columns with strings and one with numbers. I was intending to display a view that kept the second string column hidden but forgot.

提交回复
热议问题