SVGGraph options tagged 'context-menu'
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 context-menu:
Option | Default | Summary |
---|---|---|
context_back_colour | "#fff" |
Background colour of context menu. |
context_callback | null |
Callback function for context menu. |
context_colour | "black" |
Colour of context menu title text and border. |
context_document_menu | false |
Enables the browser context menu. |
context_font | "Arial" |
Sets the font for the context menu. |
context_font_size | 15 |
Font size for context menu. |
context_font_weight | "normal" |
Font weight for context menu. |
context_global | null |
Sets the global context menu contents. |
context_link_colour | "#00f" |
Colour of links on context menu. |
context_link_hover_colour | "#f00" |
Colour of context menu link under cursor. |
context_link_target | "_top" |
Target for links in context menu. |
context_link_underline | true |
Enables or disables underlining context menu links. |
context_min_width | 60 |
Sets the minimum width of the context menu. |
context_mouseleave | 100 |
Time to leave context menu open after mouse leaves document. |
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_round | 0 |
Radius of rounded context menu corners. |
context_shadow_opacity | 0.3 |
Opacity of context menu shadow. |
context_spacing | 3 |
Spacing between context menu items. |
context_stroke_width | 1 |
Thickness of line around context menu. |
show_context_menu | false |
Enables context menu. |