zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
566 stars 141 forks source link

GGanttRow - available slot name #70

Closed zerexei closed 1 year ago

zerexei commented 1 year ago

reference: https://zunnzunn.github.io/vue-ganttastic/GGanttRow.html#slots

The link doesn't show the slots documentation.

What are the available slot name w/ props in GGantRow? Is it possible to have a progress indicator for GGantRow? (30% bg opacity 1 70% bg opacity .5) Is it possible to connect two or more GGantRow using arrow based on id?

ps: already reading this: https://github.com/zunnzunn/vue-ganttastic/blob/master/src/components/GGanttRow.vue

zunnzunn commented 1 year ago

The slots of GGanttRow are indeed documented, though hyperlinks in the docs do not work in some cases when deployed using GitHub Pages. If that was your issue, simply refresh the page, the links should work then.

image

Regarding the progress indicator and the arrows: the library itself does not support it, but using some HTML/CSS trickery, you should be able to achieve it.