SVGGraph options tagged 'crosshairs'
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
27 options with tag crosshairs:
Option | Default | Summary |
---|---|---|
crosshairs | false |
Enables Javascript crosshairs. |
crosshairs_colour | "black" |
Colour of crosshairs. |
crosshairs_colour_h | NULL |
Colour of horizontal crosshair. |
crosshairs_colour_v | NULL |
Colour of vertical crosshair. |
crosshairs_dash | NULL |
Dash pattern for crosshairs. |
crosshairs_dash_h | NULL |
Dash pattern for horizontal crosshair. |
crosshairs_dash_v | NULL |
Dash pattern for vertical crosshair. |
crosshairs_opacity | 1 |
Opacity of crosshairs. |
crosshairs_opacity_h | NULL |
Opacity of horizontal crosshair. |
crosshairs_opacity_v | NULL |
Opacity of vertical crosshair. |
crosshairs_show_h | true |
Show horizontal crosshair line. |
crosshairs_show_text | true |
Show coordinates with crosshairs. |
crosshairs_show_v | true |
Show vertical crosshair line. |
crosshairs_stroke_width | 1 |
Thickness of crosshairs. |
crosshairs_stroke_width_h | NULL |
Thickness of horizontal crosshair. |
crosshairs_stroke_width_v | NULL |
Thickness of vertical crosshair. |
crosshairs_text_back_colour | "#fc0" |
Colour of coordinates box background. |
crosshairs_text_colour | "black" |
Colour of coordinates text. |
crosshairs_text_font | "Courier" |
Font for coordinates. |
crosshairs_text_font_size | 10 |
Font size for coordinates. |
crosshairs_text_font_weight | "normal" |
Font weight for coordinates. |
crosshairs_text_padding | 1 |
Padding inside coordinates box. |
crosshairs_text_precision_h | NULL |
Horizontal coordinate precision. |
crosshairs_text_precision_v | NULL |
Vertical coordinate precision. |
crosshairs_text_round | 0 |
Border radius for coordinates box. |
crosshairs_text_space | 3 |
Distance between coordinates and crosshairs. |
crosshairs_text_stroke_width | NULL |
Thickness of box around coordinates. |