From the above data the need is to draw a timeline of the vechicle with different color for differnet number of times the rollers passed i.e.

I am unable to map the data points on chart or some vertical time line
Have tried using following highcharts:
- column chart
- heat maps
- treemap
But unable to generate results as expected

You can make it a column-stacked chart with just one column:
Of course, the data in the
seriescan be generated by a function taking the data from an original format and automatting some structures, like addingshowInLegend: falsefor the categories that were already represented in the legend.