-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with 'no-overlap' and 'push-on-overlap' functionalities #108
Comments
I also encountered this problem, please ask the author do you have a solution |
This is a very good plugin, I hope you can make more and more powerful |
I've tried to reproduce your bug, but I couldn't. Can you share some more explain? |
I am using
|
I am using |
An error occurred when I set no overlay |
Uncaught TypeError: D.isBetween is not a function |
I hope you can help me solve it |
I still haven't been able to reproduce the bug, even though I've tried. but let's give it a try... Did you check the startDate/endDate of the bar? because the Another possibility, have you been checked de format date? If it's still continue, can you run this repo and tried the same values in playground |
What to do if both drag and double-click events are triggered simultaneously |
I wouldn't have had this problem before, using the problems that occurred with Node16.20 and Vue Ganttastic 2.3.2 |
Although my problem has not been solved yet, thank you very much |
Currently I am unable to implement
no-overlap
, when I do it throws this console error and the bars overlapI am dynamically creating my rows and my data looks something like this
here is my vue 3 code
Any insight why this is happening?
The text was updated successfully, but these errors were encountered: