var barFormat= new google.visualization.BarFormat(
{width: 100,
drawZeroLine: 'true',
base: 350,
min: 150}
);
barFormat.format(chartFilter, 2);