1.
Please look at the first example in the
Transition Animation documentation page.
You need to call draw() twice: first with all bar values set to 0, and then after receiving the 'ready' event with the target values.
You also need to specify the
animation configuration option.
2.
I don't quite understand what you mean by "bar shows 80". Do you mean the value on the axis is 80, or the tooltip value is 80?
The label beside the bar is the name of the corresponding data table row. Look at the
addRow() method.
The other labels are configurable using the
hAxis.format configuration option.
Hope this helps,
Visigoth