Questions tagged [highcharts-gantt]

50 questions
0
votes
0 answers

Google Gantt Chart Move X-axis on Top Instead of Bottom

google.charts.load('current', { 'packages': ['gantt'] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { …
Pankaj Sharma
  • 95
  • 1
  • 10
0
votes
1 answer

Changing point className in Highcharts Gantt

The below seems to be a bug, but I don't know what the work around is? Expected behavior: The className for a data point in highcharts Gantt is not changed during update. Actual behavior: The className stays the same as its original set. Live demo…
Thomas
  • 36
  • 1
  • 3
0
votes
1 answer

Highcharts Gantt - Show Tooltip on Dependency Path Hover

I'm trying to figure out an approach to add hover-over tooltips on the Highcharts Gantt dependency pathway; but am not sure the best approach as there doesn't seem to be a native config property to interact with the dependency pathways and…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180
0
votes
1 answer

Highcharts Gantt Setting Dependency Type

I'm setting up a highcharts gantt view and have successfully included tasks and dependencies in a working view #woohoo! I'm looking for a way to define the dependency relationship/type and have highcharts represent the line connectors appropriately.…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180
0
votes
1 answer

Highcharts Gantt does not show ALL rows that are empty

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 first problem is that the Gantt hides rows that…
eddiem9
  • 61
  • 4
1 2 3
4