我正在使用Google可视化图表来处理Google表格文档中的数据。
它运作良好。但我想将LineChart更改为Chart Area,我收到一个错误:无效的可视化类型:corechart。我尝试了其他示例,但核心图似乎与datawrapper不兼容。
我试过这个:https://jsfiddle.net/pvcb8gnw/
ChartWrapper({ <- Replaced by ChartArea doesn't work
chartType: 'LineChart', <- Replaced by Corechart give the error
chartType: 'LineChart', <- Replaced by Areachart give the error
我正在尝试这样做:https://developers.google.com/chart/interactive/docs/gallery/areachart
答案 0 :(得分:1)
替换......
chartType: 'LineChart'
与......
chartType: 'AreaChart'