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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin charts: fixed placement colums or points
Is there a way to the set point placement with vaadin charts?
My goal is a chart similar to this: http://jsfiddle.net/9f2nw8yy/
(based on this: http://www.highcharts.com/demo/column-placement)
->Several columns per x-axis category and a corresponding point value per colum.
In the Vaadin API, I only found the possibility to set the stack (setStack) for a series, but this doesn't seem to work for lines/points...
Any ideas? Maybe a completely approach than mine? Thanks! :)
the only possibility I found was based on this: http://jsfiddle.net/wa2q0e5v/.
-> using an errorbar series
created an enhancement ticket.. https://dev.vaadin.com/ticket/19494