ColumnChart google visualization column color change

Posted by drozzy on Stack Overflow See other posts from Stack Overflow or by drozzy
Published on 2010-03-09T14:32:33Z Indexed on 2010/04/16 5:13 UTC
Read the original article Hit count: 558

Does anyone know if I can hack google's visualization ColumnChart api chart somehow, to make a single column stand out with a different color, like so:

alt text

I know you can do it with ImageChart, so I don't need that (it fires no events and has no x/y labels).

Can I traverse the result with javascript somehow and change the CSS style, if it is truly rendered in SVG?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google-visualization