First off, the ColumnCharts now support annotations natively, so you don't need to use the hack to work around the problem any more. Second, you can use the new "style" column role to set the color of columns. Here's a working example based on your code: http://jsfiddle.net/asgallant/LYr59/.
What is your goal with calling drawChart, animating a chart, and then drawing over it with the continueExecution function? I suspect that there is an easier way to get what you want. On Friday, December 20, 2013 7:43:02 AM UTC-5, [email protected] wrote: > > I want to create an interactive bar chart, where each bar has a different > color and at the top of the bar I want to show the value marker for that > bar. > > Apart from the multicolor bit i've got it working. But I cannot figure out > how to make it multi colored. > Is there anyone that can modify my code to my specifications? > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
