Skip to main content

All Questions

0 votes
0 answers
49 views

PHP array as input into a Javascript Google Ganttchart

I try to create a Ganttchart from a PHP array. My PHP Code looks like: <?php $ganttData = [ ['Project Start', 'Project Start', '2023-08-01', '2023-08-02'], ['Gate1', 'Gate1', '2023-08-28', '...
Jan's user avatar
  • 1
0 votes
1 answer
153 views

how to hide rows or specify colours in Google Gantt Chart, dynamic chart

I have a google gantt chart that I have finally got all of the information in. I have had to use the palette [ ] to add in the colours (from Customize the bar colors in Google Gantt Charts) I want ...
Daniel Pedley's user avatar
2 votes
0 answers
95 views

google visualizations, change the position of the label in gantt chart

<Chart chartType="Gantt" data={dt} height={1600} chartEvents={[ { eventName: "ready", ...
Sam's user avatar
  • 156
0 votes
0 answers
110 views

Angular is it possible to translate content of tooltip in Google Gantt Chart

My html looks like that: <google-chart #chart [title]="title" [type]="type" [data]="data" [columns]="columnNames" [options]="options"...
dudekdev's user avatar
0 votes
0 answers
57 views

Is it possible to highlight a specific segment in a Google Gantt Chart?

I am attempting to make a Gantt chart using the Google Charts library. The library gives the ability to indicate the percentage of a task's completion, but I am not interested in that feature. Instead,...
Mahoufo's user avatar
1 vote
0 answers
438 views

Change color of Task Name in Google Gantt Chart

I am using Google Gantt chart to show the Project duration. Now, the requirement is to show the entire Resource Name column in black color. Right now, they are showing in some random colors. Below is ...
SFDCUser's user avatar
2 votes
0 answers
730 views

Remove Percentage Completed from Tooltip in google gantt chart

I am using google chart to show the Gantt chart. The chart is working fine but when i hover on the chart bar, I am seeing Percentage Completed in the tooltip. Below is the HTML of the same <html&...
SFDCUser's user avatar
2 votes
0 answers
880 views

How do I show full dates in Google Gantt Charts?

I am using Google Gantt Charts to visualize a schedule of classes. On hover, I currently see "name: month yyyy - month yyyy." My goal is to also see the specific date of the month, so that ...
Dimitri Antoniou'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
1 vote
1 answer
1k views

How to use the dynamic json data for the google gantt charts?

I have a problem in google Gantt chart. Now I got the normal gantt chart with their start and end date, draft date(triangle) as mile stone by giving the hard-coded values of all the values. I want ...
Raghavi's user avatar
  • 321
1 vote
0 answers
278 views

google charts gantt can't get critical path or axis to show up

I am trying to follow along with examples here: https://developers.google.com/chart/interactive/docs/gallery/ganttchart My code looks like this: google.charts.load('current', {'packages':['gantt'...
user1130176's user avatar
  • 1,838
0 votes
1 answer
590 views

Google Charts, HighCharts or ChartJS Dual Axis Gantt Chart and Line Chart Visualization

I am trying to create a dual axis gantt chart and line chart to display tasks on the left axis (gantt chart data) and numeric values on the right axis (line chart data). I want to use Google Charts, ...
thenextmogul's user avatar
  • 1,173
2 votes
1 answer
1k views

Google charts, how to add custom points on Gantt Charts?

I'm trying to add some custom points on a Gantt charts. But I don't see any official way to do that. Any one know how I can make this ? I tried to add some point like triangle below
R3tep's user avatar
  • 12.8k
1 vote
0 answers
670 views

Google Gantt Chart styling with CSS or Javascript

I am working on creating a Gantt Chart for a work assignment, and am having some trouble adding styling. Specifically, I would like to add vertical lines at specific dates to denote deadlines. I ...
WashU's user avatar
  • 29
1 vote
0 answers
56 views

Not counting the time during the breaks in google gantt

I want to use google gannt to present some data, here there is an example fiddle Let suppose that the M01 has to work for 3 hours, it start at 10:00, it should stop at 12 for the break and start ...
alessandro buffoli's user avatar

15 30 50 per page