Skip to main content

All Questions

Tagged with
0 votes
0 answers
43 views

amchart4 label text gets overlapped by other lineseries chart data

Using amchart4, the legacy version. I'm working on a Gantt chart which shows some data of activities going on field. Problem statement :       Ref Image 1. I'm trying to show the full title text of ...
Ashish 's user avatar
2 votes
1 answer
39 views

IcCube Reporting V8 - possible to use Gantt chart?

Using IcCube Reporting V7, I was able to create AmCharts Gantt charts as following : Using following mdx behind the scene : with member HDebut as [Measures].[Bloc Début Intervalle], format_string = &...
Bertrand Miot's user avatar
0 votes
1 answer
221 views

AmCharts 5 add a current date in a gantt chart

I want to draw a vertical line representing the current date on my gantt chart. Please help me. I found this answer https://stackoverflow.com/questions/55719235/draw-a-vertical-line-representing-the-...
Lucas Saraiva's user avatar
0 votes
1 answer
153 views

gantt chart from amChartv5 on angular is resolving multiple categories from the same name

I'm implementing an amChartsv5 gantt chart on Angular 13, where each bar(category) would be a project and if there are two or more occurrences of a category, they should stack, like a timeline. ...
crCoelho's user avatar
2 votes
0 answers
164 views

AmCharts 4 - Gantt Chart coloring based on task

I want to change the AmCharts Gantt in a way that colorizes the bars(tasks) based on the task-name so that each task with the same name has the same color even if they appear in different categories. ...
RobjSky's user avatar
  • 31
0 votes
2 answers
238 views

Gantt chart for single day milestone

I have implemented Gantt chart using Amcharts 3, which is working good but in my case, I need to show single date milestone as well. It is showing milestone as very thin line which is not view able. I ...
Vignesh Kumar A's user avatar
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
1 vote
2 answers
2k views

Amcharts: date and time based axis for schedule

I want to show up a schedule in a Gantt Chart based on Amcharts. It will contain an entire week, and different periods of hours on each day on this week. It means, when I see entire week, on X axis ...
TheVic's user avatar
  • 313
1 vote
2 answers
237 views

Not able to get parameter value on click of gantt bar chart of amcharts

This is my gantt bar chart. Actually what I need to get is the value which I am passing like taskname or any other extra value. When I click on any bar the click event is working fine but I am not ...
sainanky's user avatar
  • 507
0 votes
1 answer
64 views

grant chart on amChart does not give the expected output graph

I'm new on amCharts. I want to create the Ganttchart on amCharts for visualizing my data set. My script is as below. <div id="chartdiv2" style="width: 100%; height: 500px;"></div> <...
Chathurika Amarathunga's user avatar
1 vote
1 answer
1k views

amCharts date-time value issue, can not set hh:mm time

I'm new on amCharts to create ganttCharts and the others. I'm trying to create a gantt chart and set some time value to each column. So I can create with these lines; { "category": "Planned", ...
M.MOTUGAN's user avatar
0 votes
1 answer
139 views

AmCharts Gantt chart ZoomTIndexes not working

here is my code listeners: [{ event: "init", method: function (e) { e.chart.zoomToIndexes(0, 19); } }], this is not working with Amcharts gantt chart https://...
yelji's user avatar
  • 81
0 votes
1 answer
511 views

How to add another graph to AmCharts Gantt to show custom icons

I have a gantt chart with a few minor tweaks but basically a clone of This gantt example with dates. What I am trying to do is have a number of icons next to the segment based off some info included ...
Martin O Leary's user avatar
2 votes
1 answer
240 views

Trendline is not working in Amcharts Gantt chart

I am trying to show a Trend line in amchart's Gantt Chart. my Code "trendLines": [{ "finalValue": 'John', "initialValue": "Kendra", "initialDate": '2015-01-01', "finalDate": '...
user2733590's user avatar

15 30 50 per page