Our state of the art Gantt chart


Post by greg »

Hi,

I would like to remove all grid (horizontal and vertical lines) from the gantt.
I manage to hide the horizontal ones by overriding grid-row css class:

.b-grid-row {
    border-bottom: none;
  }

Is there any way I could do the same for vertical lines?

Thanks


Post by mats »


Post by greg »

Hi Mats,

I have this property set on BryntumGantt component but still can see the lines:

<BryntumGantt
  columnLines={false}
  ...
bryntum column lines.PNG
bryntum column lines.PNG (6.3 KiB) Viewed 582 times

Any advice would be helpful.

Thanks


Post by alex.l »

Hi greg,

All feature names in wrappers has prefix feature in the end, see https://bryntum.com/docs/gantt/guide/Gantt/integration/react#features

All the best,
Alex


Post by greg »

Hi Alex,

That's exactly what I want. Thanks a lot


Post Reply