SVGGraph options tagged '3D'
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
11 options with tag 3D:
Option | Default | Summary |
---|---|---|
bar_front_overlay_colour | "black" |
Colour of bar front overlay. |
bar_front_overlay_opacity | 0 |
Opacity of bar front overlay. |
bar_side_overlay_colour | "black" |
Colour of bar side overlay. |
bar_side_overlay_opacity | 0.5 |
Opacity of bar side overlay. |
bar_top_overlay_colour | "white" |
Colour of bar top overlay. |
bar_top_overlay_opacity | 0.3 |
Opacity of bar top overlay. |
depth | 40 |
Depth of 3D pie graph sides. |
depth_shade_gradient | array(...) |
Gradient for shading pie/cylinder. |
project_angle | 30 |
Angle of 3D graph projection. |
skew_side | true |
Enables skewing the bar side fill pattern. |
skew_top | true |
Enables skewing the bar top fill pattern. |