Questions tagged [highcharts-gantt]

50 questions
2
votes
1 answer

Highcharts Gantt - how to make the horizontal rows / lanes taller?

Follow up to this question... I'm making a milestone comparison chart, and I'm putting the data labels above the milestone markers. The data labels are two lines of text (an acronym and a date), and with the two lines being above the markers, they…
Dylan Cristy
  • 916
  • 11
  • 29
1
vote
0 answers

showing days and weeks in Highcharter gantt chart on x-Axis in R

I am trying to create a gantt-chart with highcharter in R close to this with a table as x-Axis and as y-Axis. On the x-Axis I want the day of the year and the week of the year and the actual date. # Server…
1244OBJ
  • 11
  • 1
1
vote
1 answer

How to set background color for series with unique name in Gantt chart from Highcharts?

I want to dynamically show background colors for each Series (Unique names) in gantt chart. Something like shown in below below screenshot Image showing light grey and grey background for Development & Testing I tried plotBands option on yAxis by…
manshi44
  • 19
  • 3
1
vote
1 answer

Highcharts Gantt - Dynamic grid cell height

Is there a way to dynamically increase the height of each row as shown in the image below:
1
vote
1 answer

How do I add a gap between series in Highcharts Gantt?

I've got a Gantt chart: And I'd like to add an horizontal gap between all series (1 and 2 in this case). I've tried to use the groupPadding but with no success: Highcharts.ganttChart('container', { title: { text: 'Gantt Chart with Progress…
SixtyEight
  • 2,220
  • 3
  • 14
  • 25
1
vote
1 answer

How Can we display blocked area for particular timeline in horizontal bar in gantt highchart

I am using gantt highcharts in my angular application. In Gantt highcharts, I need to display blocked area(stripped lines) for particular timeline in horizontal bar in gantt highchart (which are highlighted in red color). tried many solutions but…
1
vote
1 answer

How to provide styles on X axis gantt high chart

I want some customization in the Gantt chart as follows: display some text/html on the top left section (interaction of x and y-axis) show x Axis (header) with black color in the background and some other customization in styles but got nothing in…
1
vote
1 answer

Background event on Highcharts Gantt

Here is for a project we used before FullCalendar in resourceView mode to display a from an algorithm. In this gantt we have jobs, as well as the display of the unavailability of resources (workstation here). Sandbox:…
Minos
  • 216
  • 2
  • 11
1
vote
1 answer

Highcharts Gantt - Set max height and scrollbar on yAxis

I'm doing a project using Highcharts Gantt, and I'm having a little trouble mastering it at the moment, especially the management of its height and Y axis. Here Sandbox :…
1
vote
1 answer

How can I change the color of legend points?

If you have a look at the example below the points of Project 1 and Project 2 are both grey in the Legend. However, in my case these points should have the same color as the related series. Is there some easy way to achieve this? I could not find…
Fabian Bigler
  • 10,403
  • 6
  • 47
  • 70
1
vote
1 answer

Highcharts gantt or any chart x-axis scroll position to be at the start/left side on loading chart

I am using highcharts gantt for one of my requirement. I am trying to figure out how scroll position can be at the start of the chart. Later it can be scrolled to the end. For demo purpose, I created a fiddle…
srikanth_k
  • 2,807
  • 3
  • 16
  • 18
1
vote
1 answer

How do I set the highchart gantt headers as fixed when I scroll vertically

I am trying to create a scheduling Gantt. I've based this gantt off of the Resource Management example. Lots of good stuff so far! I'm having a few problems, which I will make separate posts for. The next problem that I'm dealing with is that I have…
eddiem9
  • 61
  • 4
1
vote
1 answer

Highcharts Gantt Vertical Scrollbar Missing in Full Screen Mode

I'm having an issue with Highcharts Gantt 8.0.0 when viewing in fullscreen mode where the vertical scrollbar seems to be missing. Highcharts.ganttChart('gchart-container', { // ... among other options, here are the related // scrolling…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180
0
votes
1 answer

How change local names for weeks in highcharts gantt

I added local names in locale and change xAxis.dateTimeLabelFormats.weeks. But when I navigate to short time period, it shows Week (not Неделя as expected) On longer time period it shows right Week name (as Неделя) xAxis = { ... …
Citizen_39895
  • 65
  • 2
  • 6
0
votes
1 answer

Right and center alignment for yAxis not working properly in gantt chart from highcharts

I want to customize series on the yAxis as right/left/center. with below property I am able to achieve it yAxis : { uniqueNames: true, labels: { align: 'right', // center, left, or right }, }, But this…
manshi44
  • 19
  • 3
1
2 3 4