SVGGraph options tagged 'structure'
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
41 options with tag structure:
Option | Default | Summary |
---|---|---|
data_label_align | null |
Data label text alignment. |
data_label_angle | 0 |
Text angle for data labels. |
data_label_back_colour | NULL |
Colour of label text border. |
data_label_back_colour_outside | NULL |
Alternative label text border colour. |
data_label_colour | "rgb(0,0,0)" |
Text colour for data labels. |
data_label_colour_outside | NULL |
Alternative text colour for data labels. |
data_label_fill | "white" |
Data label background colour. |
data_label_font | "Arial" |
Font used for data labels. |
data_label_font_adjust | 0.6 |
Font adjust value for label text. |
data_label_font_size | 10 |
Font size for data labels. |
data_label_font_weight | "normal" |
Font weight for data labels. |
data_label_line_spacing | null |
Sets line spacing for data labels. |
data_label_opacity | 1 |
Sets the opacity of data labels. |
data_label_outline_colour | "rgb(0,0,0)" |
Edge colour for data labels. |
data_label_outline_thickness | 1 |
Line thickness for data labels. |
data_label_padding | 3 |
Space inside data label boxes. |
data_label_padding_x | NULL |
Horizontal space in data label box. |
data_label_padding_y | NULL |
Vertical space in data label box. |
data_label_position | "top" |
Position of data label. |
data_label_round | 0 |
Radius of data label corners. |
data_label_shadow_opacity | 0.3 |
Opacity of data label shadows. |
data_label_space | 3 |
The space between the label and the data item. |
data_label_tail_end | "flat" |
Style of data label tail ending. |
data_label_tail_end_angle | 45 |
Angle of data label tail ending. |
data_label_tail_end_width | 10 |
Width of data label tail ending. |
data_label_tail_length | 3 |
Length of data label tails. |
data_label_tail_width | 5 |
Thickness of data label tails. |
data_label_type | "plain" |
The style of label to use. |
explode_amount | 20 |
Maximum distance of exploded pie slices. |
marker_angle | 0 |
Sets a rotation angle for the 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. |
show_context_menu | false |
Enables context menu. |
stroke_colour | "rgb(0,0,0)" |
Colour of graph lines. |
stroke_dash | NULL |
Dash pattern for graph lines, or NULL to draw solid lines. |
stroke_width | 1 |
Thickness of graph lines, 0 to disable drawing the lines. |
structure | NULL |
Sets the structure for use with structured data. |
structured_data | false |
Enables structured data values support. |