我在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,
});
上图包含正常的工具提示。但我正在尝试按如下方式格式化工具提示,
在第一个堆栈上进行博客时,等等。实现它的程序是什么?