vue-gantt-schedule-timeline-calendar icon indicating copy to clipboard operation
vue-gantt-schedule-timeline-calendar copied to clipboard

Vue version of gantt-schedule-timeline-calendar

Results 17 vue-gantt-schedule-timeline-calendar issues
Sort by recently updated
recently updated
newest added

Hi: I want to create two `GSTC ` on the page,but there is an exception. ![image](https://user-images.githubusercontent.com/49701672/84846045-83195780-b080-11ea-91d4-cd136862efee.png) ![image](https://user-images.githubusercontent.com/49701672/84846127-ad6b1500-b080-11ea-9a6b-956c0786d07f.png)

I have tried to incorporate the calendar into a VueJS application and run it under several browsers. This seems to work fine for most, but I can't seem to run...

当我使用mac浏览器时,gantt无法左移 mac手势进行左移,但是浏览器执行后退 When I use the mac browser, gantt cannot move left The mac gesture moves left, but the browser moves back

I can't change the language configuration。 ``` locale: { name: 'zh-ch', Now: '现在', 'X-Scale': '变焦-X', 'Y-Scale': '缩放-Y', 'Task list width': '任务列表', 'Before/After': '放大', 'Display task list': '显示任务清单' } ```

Hi, Changing the example at https://github.com/neuronetio/vue-gantt-schedule-timeline-calendar to set config in mounted() instead of providing initial value in data() breaks the chart -- it's completely empty: ![Screenshot from 2020-03-22 08-41-14](https://user-images.githubusercontent.com/45625044/77243996-f85bc480-6c18-11ea-88a3-307d83478826.png) Change...

bug

Hi In the examples I can see demos where you can set time period to view (Day, Week, Month, etc) this works sort of like a zoom. How can I...

Using Selection plugin in vue component, selected() doesn't trigger when selecting empty cell blocks. selecting() works. Replicate with ``` import Selection from 'gantt-schedule-timeline-calendar/dist/Selection.plugin.js' import GSTC from 'vue-gantt-schedule-timeline-calendar' let subs =...

I'm trying to use the Action function, but I'm having difficulties in the implementation, the variables **element** and **data** always **return empty**. Below my code. Something is wrong? ``` import...

Hi, The vue example in README works great. More advanced usage eg from https://neuronet.io/gantt-schedule-timeline-calendar/scheduler.html requires GSTC.api However, this is undefined when using this vue component, which has only ``` name:...

Great Component! i am trying to use the itemmovemnt plugin. This seems to work.. i have included like this: import GSTC from 'vue-gantt-schedule-timeline-calendar' import ItemMovement from 'gantt-schedule-timeline-calendar/dist/ItemMovement.plugin.js' then in the...