How to show only vertical lines with static_background?

How to show only vertical line with static_background=true?
When use material theme with static_background=true is showing horizontal lines.

Hello Douglas,
Thank you for reporting about the issue, I added it as a bug that will be fixed in the future. I cannot give you any ETA, but I will notify you when it is fixed.

Now, as a workaround, you can add the following style rules:

.gantt_task_bg div{
  transform: scale(1,1000);
  height: 2px !important;
}

This will stretch the static background image. As a downside, the height of the image is predefined, if you have a lot of tasks, you need to increase the scale value. And the vertical lines will fit all the available space within the Gantt container.
Here is the snippet:
http://snippet.dhtmlx.com/519f71aee

1 Like

Hello Douglas,
The dev team fixed the bug with the static background picture for the material skin.
You can see how it works in the following snippet:
https://snippet.dhtmlx.com/72f5a51a9