SVGGraph options tagged 'average'
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
20 options with tag average:
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. |
show_average | false |
Enables calculation and display of average lines. |