// Display google stacked bar chart
var view = new google.visualization.DataView(data);
view.setColumns([0, 1, {
calc: "stringify",
sourceColumn: 1,
type: "string",
role: "annotation"
},
2]);
Run Code Online (Sandbox Code Playgroud)
下面是我的堆积条形图的图片。
我无法在绿色条上显示百分比,但无法在红色条上显示百分比。绿条中的当前值不是百分比值。