Charts set BorderColor of bars

Hi @ll.

I’m playing a little bit with Vaadin Charts and I try to set borderColors (which are white by default).

I tried PlotOptionsBar and set it to the series, but this did’t do the trick.
I searched for it and here http://searchcode.com/codesearch/view/10029515 is boderColor available. Is this api missing in charts?

Regards,
Christoph

hi, be sure you use version 1.1.5, cause in lower version it was created a ticket → http://dev.vaadin.com/ticket/13266 about this feature

Hi,

from what I understand the ticket is about changing the color of chart border, not histogram borders. Has anyone managed to change the histogram border colors without rewriting a chart theme?

Thank you.