vue-ganttastic icon indicating copy to clipboard operation
vue-ganttastic copied to clipboard

Missing days in header when using the gantt chart with a lot of days

Open kolaente opened this issue 3 years ago • 2 comments

The gantt chart header looks like this for the range in the screenshot: Screenshot_20210520_174435

(The date inputs come from my application)

I'm guessing the days are not shown in the header because there are simply too many which lets them overflow. A previous version of my (very buggy) gantt chart looked like this: image

I'd like to implement something similar with this library.

Would you accept a PR to add slots to make these things configurable?

kolaente avatar May 20 '21 15:05 kolaente

Maybe related to #11

kolaente avatar May 20 '21 15:05 kolaente

In Vue-Ganttastic v2, you can configure this using the precision prop, but I would accept a PR for this for v1, too.

zunnzunn avatar Jan 05 '22 11:01 zunnzunn