Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Invient charts: Individual Bar BorderColor
Hi,
is there a way to set the BorderColor of a any Bar individually?
This way does not work:
InvientChartsConfig.BarConfig colCfgProcess = new InvientChartsConfig.BarConfig();
colCfgProcess.setColor(colProcessColor);
colCfgProcess.setBorderColor(colProcessColor);
colCfgProcess.setBorderWidth(colBoderWidth);
colCfgProcess.setShadow(false);
colCfgProcess.setStacking(Stacking.NORMAL);
XYSeries seriesDataProcessTime = new XYSeries("xxxxxxxxxx",
colCfgProcess);
seriesDataProcessTime.setSeriesPoints(getPoints(seriesDataProcessTime,
parseProcess(cd)));
seriesDataProcessTime.setStack("process");
chart.addSeries(seriesDataProcessTime);
I always have a white Border until I change the config of the whole Chart.
Last updated on Jun, 8th 2012
You cannot reply to this thread.