SVGGraph options tagged 'tooltip'
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
22 options with tag tooltip:
Option | Default | Summary |
---|---|---|
gantt_tooltip_complete | true |
Enables display of task completion in Gantt chart tooltips. |
gantt_tooltip_duration | true |
Enables display of task duration in Gantt chart tooltips. |
show_tooltips | true |
Enables display of tooltips over bars, pie slices, markers. |
tooltip_align | null |
Tooltip text alignment. |
tooltip_back_colour | "#ffffcc" |
Tooltip rectangle background colour. |
tooltip_callback | NULL |
Callback function for formatting tooltip text. |
tooltip_colour | "black" |
Tooltip text/border colour. |
tooltip_datetime_format | "Y-m-d H:i:s" |
Date format for date/time keys in tooltips. |
tooltip_font | "Arial" |
Font for tooltips. |
tooltip_font_size | 10 |
Tooltip font size. |
tooltip_font_weight | "normal" |
Tooltip font weight. |
tooltip_line_spacing | null |
Sets line spacing for tooltips. |
tooltip_offset | 10 |
Distance between cursor and tooltip. |
tooltip_padding | 3 |
Tooltip rectangle padding. |
tooltip_round | 0 |
Radius of rounded tooltip corner. |
tooltip_shadow_opacity | 0.3 |
Opacity of tooltip shadow. |
tooltip_stroke_colour | null |
Sets colour of border around tooltip. |
tooltip_stroke_width | 1 |
Tooltip border thickness. |
units_before_tooltip | NULL |
Units shown before value on tooltip. |
units_before_tooltip_key | NULL |
Units shown before key (X value) on tooltip. |
units_tooltip | NULL |
Units shown after value on tooltip. |
units_tooltip_key | NULL |
Units shown after key (X value) on tooltip. |