Freeze left side text column and scroll taskbars
hjbout opened this issue · 1 comments
hjbout commented
Hi, thanks for nice library!
I do have a question: is it somehow possible to make the task bars scrollable and the left text column frozen. So the task descriptions (text) will always be visible and the taskbars can be scrolled underneath.
Thanks
calebfaruki commented
Line 24 in ed89285
You can change the column width for the row labels when using StrGantt
. But it will be 140px by default.
If you use CanvasGantt
, it will be set dynamically because there is a divergence in implementation:
Line 41 in 2a842e0
It also seems like SVGGantt
has the same maxTextWidth
implementation. Leads me to believe that StrGantt
is probably deprecated?
Line 42 in 2a842e0