You can pass the result if you want (it generates built-in svg fragments by appearance), just open your web debugging tool (opera dragonfly, firebug or webkit web inspector) to see how it looks.
I suppose it would be easier to just use the API so that one bar has a different color, but if you want to cross the tree and assign it some style that should work fine. You can use standard DOM core methods to navigate the tree, as in HTML, for example firstChild, nextSibling, parentNode .
source share