SVGGraph options tagged 'padding'
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
38 options with tag padding:
Option | Default | Summary |
---|---|---|
array_graph_columns | null |
Number of columns in array graph. |
aspect_ratio | 1.0 |
Ratio of pie graph height to width. |
bar_label_space | 3 |
Space between label and top of bar. |
bar_space | 10 |
Spacing between bars. |
bar_total_padding | NULL |
Spacing inside bar total label boxes. |
bar_total_padding_x | NULL |
Horizontal padding inside bar total labels. |
bar_total_padding_y | NULL |
Vertical padding inside bar total labels. |
context_padding | 3 |
Padding inside context menu. |
context_padding_x | null |
Horizontal padding inside context menu. |
context_padding_y | null |
Vertical padding inside context menu. |
context_spacing | 3 |
Spacing between context menu items. |
crosshairs_text_padding | 1 |
Padding inside coordinates box. |
crosshairs_text_space | 3 |
Distance between coordinates and crosshairs. |
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_space | 3 |
The space between the label and the data item. |
donut_slice_gap | 0 |
Adds a gap between the slices of a donut graph. |
graph_title_space | 10 |
Spacing around graph title. |
grid_bottom | NULL |
Position of bottom of grid. |
grid_left | NULL |
Position of left side of grid. |
grid_right | NULL |
Position of right side of grid. |
grid_top | NULL |
Position of top of grid. |
group_space | 3 |
Space between bars when grouped. |
guideline_text_padding | 5 |
Space between guide line and title. |
label_space | 6 |
Spacing around axis labels. |
legend_column_spacing | null |
Spacing between legend columns. |
legend_entry_spacing | null |
Spacing between legend entry text and shape. |
legend_padding | 5 |
Amount of spacing between entries in legend. |
legend_padding_x | null |
Sets padding at left and right sides of legend. |
legend_padding_y | null |
Sets padding at top and bottom of legend. |
legend_spacing | null |
Spacing between legend entries. |
legend_title_spacing | null |
Spacing between legend title and entries. |
pad_bottom | 10 |
Space at bottom of graph. |
pad_left | 10 |
Space to left of graph. |
pad_right | 10 |
Space to right of graph. |
pad_top | 10 |
Space at top of graph. |
tooltip_padding | 3 |
Tooltip rectangle padding. |