var formatter = new google.visualization.NumberFormat(
{prefix: '$', negativeColor: 'red', negativeParens: true, fractionDigits: 0});
formatter.format(data, 1); // Apply formatter to second column
But this is not used by the legend. Tried searching for this in the group and on the net.