vue-ganttastic
vue-ganttastic copied to clipboard
Simple, interactive and highly customizable Gantt chart component for Vue 3
Currently I am unable to implement `no-overlap`, when I do it throws this console error and the bars overlap ``` Uncaught TypeError: D.isBetween is not a function at @infectoone_vue-ganttastic.js?v=80fab204:1154:20 at...
Hi 👋 I am trying to add support for multiple bars in the same row that will overlap in time but be displayed on top of each other.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...
The feature has been added in release 2.3.1. _Originally posted by @zunnzunn in https://github.com/zunnzunn/vue-ganttastic/issues/92#issuecomment-2008139894_
Something like this ``` ```
Following the official example, I added a `style` attribute in `row1BarList.ganttBarConfig`, but the browser reports an error: "TypeError: Failed to set an indexed property [0] on 'CSSStyleDeclaration': Indexed property setter...
When I try to use the label slot with a label column title in the g-gantt-chart, nothing is displayed. After checking the code, I can see that this is because...
Something like this ``` ```