SVGGraph options tagged 'background'
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
17 options with tag background:
Option | Default | Summary |
---|---|---|
back_colour | "rgb(240,240,240)" |
Background colour of graph, or "none" for transparent background. |
back_image | NULL |
Image to use for background , or NULL for none. |
back_image_height | "100%" |
Height of background image. |
back_image_left | 0 |
Left offset of background image. |
back_image_mode | "auto" |
Background image display method. |
back_image_opacity | NULL |
Opacity of background image (0.0-1.0) |
back_image_top | 0 |
Top offset of background image. |
back_image_width | "100%" |
Width of background image. |
back_round | 0 |
Radius of rounded background edge. |
back_round_clip | false |
If true , adds a clip path to the background rectangle to prevent drawing over
the rounded corners. |
back_shadow | false |
Enables a shadow for the graph background rectangle. |
back_shadow_blur | 0 |
Amount of blurring for the background rectangle shadow. |
back_shadow_opacity | 0.3 |
Sets opacity of background rectangle shadow. |
back_stroke_colour | "rgb(0,0,0)" |
Colour of background edge. |
back_stroke_width | 1 |
Thickness of background edge. |
data_label_fill | "white" |
Data label background colour. |
legend_back_colour | "white" |
Colour of legend background. |