Hi, 1. Please look at the first example in the Transition Animation<http://code.google.com/apis/chart/interactive/docs/animation.html#Introduction>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<http://code.google.com/apis/chart/interactive/docs/gallery/barchart.html#Configuration_Options> 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()<http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable> method. The other labels are configurable using the hAxis.format<http://code.google.com/apis/chart/interactive/docs/gallery/barchart.html#Configuration_Options> configuration option. The tooltip value is configurable using a formatter<http://code.google.com/apis/chart/interactive/docs/reference.html#formatters> or the more general tooltip role<http://code.google.com/apis/chart/interactive/docs/roles.html#tooltiprole> . Hope this helps, Visigoth -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/AlPm_ahIvZEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
