Marko Žunić

Results 22 comments of Marko Žunić

Those two properties are somewhat misleading, since they're not meant to be set manually. Instead, they're used when `push-on-overlap` is active to set drag limits based on other bars with...

The fixes are OK, but there is some specific code of yours in the project as well (the snippets related to "mouvement").

With the current version, you can do this manually in a `@dragend-bar` event listener. A major update is planned, including the migration to Vue 3 with TypeScript, with features like...

> > > @InfectoOne I'm really interested by this new update, is there a planned date for that ? Nice job ! Thank you! This is a project I voluntarily...

> @InfectoOne I'm really interested by this new update, is there a planned date for that ? Nice job ! @ludoviccumin Reminder: Vue Ganttastic 2 has been released! 😄 Snapping...

> Any updates? Unfortunately, I'm a bit short on time right now. I am currently working on another project which will also be published soon. It will be an app...

Hi! In the current version, it is not possible to separate the row labels from the chart. By having the labels integrated into the chart, you save a lot of...

`ganttBarConfig: { color: "white", backgroundColor: "#de3b26", bundle: "redBundle" }` It appears that an `id` property is missing here. Take a look at the [following page](https://infectoone.github.io/vue-ganttastic/common-use-cases.html#adding-new-bars) in the docs. TLDR: just...

Hello! I finally took the time to look at some of the pull requests here, and there seems to be a little bug in the enumeration of the weeks: ![image](https://user-images.githubusercontent.com/28678851/167262728-e6448edc-4589-410e-b35f-a8b693b18d91.png)...

Hello! Glad you like the library! Mobile interactivity is definitely on the agenda. I'll have to do a little research on what would be the best way to implement this,...