SVGGraph options tagged 'line'
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
83 options with tag line:
Option | Default | Summary |
---|---|---|
average_above | false |
Places average lines above or below graph details. |
average_colour | "fillColour" |
Sets the colour of average lines. |
average_dash | "8,2" |
Sets the dash pattern for average lines. |
average_font | "Arial" |
Sets the font for average line titles. |
average_font_adjust | 0.6 |
Sets the font adjustment value for average line titles. |
average_font_size | 10 |
Sets the font size for average line titles. |
average_font_weight | "normal" |
Sets the font weight for average line titles. |
average_length | null |
Sets the length of average lines in pixels. |
average_length_units | null |
Sets the length of average lines in grid units. |
average_opacity | 1 |
Sets the opacity of average lines. |
average_stroke_width | 2 |
Sets the width of average lines. |
average_title | null |
Sets the title for average lines. |
average_title_align | null |
Aligns average line titles. |
average_title_angle | 0 |
Sets the angle of average line title text. |
average_title_callback | null |
Sets the title for average lines using a callback function. |
average_title_colour | null |
Sets the colour of the average line titles. |
average_title_opacity | null |
Sets the opacity of the average line titles. |
average_title_padding | 3 |
Sets the amount of padding around average line titles. |
average_title_position | "inside top right" |
Sets the position of the average line titles. |
best_fit | NULL |
Enables best-fit lines. |
best_fit_above | false |
Depth of best-fit lines. |
best_fit_colour | "rgb(0,0,0)" |
Colour of best-fit lines. |
best_fit_dash | NULL |
Best-fit lines dash pattern. |
best_fit_opacity | 1 |
Opacity of best-fit lines. |
best_fit_project | NULL |
Best-fit line projections. |
best_fit_project_colour | NULL |
Colour of best-fit line projections. |
best_fit_project_dash | 4 |
Dash pattern for best-fit line projections. |
best_fit_project_opacity | NULL |
Opacity of best-fit line projections. |
best_fit_project_width | NULL |
Thickness of best-fit line projections. |
best_fit_range | NULL |
Range for best-fit lines. |
best_fit_type | NULL |
Limits type of function used for curved best-fit lines. |
best_fit_width | 1 |
Thickness of best-fit lines. |
block_position_markers | false |
Positions markers between grid points. |
fill_opacity | 1 |
Opacity of filled area. |
fill_under | false |
Fills the area under the line. |
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. |
guideline | NULL |
Adds guide/target lines to the graph. |
guideline_above | false |
Relative depth of guide lines. |
guideline_colour | "rgb(0,0,0)" |
Colour of guide lines. |
guideline_dash | "4,3" |
Guide line dash pattern. |
guideline_font | "Arial" |
Font for guide line titles. |
guideline_font_adjust | 0.6 |
Guide line title font adjustment. |
guideline_font_size | 10 |
Guide line title font size. |
guideline_font_weight | "normal" |
Guide line title font weight. |
guideline_length | NULL |
Length of guideline in pixels. |
guideline_length_units | NULL |
Length of guide line in graph units. |
guideline_line_spacing | null |
Sets line spacing for guideline text. |
guideline_opacity | 1 |
Opacity of guide line. |
guideline_stroke_width | 1 |
Width of guide lines. |
guideline_text_align | NULL |
Alignment of guide line title text. |
guideline_text_angle | 0 |
Angle of guide line title text. |
guideline_text_colour | NULL |
Colour of guide line title. |
guideline_text_opacity | NULL |
Opacity of guide line title. |
guideline_text_padding | 5 |
Space between guide line and title. |
guideline_text_position | "inside top right" |
Position of guide line text label. |
line_bar | null |
Sets bar position of line markers on bar and line graphs. |
line_breaks | false |
Allows graph lines to break on NULL values. |
line_curve | 0 |
Enables curved lines on line and radar graphs. |
line_dash | NULL |
Dash pattern for graph lines. |
line_dataset | 1 |
Datasets to draw as lines. |
line_figure | false |
Enables drawing shapes using line graphs. |
line_figure_closed | false |
Closes the shape defined by a line graph. |
line_stroke_width | 2 |
Thickness of graph lines. |
marker_angle | 0 |
Sets a rotation angle for the markers. |
marker_colour | NULL |
Colour of markers. |
marker_opacity | 1 |
Sets the opacity of the markers. |
marker_size | 5 |
Size of markers. |
marker_stroke_colour | NULL |
Colour of marker outlines. |
marker_stroke_width | 1 |
Thickness of marker outlines. |
marker_type | "circle" |
Shape of markers. |
median_colour | null |
Colour of median lines on box and whisker graphs. |
median_dash | null |
Dash pattern for median lines on box and whisker graphs. |
median_stroke_width | 2 |
Thickness of bar and whisker median line. |
show_average | false |
Enables calculation and display of average lines. |
whisker_dash | "2,2" |
Dash pattern for bar and whisker lines. |
whisker_width | 0.75 |
Length of horizontal whisker line. |
wick_dash | null |
Sets the dash pattern for candlestick graph wick lines. |
wick_stroke_width | 2 |
Sets the width of candlestick graph wick lines. |