Corechart而不是LineChart

时间:2017-06-15 20:18:18

标签: javascript charts google-visualization

我正在使用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

1 个答案:

答案 0 :(得分:1)

替换......

chartType: 'LineChart'

与......

chartType: 'AreaChart'