Skip to main content

All Questions

Tagged with
-1 votes
1 answer
35 views

how to add fixed width for Y Axis labels

I am trying to add fixed width for y axis labels.is there any way to add? like this yAxis: { labels: { style: { width: '30px', fontSize: '10px', textOverflow: 'none' ...
Neelima kuchipudi's user avatar
0 votes
2 answers
105 views

how to add background color for x axis and y axis of high charts

I am trying to change background colour of the highcharts x and y axis background. I am trying to fill color as below highlighted.
Neelima kuchipudi's user avatar
0 votes
0 answers
32 views

how to sort and filter the higchart left axies table (gantt chart)

Here is the link of table along with gantt chart, I need if user click on the column header Est.Days a dropdown should come with the value less than 0 , between 0 to 5 and greater than 5. user can ...
Anamika Singh's user avatar
0 votes
1 answer
90 views

Group tasks by a property which have array of values using angular gantt dhtmlx

I’m using gantt with angular. need to use group by task which property is an array of values exactly like what is showed in group by owner in this sample Task grouping, different relation property ...
Wafia Mustafa's user avatar
0 votes
0 answers
76 views

Problems in rendering Gantt Chart in angular 15 using d3

Trying to implement gantt chart using d3 in angular 15, the problem with the rendering. The data flow is correct, SVG and rectangles are created with my dummy data. private data = [ { task: 'Task ...
Faraz Khan's user avatar
0 votes
0 answers
54 views

How to use license of gantt-chart library from smarthtmlelements

Given that I have the license key for gantt-chart library by HTMLELEMENTS. I want to use that license to my project but there is no clear way found on the official docs. https://www.htmlelements.com/...
Shivam's user avatar
  • 1
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
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
1 answer
607 views

Dhtmlx gantt changes project start date automatically

So I have this scenario with a screen like below: The DHTMLX Gantt automatically changes the project start date to default to the first day of the Gantt chart if there are no children tasks. In this ...
Jeet Mehta's user avatar
0 votes
1 answer
550 views

How to change the label color of Y-Axis on click in angular Gantt chart High Chart

How to change the background color of the Y-axis on the click of the label. It's working fine with javascript but not with angular. chart.yAxis[0].labelGroup.element.childNodes.forEach(function (...
Rohit Mehrotra's user avatar
0 votes
1 answer
601 views

How to select or highlight the x axis border on click of Y axis label in gantt chart highchart

How to select or highlight the X-Axis in the Gantt chart on click of the Y-axis label? yAxis: { className: "highcharts-color-0", uniqueNames: true, title: { text: "Data" ...
Rohit Mehrotra's user avatar
1 vote
1 answer
748 views

How to use click event on Y-axis label in angular Gantt chart High Chart

How to add click event on Y-axis label in Gantt chart. It's working fine in javascript but not in angular. In angular giving following error "Type '{ events: { click: () => void; }; }' is not ...
Rohit Mehrotra's user avatar
0 votes
2 answers
157 views

gantt chart plot wrong date on xAxis [closed]

I want to display the progress in year in 2021. So the start point is 2021-1-1, and the end point is 2021-12-31. The main code is: xAxis: { min: Date.UTC(2021, 1, 1), max: Date.UTC(2021, 12, 31) },...
Hello's user avatar
  • 816
-1 votes
1 answer
296 views

Can I hide the 'highchart.com' text from my angular application?

I want to use highchart for free in my angular application. It is just a simple gantt chart. Here is the Demo on Staclblitz How can I remove the text highlighted for free? If not, any other ways to ...
Hello's user avatar
  • 816
0 votes
1 answer
712 views

How to add scroll into Dhtmlx gantt chart and loads the data based on count

I am using DHTMLX GANTT chart. Here I am using scroll. My requirement is that first on load only 5 data will be showing,once we scroll remaining 5 data should load and same thing should continue. I am ...
carreankush's user avatar

15 30 50 per page