Google可视化组合图表汇总工具提示

时间:2014-01-13 05:51:39

标签: javascript stack tooltip google-visualization google-chartwrapper

我在this fiddle中有一个示例谷歌可视化组合图表,其中绘制的图表如下所示:

    var chart = new google.visualization.ComboChart(document.getElementById('visualization'));
    chart.draw(data, {
      title : 'Yearly Coffee Production by Country',
      width: 600,
      height: 400,
      vAxis: {title: "Cups"},
      hAxis: {title: "Month"},
      seriesType: "bars",
    isStacked: true,
    });

上图包含正常的工具提示。但我正在尝试按如下方式格式化工具提示,

tooltip

在第一个堆栈上进行博客时,等等。实现它的程序是什么?

0 个答案:

没有答案