Questions tagged [angular-gantt]
11 questions
1
vote
1 answer
TypeError: Cannot read property 'jsPlumb' of undefined
I need help please, I can't use dependency between tasks in angular-gantt. I found this error:
TypeError: Cannot read property 'jsPlumb' of undefined
at new DependenciesManager (http://localhost:8080/....
HTML file code:

medou boushab
- 56
- 7
0
votes
1 answer
how to use angular-gantt(angularjs library) in angular 10 or angular 8
here is the image of the code and i don't know how to use it in angular 10hello there i'm new to angular, i want angular-gantt angular-gantt in my angular 10 project can somebody explain me step by step procedure for doing this... event i tried…

Mohit Kumar
- 1
- 1
0
votes
1 answer
How to show resource view in sync-fusion angular gantt-chart
As shown in image, I'm expecting multiple task in same row using sync-fusion. any suggestion.
Using package @syncfusion/ej2-angular-gantt

tabinda
- 39
- 1
- 5
0
votes
2 answers
Highchart Gantt chart Navigator color
I am rendering a Gantt chart with different series color. The colors are somehow not reflected on the navigator at the bottom. How can I display the same colors in both series and navigator?
Fiddle link : Fiddle
Note: These colors are going to be…

Girl Geek
- 79
- 1
- 7
0
votes
2 answers
angular-Gantt table : custom header
I'm creating an angular-gantt table, and I would like to change columns headers.
I saw the attributes columns and headers in the plugin Table but I don't understand how to use these.
You can see my gantt chart here :
I need to change the Name label…

JuJu
- 28
- 3
0
votes
0 answers
The width of sections in angular gantt
I'm not able to use gantt.section. You can see the picture below that the width of the section is zero, it seems that I miss some files. I imported in my html file :

medou boushab
- 56
- 7
0
votes
0 answers
Angular-Gantt is not responding when changing timezone to different timezone other than Default UTC (Etc/UTC)
I am using Angularjs v1.7.5 and Angular-Gantt v2.0.0
In addition, I am using ASP.Net Boilerplate v3.2.4 as a backend. multiple tenancy is disabled.
When setting timezone in Setting as (e.g: UTC+02:00 Damascus) or any other timezone other than…

Hamza Hashim
- 36
- 4
0
votes
0 answers
How to change data (can't get row index in data) when user click on row tree or table plugin?
I use https://github.com/angular-gantt/angular-gantt in my project.
I try to write js code for change data when user click on row in side-content tree or table plugin by call form popup or change data inline tree or table plugin. For this purpose I…

user3905270
- 43
- 5
0
votes
0 answers
Module 'gantt.table' is not available angularjs1.6
i have problem with package 'gantt.table' modules with angularjs1.6, i cant load all modules gantt like 'gantt.overlap',gantt.tooltips' ... i have the same problem.
always i have the same problem with all modules gantt
Help please
the error…

Crunch_07
- 39
- 6
0
votes
1 answer
Angular-gantt can't import it in my application
I'm trying to integrate angular-gantt to a current application
I follow https://angular-gantt.readthedocs.io/en/latest/get-started/
Installed it like this:
yarn add angular-gantt --save
After I launch my application I get an error like…

tamtoum1987
- 1,957
- 3
- 27
- 56
0
votes
1 answer
What is a most efficient way to implement Gantt Chart in Angular js application?
I am working on a Hotel Management application in which I am using Angular Gantt chart to manage rates of rooms. My hotel has large number of rooms and each room has different rate plans, so to manage all that in Angular Gantt chart is not possible.…

Varun Nayyar
- 887
- 4
- 20
- 46