No space between bars in chart

Hello,

Is there another way than increasing bar width so that bars are in contact ? And this whatever the width of the chart…

In fact I would like to do a logical chart, so the bars would represent the state (0 or 1) at each time.

Thank you

Hello @linur,

Is there another way than increasing bar width so that bars are in contact ? And this whatever the width of the chart…
I can recommend you setting a large barWidth to minimize gaps.
It possible to set a negative barWidth, but it’s not a good solution.
Please check the following snippet:
https://snippet.webix.com/br7rjjpp

Thank you for the tip. It seems that I don’t have another solution than setting a negative bar width.