Give us feedback
gantt-highcharts
Reactive icon

Gantt Highcharts

Stable version 1.0.14 (Compatible with OutSystems 11)
Uploaded on 29 Apr (6 days ago) by 
5.0
 (16 ratings)
gantt-highcharts

Gantt Highcharts

Documentation
1.0.11

Hint:

The update to the last version of the library changed the color of the Gantt Lines (Axis-line and tick), if needed to change for the color of the previous version you can add the follow CSS in the theme of your application:


.highcharts-axis-line {

      stroke: rgb(204, 214, 235);

}


.highcharts-tick {

      stroke: rgb(204, 214, 235);

}


1.0.3
  • Highcharts Gantt includes many advanced and useful features by default, such as Milestones, Percent-complete shadings, Current day indication, and Relationships between activities.
  • Export Highcharts Gantt charts into multiple raster or vector graphics formats. Perfect for including the charts in static reports and presentations.