SVGGraph options tagged 'axis'
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
146 options with tag axis:
Option | Default | Summary |
---|---|---|
axis_colour | "rgb(0,0,0)" |
Colour of axis lines and text. |
axis_colour_h | NULL |
Colour of horizontal axis. |
axis_colour_v | NULL |
Colour of vertical axis. |
axis_double_x | false |
Enables display of X axis at both sides of graph. |
axis_double_y | false |
Enables display of Y axis at both sides of graph. |
axis_extend_bottom | null |
Extends the bottom end of horizontal axes. |
axis_extend_left | null |
Extends the left side of horizontal axes. |
axis_extend_right | null |
Extends the right side of horizontal axes. |
axis_extend_top | null |
Extends the top end of horizontal axes. |
axis_fallback_max | 1 |
Sets a fallback value for the axis maximum when the graph contains all zero values. |
axis_font | "Courier New" |
Font for axis division labels. |
axis_font_adjust | 0.6 |
Font aspect ratio of axis division text. |
axis_font_adjust_h | NULL |
Font aspect ratio of horizontal axis division text. |
axis_font_adjust_v | NULL |
Font aspect ratio of vertical axis division text. |
axis_font_h | NULL |
Font for horizontal axis division labels. |
axis_font_size | 10 |
Font size for axis division labels. |
axis_font_size_h | NULL |
Font size for horizontal axis division labels. |
axis_font_size_v | NULL |
Font size for vertical axis division labels. |
axis_font_v | NULL |
Font for vertical axis division labels. |
axis_font_weight | "normal" |
Font weight for axis division labels. |
axis_font_weight_h | null |
Font weight for horizontal axis division labels. |
axis_font_weight_v | null |
Font weight for vertical axis division labels. |
axis_label_position | 0.5 |
Sets position of axis label as a fraction of the axis length. |
axis_label_position_h | null |
Sets position of horizontal axis label as a fraction of the axis length. |
axis_label_position_v | null |
Sets position of vertical axis label as a fraction of the axis length. |
axis_levels_h | null |
Sets the number of levels of horizontal axis division labels. |
axis_levels_v | null |
Sets the number of levels of vertical axis division labels. |
axis_max_h | NULL |
Maximum value for horizontal axis. |
axis_max_v | NULL |
Maximum value for vertical axis. |
axis_min_h | NULL |
Minimum value for horizontal axis. |
axis_min_v | NULL |
Minimum value for vertical axis. |
axis_overlap | 5 |
Distance axes extend past grid. |
axis_pad_bottom | 0 |
Inserts space between bottom axis and grid area. |
axis_pad_left | 0 |
Inserts space between left axis and grid area. |
axis_pad_right | 0 |
Inserts space between right axis and grid area. |
axis_pad_top | 0 |
Inserts space between top axis and grid area. |
axis_right | false |
Enables axis on right of grid. |
axis_space | 15 |
Space between axes on the right of the graph. |
axis_stroke_width | 2 |
Width of axis lines. |
axis_stroke_width_h | NULL |
Width of horizontal axis line. |
axis_stroke_width_v | NULL |
Width of vertical axis line. |
axis_text_align | null |
Sets the text alignment for axis division labels. |
axis_text_align_h | null |
Sets the text alignment for horizontal axis division labels. |
axis_text_align_v | null |
Sets the text alignment for vertical axis division labels. |
axis_text_angle_h | 0 |
Angle of horizontal axis division text. |
axis_text_angle_v | 0 |
Angle of vertical axis division text. |
axis_text_back_colour | null |
Background colour for axis division labels. |
axis_text_back_colour_h | null |
Background colour for horizontal axis division labels. |
axis_text_back_colour_v | null |
Background colour for vertical axis division labels. |
axis_text_callback | NULL |
Callback function for axis division text labels. |
axis_text_callback_x | NULL |
Callback function for X axis division text labels. |
axis_text_callback_y | NULL |
Callback function for Y axis division text labels. |
axis_text_colour | NULL |
Colour of axis division labels. |
axis_text_colour_h | NULL |
Colour of horizontal axis division labels. |
axis_text_colour_v | NULL |
Colour of vertical axis division labels. |
axis_text_line_spacing | null |
Sets line spacing for axis division labels. |
axis_text_line_spacing_h | null |
Sets line spacing for horizontal axis division labels. |
axis_text_line_spacing_v | null |
Sets line spacing for vertical axis division labels. |
axis_text_location | "grid" |
Position of axis text when graph contains negative numbers. |
axis_text_location_h | null |
Position of horizontal axis text when graph contains negative numbers. |
axis_text_location_v | null |
Position of vertical axis text when graph contains negative numbers. |
axis_text_position | "outside" |
Position of axis division text labels. |
axis_text_position_h | NULL |
Position of horizontal axis division text labels. |
axis_text_position_v | NULL |
Position of vertical axis division text labels. |
axis_text_space | 2 |
Space between axis division text and axis. |
axis_text_space_h | NULL |
Space between horizontal axis division text and axis. |
axis_text_space_v | NULL |
Space between vertical axis division text and axis. |
axis_ticks_x | null |
Specifies positions of axis tick marks for X-axis. |
axis_ticks_y | null |
Specifies positions of axis tick marks for Y-axis. |
axis_tightness_x | 0 |
Sets the algorithm used to choose X-axis divisions. |
axis_tightness_y | 1 |
Sets the algorithm used to choose Y-axis divisions. |
axis_top | false |
Switches the horizontal axis from the bottom of the grid to the top. |
axis_zero_y | true |
Allows graph to pick a non-zero value for bottom of Y-axis. |
dataset_axis | NULL |
Enables multiple Y-axes. |
datetime_text_format | NULL |
Date format for date/time axis. |
datetime_week_start | "monday" |
Week start day for date/time axis. |
decimal_digits | NULL |
Number of decimal digits in axis text labels. |
decimal_digits_x | NULL |
Number of decimal digits in X axis text labels. |
decimal_digits_y | NULL |
Number of decimal digits in Y axis text labels. |
division_colour | NULL |
Colour of axis division marks. |
division_colour_h | NULL |
Colour of horizontal axis division marks. |
division_colour_v | NULL |
Colour of vertical axis division marks. |
division_size | 3 |
Length of division marks. |
division_size_h | NULL |
Size of horizontal axis division marks. |
division_size_v | NULL |
Size of vertical axis division marks. |
division_style | "out" |
Style of axis division marks. |
division_style_h | NULL |
Style of horizontal axis division marks. |
division_style_v | NULL |
Style of vertical axis division marks. |
force_block_label_x | false |
Forces block-style labelling for X axis. |
grid_division_h | NULL |
Division interval on horizontal axis. |
grid_division_v | NULL |
Division interval on vertical axis. |
increment | NULL |
X-axis increment for histograms. |
label_colour | "rgb(0,0,0)" |
Colour for axis label text. |
label_colour_h | NULL |
Colour for horizontal axis label text. |
label_colour_v | NULL |
Colour for vertical axis label text. |
label_font | "Arial" |
Font for axis labels. |
label_font_h | NULL |
Font for horizontal axis label. |
label_font_size | 10 |
Font size for axis labels. |
label_font_size_h | NULL |
Font size for horizontal axis label. |
label_font_size_v | NULL |
Font size for vertical axis label. |
label_font_v | NULL |
Font for vertical axis label. |
label_font_weight | "normal" |
Font weight for axis labels. |
label_font_weight_h | NULL |
Font weight for horizontal axis label. |
label_font_weight_v | NULL |
Font weight for vertical axis label. |
label_h | "" |
Text label for horizontal axis. |
label_line_spacing | null |
Sets line spacing for axis labels. |
label_line_spacing_h | null |
Sets line spacing for label on horizontal axis. |
label_line_spacing_v | null |
Sets line spacing for label on vertical axis. |
label_space | 6 |
Spacing around axis labels. |
label_v | "" |
Text label for vertical axis. |
label_x | "" |
Text label for X axis. |
label_y | "" |
Text label for Y axis. |
limit_text_angle | true |
Limits the angle of axis text to between -90° and +90°. |
log_axis_x | false |
Enables logarithmic scale for X-axis. |
log_axis_x_base | 10 |
Specifies logarithm base for use on logarithmic X-axis. |
log_axis_y | false |
Enables logarithmic Y-axis divisions. |
log_axis_y_base | 10 |
Base of the logarithmic axis scale. |
minimum_grid_spacing | 15 |
Minimum distance between grid/axis divisions. |
minimum_grid_spacing_h | NULL |
Minimum distance between horizontal axis divisions. |
minimum_grid_spacing_v | NULL |
Minimum distance between vertical axis divisions. |
minimum_subdivision | 5 |
Minimum distance between subdivisions. |
minimum_units_y | 0 |
Minimum units to display on Y axis. |
show_axes | true |
Enables axis display. |
show_axis_h | true |
Enables horizontal axis line. |
show_axis_text_h | true |
Enables labelling of horizontal axis divisions. |
show_axis_text_v | true |
Enables labelling of vertical axis divisions. |
show_axis_v | true |
Enables vertical axis line. |
show_divisions | true |
Enables axis division marks. |
show_subdivisions | false |
Enables axis subdivision marks. |
show_x_axis | true |
Enables X-axis on radar graphs. |
subdivision_colour | NULL |
Colour of axis subdivision marks. |
subdivision_colour_h | NULL |
Colour of horizontal axis subdivision marks. |
subdivision_colour_v | NULL |
Colour of vertical axis subdivision marks. |
subdivision_h | NULL |
Horizontal axis subdivision interval. |
subdivision_size | 2 |
Length of axis subdivision marks. |
subdivision_size_h | NULL |
Length of horizontal axis subdivision marks. |
subdivision_size_v | NULL |
Length of vertical axis subdivision marks. |
subdivision_style | "out" |
Style of axis subdivision marks. |
subdivision_style_h | NULL |
Style of horizontal axis subdivision marks. |
subdivision_style_v | NULL |
Style of vertical axis subdivision marks. |
subdivision_v | NULL |
Vertical axis subdivision interval. |
text_classes_file | null |
Specifies an INI file for use with text classes. |
units_before_x | NULL |
Units shown before value on X-axis. |
units_before_y | NULL |
Units shown before value on Y-axis. |
units_x | NULL |
Units shown after value on X-axis. |
units_y | NULL |
Units shown after value on Y-axis. |