SVGGraph options tagged 'shadow'
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
10 options with tag shadow:
Option | Default | Summary |
---|---|---|
bar_total_shadow_opacity | NULL |
Opacity of bar total label shadows. |
context_shadow_opacity | 0.3 |
Opacity of context menu shadow. |
data_label_shadow_opacity | 0.3 |
Opacity of data label shadows. |
legend_shadow_opacity | 0.3 |
Darkness of shadow. |
shadow_blur | 3 |
Amount of blurring of graph shadow. |
shadow_offset_x | 5 |
Horizontal offset of graph shadow. |
shadow_offset_y | 5 |
Vertical offset of graph shadow. |
shadow_opacity | 0.5 |
Opacity of graph shadow. |
show_shadow | false |
Enables shadow effect beneath graph. |
tooltip_shadow_opacity | 0.3 |
Opacity of tooltip shadow. |