Gantt Chart Style Bar

Hi, may I know is there any suitable component in webix that can produce GanttChart style bar as show in this photo?

I am not producing gantt chart, but I need a bar look similar.

I found the Horizontal Stacked Bar is the most close to what I required. But I do not have idea do we allowed to extract the bar only and remove the rest of the component?

Hello,
Please check Bullet Graph widget

Hi @Nastja , I tried in the snippet, I found that, if I remove the label and placeholder, the scale is not render in the correct position. May I know did I miss out any step?

https://snippet.webix.com/7k3q6gbi

Yes, after removing the label the scale isn’t in a correct position. Thank you for the issue. We will fix it.
if you need it ASAP and have support subscription, please contact support@webix.com

And as a temporary workaround, you can set a small labelWidth for graphs with an empty label: https://snippet.webix.com/3fqhjdlp

Hi @Helga ,
also found the value is not allowed to set as 0. The chart did not reflect correctly

As far as I can see, the chart doesn’t paint 0 value as the scale itself starts from 0. Do you mean it should paint at least a small line, like here (value 0.5): https://snippet.webix.com/aejvgix1 ?

Just sometime it is a variable… ya, for the workaround, I have to give value 1 if the value is zero. Else the bar go wrong.

I think we can add a minimal value length during chart rendering, thank you for the suggestion.