Ability to widen the gantt window

Currently you cant make the grey background width of the gantt page. It would be nice if that filled the entire screen instead of about half right now. Also if you could drag / pan within the gantt table to view large project data easier of future dates etc.

15 Likes

totally agree: scrolling and zooming in/out!

4 Likes

Would be great to adjust the left part of gantt charts to read longer data names!

5 Likes

yep, zooming like chart, plus more space would be better

1 Like

I did a terrible thing to fix this. Perhaps sharing it here will motivate a fix :stuck_out_tongue:

If the doc is just for you, you can install a CSS extension in your browser and override coda’s css rules. This is really fragile and could break other things. So, at your own risk:

  1. Install stylebot or similar extension
  2. Add rule for your page:
  • coda.io (all coda docs, not really recommended) or
  • ^https://coda.io/d/Document_dj68FkxNls/* (single doc you care about) or
  • ^https://coda.io/d/Document_dj68FTQklQI/MySection-2020_suqKL* (single section you care about)
  1. Add CSS
.kr-document-root .kr-line-set-width {
  width: 100%;
}

Godspeed.

2 Likes

really need to ensure that the left hand nav for the gantt is readable-looks like it’s been broken & unable to display longer row entries in a legible way since the original post in 3/18. the width for that column should be resizeable.

It’s problematic also that the width for this view is narrow and fixed in a way that doesn’t match the flexible width for a normal table- gantt charts should be able to run long for detailed or long-range projections.

seems like those tweaks should be relatively straightforward to implement?

In the current format this function is not usable. When adding projects that spread across a wider period of time, the name of shorter projects is minimized to 2-3 letters.

1 Like

Did this ever get resolved. I still have the issue.

1 Like