SVGGraph options tagged 'pie'
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
32 options with tag pie:
Option | Default | Summary |
---|---|---|
aspect_ratio | 1.0 |
Ratio of pie graph height to width. |
depth | 40 |
Depth of 3D pie graph sides. |
depth_shade_gradient | array(...) |
Gradient for shading pie/cylinder. |
end_angle | "none" |
End angle of pie graphs. |
explode | "small" |
Explosion method for exploded pie graph. |
explode_amount | 20 |
Maximum distance of exploded pie slices. |
flipped | false |
Flips the semi-donut graph vertically. |
inner_radius | 0.5 |
Inner radius of donut graph. |
inner_text | NULL |
Text for centre of donut graph. |
inner_text_back_colour | NULL |
Background colour for donut graph centre text. |
inner_text_colour | NULL |
Colour of donut graph centre text. |
inner_text_font | NULL |
Font for donut graph centre text. |
inner_text_font_adjust | NULL |
Font size ratio for donut graph centre text. |
inner_text_font_size | NULL |
Font size for donut graph centre text. |
inner_text_font_weight | NULL |
Font weight for donut graph centre text. |
keep_colour_order | false |
Uses colours in original data order. |
label_back_colour | NULL |
Pie graph label background colour. |
label_fade_in_speed | 0 |
Pie graph label fade in speed. |
label_fade_out_speed | 0 |
Pie graph label fade out speed. |
label_font | "Arial" |
Font for axis labels. |
label_font_size | 10 |
Font size for axis labels. |
label_font_weight | "normal" |
Font weight for axis labels. |
label_percent_decimals | 2 |
Decimal places in label percentages. |
label_position | 0.75 |
Distance of label from centre. |
reverse | false |
Reverses direction of graph. |
show_label_amount | false |
Shows item amount in data label. |
show_label_key | true |
Shows item key in data label. |
show_label_percent | false |
Shows item percentage in data label. |
show_labels | true |
Enables pie graph labels. |
slice_fit | true |
Fits partial pie graphs into the available space. |
sort | true |
Enables sorting pie graph values. |
start_angle | 0 |
Initial direction of graph. |