var view = new google.visualization.DataView(dataTable);view.setColumns([0, 1, 2, 3, { type: 'string', role: 'annotation', sourceColumn: 2, calc: function (dt, row) { return (dt.getValue(row, 2) * 100).toFixed(1) + '%'; }}]);
var chart = new google.visualization.ColumnChart(document.getElementById('coverage'));chart.draw(view, options);#headerCenter, #bannerCenter, #pageTitleCenter, #mainContentCenter, #footerCenter, #contentBottomCenter {
width:93.75%; /* (960 / 1024) x 100 */ /*width:81.6666667%; /* (980 / 1200) x 100 */ /*width:61.25%; /* (980 / 1600) x 100 */ /* width:94.230769%; /* (980 / 1040) x 100 */
margin:0 auto;
text-align:left;
}#coverage {
text-align: center;
}