SVGGraph options tagged 'bar'
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
54 options with tag bar:
Option | Default | Summary |
---|---|---|
bar_front_overlay_colour | "black" |
Colour of bar front overlay. |
bar_front_overlay_opacity | 0 |
Opacity of bar front overlay. |
bar_label_colour | "rgb(0,0,0)" |
Colour of bar label text. |
bar_label_colour_above | NULL |
Alternative colour to use when the bar label is outside the bar. |
bar_label_font | "Arial" |
Font for bar labels. |
bar_label_font_size | 10 |
Size of bar label font. |
bar_label_font_weight | "normal" |
Weight of bar label font. |
bar_label_position | "top" |
Where to display the bar label. |
bar_label_space | 3 |
Space between label and top of bar. |
bar_round | 0 |
Corner radius of graph bars. |
bar_side_overlay_colour | "black" |
Colour of bar side overlay. |
bar_side_overlay_opacity | 0.5 |
Opacity of bar side overlay. |
bar_space | 10 |
Spacing between bars. |
bar_top_overlay_colour | "white" |
Colour of bar top overlay. |
bar_top_overlay_opacity | 0.3 |
Opacity of bar top overlay. |
bar_total_angle | NULL |
Text angle for bar total labels. |
bar_total_back_colour | NULL |
Background colour for bar total labels. |
bar_total_callback | NULL |
Callback function for bar total label text. |
bar_total_colour | "rgb(0,0,0)" |
Text colour for bar total labels. |
bar_total_fill | NULL |
Fill colour for bar total label boxes. |
bar_total_font | "Arial" |
Font for bar total labels. |
bar_total_font_adjust | NULL |
Font width adjustment for bar total labels. |
bar_total_font_size | 10 |
Font size for bar total labels. |
bar_total_font_weight | "normal" |
Font weight for bar total labels. |
bar_total_outline_colour | NULL |
Edge colour for bar total label boxes. |
bar_total_outline_thickness | NULL |
Thickness of bar total label box edges. |
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. |
bar_total_round | NULL |
Corner radius of bar total label boxes. |
bar_total_shadow_opacity | NULL |
Opacity of bar total label shadows. |
bar_total_space | 3 |
Space between bar total label and bar. |
bar_total_tail_length | NULL |
Length of bar total label bubble tails. |
bar_total_tail_width | NULL |
Thickness of bar total label bubble tails. |
bar_total_type | NULL |
Type of bar total labels. |
bar_width | NULL |
Fixed width for bars. |
bar_width_min | 1 |
Minimum width of a bar. |
block_position_markers | false |
Positions markers between grid points. |
depth_shade_gradient | array(...) |
Gradient for shading pie/cylinder. |
group_space | 3 |
Space between bars when grouped. |
line_bar | null |
Sets bar position of line markers on bar and line graphs. |
line_dataset | 1 |
Datasets to draw as lines. |
median_colour | null |
Colour of median lines on box and whisker graphs. |
median_dash | null |
Dash pattern for median lines on box and whisker graphs. |
median_stroke_width | 2 |
Thickness of bar and whisker median line. |
show_bar_labels | false |
Displays bar value in or above bar. |
show_bar_totals | false |
Enables displaying total for bar stack. |
skew_side | true |
Enables skewing the bar side fill pattern. |
skew_top | true |
Enables skewing the bar top fill pattern. |
stack_group | NULL |
Datasets with which to start stacks. |
whisker_dash | "2,2" |
Dash pattern for bar and whisker lines. |
whisker_width | 0.75 |
Length of horizontal whisker line. |
wick_dash | null |
Sets the dash pattern for candlestick graph wick lines. |
wick_stroke_width | 2 |
Sets the width of candlestick graph wick lines. |