SVGGraph options tagged 'gantt'
This page lists all the options currently available for use in the SVGGraph
constructor's $settings
array. The lists of graph types and tags
can be used to filter the list of options, and each option name is a link to
a page with further details about the option.
Graph type support: ArrayGraph Bar3DGraph BarAndLineGraph BarGraph BoxAndWhiskerGraph BubbleGraph CandlestickGraph CylinderGraph Donut3DGraph DonutGraph EmptyGraph ExplodedDonut3DGraph ExplodedDonutGraph ExplodedPie3DGraph ExplodedPieGraph ExplodedSemiDonut3DGraph ExplodedSemiDonutGraph FloatingBarGraph GanttChart GroupedBar3DGraph GroupedBarGraph GroupedCylinderGraph Histogram HorizontalBar3DGraph HorizontalBarGraph HorizontalFloatingBarGraph HorizontalGroupedBar3DGraph HorizontalGroupedBarGraph HorizontalStackedBar3DGraph HorizontalStackedBarGraph LineGraph MultiLineGraph MultiRadarGraph MultiScatterGraph MultiSteppedLineGraph Pie3DGraph PieGraph PolarArea3DGraph PolarAreaGraph PopulationPyramid RadarGraph ScatterGraph SemiDonut3DGraph SemiDonutGraph StackedBar3DGraph StackedBarAndLineGraph StackedBarGraph StackedCylinderGraph StackedGroupedBar3DGraph StackedGroupedBarGraph StackedGroupedCylinderGraph StackedLineGraph SteppedLineGraph
24 options with tag gantt:
Option | Default | Summary |
---|---|---|
gantt_depends_colour | '#000' |
Colour of dependency lines on Gantt charts. |
gantt_depends_dash | null |
Dash pattern for dependency lines on Gantt charts. |
gantt_depends_head_size | 7 |
Size of arrow head on Gantt chart dependency lines. |
gantt_depends_opacity | 1 |
Opacity of dependency lines on Gantt charts. |
gantt_depends_stroke_width | 1 |
Width of dependency lines on Gantt charts. |
gantt_group_colour | "fill..." |
Sets the colour of Gantt chart group bars. |
gantt_group_colour_complete | "fill..." |
Sets the colour of the complete part of Gantt chart group bars. |
gantt_group_corner_height | 6 |
Sets the dropped corner height of Gantt chart group bars. |
gantt_group_corner_width | 6 |
Sets the dropped corner width of Gantt chart group bars. |
gantt_milestone_colour | null |
Sets the colour of milestone markers on Gantt charts. |
gantt_milestone_size | 6 |
Sets the size of milestone markers on Gantt charts. |
gantt_milestone_type | "diamond" |
Sets the type of marker used for milestones on Gantt charts. |
gantt_shade_days | [0,6] |
Sets the days that are shaded on Gantt charts. |
gantt_shade_days_colour | "#000" |
Sets the colour of the shaded days on Gantt charts. |
gantt_shade_days_opacity | 0.1 |
Sets the opacity of the shaded days on Gantt charts. |
gantt_today | true |
Enables display of today line on Gantt charts. |
gantt_today_colour | "red" |
Sets the colour of the Gantt chart today line. |
gantt_today_dash | "3" |
Sets the dash pattern for the Gantt chart today line. |
gantt_today_date | null |
Sets the date for the Gantt chart today line. |
gantt_today_opacity | 1 |
Sets the opacity of the Gantt chart today line. |
gantt_today_width | 2 |
Sets the width of the Gantt chart today line. |
gantt_tooltip_complete | true |
Enables display of task completion in Gantt chart tooltips. |
gantt_tooltip_duration | true |
Enables display of task duration in Gantt chart tooltips. |
gantt_units | "day" |
Sets size of units used for Gantt charts. |