How to modify the background color or style of the dom element corresponding to histogram_cell_capacity, that is, the color of the line, can provide a case
Hello,
You can use CSS styles. For example:
.gantt_histogram_hor_bar,
.gantt_histogram_vert_bar {
background-color: red
}