SVGGraph options tagged 'radar'
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
17 options with tag radar:
Option | Default | Summary |
---|---|---|
fill_opacity | 1 |
Opacity of filled area. |
fill_under | false |
Fills the area under the line. |
grid_straight | false |
Enables straight grid lines on radar graph. |
line_dash | NULL |
Dash pattern for graph 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. |
reverse | false |
Reverses direction of graph. |
show_x_axis | true |
Enables X-axis on radar graphs. |
start_angle | 0 |
Initial direction of graph. |