How to add target line in google column chart?

后端 未结 4 1626
感情败类
感情败类 2020-12-15 17:03

How to add the target line in google column chart like this.

\"google

4条回答
  •  天命终不由人
    2020-12-15 17:03

    If you'd like to combine the columnchart and linechart, use ComboChart. Documentation and examples are here : https://developers.google.com/chart/interactive/docs/gallery/combochart

    basically, have the data point for the line chart as one of the columns in the DataTable and specify this column to be the "series" = "line", whereas the other columns are visualized in a ColumnChart.

提交回复
热议问题