Draw a customized line in Vaadin chart type columnrange

64 Views Asked by At

I am using Vaadin Charts 4.1.0. I m using Chart chart = new Chart(ChartType.COLUMNRANGE); I am displaying some boxes by configuring DataSeries with xaxis and y axis values but based on some criteria I wanted to draw line before each box with some start value and end value. so Can anybody please help me to draw line before each boxes

0

There are 0 best solutions below