Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

How to call a function when we scroll in ganttchart

I want to call a function when I scroll or immediately after stopping the scroll. Is there any way to do that?
Neelima kuchipudi's user avatar
2 votes
0 answers
35 views

How to make the Y-axis of the google gantt chart as hyperlink in Javascript/AngularJS? [duplicate]

I have dynamic data coming for the google gantt chart. I want to add hyperlink option for the Y-axis data which will navigate me to the other page. The code given below have the dynamic data. Task ...
Sarmila M's user avatar
0 votes
2 answers
734 views

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 ...
JuJu's user avatar
  • 30
0 votes
0 answers
242 views

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 : <link rel="stylesheet" type="...
medou boushab's user avatar
0 votes
1 answer
792 views

What is a most efficient way to implement Gantt Chart in Angular js application? [closed]

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 ...
Varun Nayyar's user avatar
1 vote
3 answers
908 views

Angular Gantt (error: plumb.detach is not a function)

In my application I have used angular-gantt component. When I draw a new dependencies I've this error angular.js:12808 TypeError: this.manager.plumb.detach is not a function at Dependency.model....
Dennis A. Boanini's user avatar
1 vote
1 answer
685 views

Same sub task appear as a milestone in Angular Gantt chart

I have a angular gantt chart on my page. The plunkr is attached here. PLUNKR EXAMPLE What i am facing issue is that when i have a different tasks with same name under different milestones i see ...
Bharatsing Parmar's user avatar
1 vote
1 answer
868 views

How to add context menu in gantt chart

gantt chart in angular how to add the context menu for a task like a below image my current task is like this And i have include the javascript ans css file in html like below <link rel="...
Shanmugapriya D's user avatar
0 votes
1 answer
721 views

Google chart : Invalid visualization type: gantt

I've tried the solution here but the problem persists. I've changed useGstaticLoader: true in this and then in the view i get : Invalid visualization type: gantt Any suggestion is welcome. Anyone ...
OddDev's user avatar
  • 1,611
1 vote
0 answers
393 views

Angular-Gantt - Movable Plugin not Working

I'm attempting to use the movable plugin for angular-gantt. So far, I've managed to get a simple gantt chart together, but I have not been able to get the movable plugin working. The gantt lines ...
ABitInAByte's user avatar
0 votes
1 answer
683 views

Is it possible to have 2 tasks on the same date in angular-gantt?

I'm trying to make in a webapp a gantt-chart to display some data in a nicer way, using angular-gantt. Some tasks are overlapping in certain rows, but the bars are displayed. Is it possible to have ...
magor's user avatar
  • 669
0 votes
1 answer
1k views

Defining a task color for each row in Angular-Gantt

I am using angular-gantt to represent a series of tasks and I would like to have the tasks of a specific row with a specific color. To add to this I have added the modules gantt-movable and gant-draw-...
C M's user avatar
  • 1
1 vote
1 answer
2k views

Invalid visualization type: gantt with angular-google-chart

I'm working in an AngularJS project and I'm trying to add a Google Gantt chart with angular-google-chart tool, but it doesn't work. Here is the code: JS CODE var app = angular.module('myApp', [ '...
nurasaki's user avatar
  • 109
1 vote
0 answers
181 views

angularjs gantt hide specific hour column

Is it possible to hide specific hour column in angularjs-gantt chart. Say I have: headers="['month', 'day', 'hour']" This will show all the hours from 0 through 24. But I only like to show working ...
abduIntegral's user avatar
3 votes
1 answer
2k views

Angular Gantt - How to set from-date and to-date range to show only required minutes?

I am working an Angular Gantt Charts. I set my Gantt chart headers to show only minutes. Also I want to set from minutes and to minutes range. I have coded like below. But It always display the entire ...
VijayVishnu's user avatar

15 30 50 per page