Skip to main content

All Questions

Tagged with
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
4 votes
1 answer
726 views

How to implement MYSQL data fetching in JS Gantt chart?

I'm using AnyChart’s JS Charts library and I want to implement this with my project data's, I'm using Codeinghter framework and I want to know what's the best way to do this. I know it's very basic ...
jobB's user avatar
  • 431
2 votes
1 answer
37 views

Issue in getting data from node server (redirecting from php to node using mod proxy)

<VirtualHost *:80> ServerName my_domain_name DocumentRoot /var/www/html <Location /node/> ProxyPass http://my_domain_name:1341/ ProxyPassReverse http://my_domain_name:1341/ ...
user13573447's user avatar
1 vote
1 answer
360 views

How can I create a Gantt diagram with phpSpreadSheet?

I am using phpSpreadSheet to create a Gantt diagram from a template, but when I complete the template using this library the diagram appears empty. But if I complete the template manually, the diagram ...
d1649356's user avatar
1 vote
0 answers
430 views

If statement does not work with API in Laravel

I am struggling to insert "permissions" to my Gantt's chart (aka DHTMLX Gantt) The problem is is that I want an if statement in my function like so: public function getOne($id){ if(Auth::user()-...
dot321's user avatar
  • 85
0 votes
3 answers
178 views

Laravel 'WHERE' function in query breaks API?

I'm trying to make Gantt's chart using DHTMLX Gantt API. The goal is to show only certain Gantt's lines to certain users. So for example: if I open a contract it shows me the Gantt's chart of that ...
dot321's user avatar
  • 85
1 vote
1 answer
268 views

Change a Gantt chart in amCharts so that the column values are the axis values and the old axis values are the new column values?

I have a Gantt chart using amCharts v3 in PHP, and we would like to swap the column values with the X-axis values. For example, we have an incident Gantt chart which have X-axis values of the ...
jon james's user avatar
2 votes
2 answers
4k views

How to change the height of a Gantt chart in amCharts?

We have a Gantt chart that has too many labels and they overlap. Can I change the height of the chart or parent container through the chart's attributes? Basically we have a Gantt chart that has one ...
jon james's user avatar
2 votes
0 answers
134 views

Jquery gantt plugin shows one day earlier

I am using the jQuery.ganttView plugin. I works very well, but it has a problem with UTC-N timezones, as UTC-07.00 for example. Hence, it shows one day earlier. I have checked this question, but it ...
Teenager's user avatar
2 votes
0 answers
471 views

Passing variable value from inline php to jquery function

I have html file that load jQuery.Gantt. Inside html i put nested php that grabs necessary data from database to populate grid. The data are formate to json according to spec. My question is how to ...
Josef's user avatar
  • 2,696
2 votes
1 answer
2k views

Gantt Chart with multiple task based from database

I'm in need of a Gantt chart for my project that will display like the chart below, And data must be based from database. I have been looking for one but it only support one block per row. My ...
LBMG's user avatar
  • 73
2 votes
1 answer
435 views

Generate data for jQuery GanttView from PHP

I use jQuery GanttView after seeing example data I try to generate Gantt data from PHP: foreach ($activity as $key => $activity): $data[$key]['id'] = $activity->id; $data[$key][...
krissanawat's user avatar
1 vote
0 answers
684 views

How to add duration column in gantt chart using kendo UI PHP

I am working on Gantt Charts using Telerik Keno UI PHP. I need to show duration column in the gantt chart. Since the duration of a task can be easily calculated by its start and end dates so there is ...
R.K.Saini's user avatar
  • 2,708
0 votes
1 answer
112 views

how to make d3 gantt chart installable to other computer?

i have this problem that my d3 gantt chart needs to be INSTALLABLE to other computers. What i mean is that even if you copy the codes to other computer the chart should run without any problem. I have ...
elvis's user avatar
  • 107
1 vote
3 answers
3k views

dhtmlxGantt not loading from database

I am using dhtmlxGantt to produce Gantt charts from a database. I have been through the tutorial and the in-line chart displays fine. When I then pull in data from a database the html page times out ...
NIGEL COLLINS's user avatar

15 30 50 per page