SVGGraph options tagged 'stacked'
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 stacked:
Option | Default | Summary |
---|---|---|
bar_total_angle | NULL |
Text angle for bar total labels. |
bar_total_back_colour | NULL |
Background colour for bar total labels. |
bar_total_callback | NULL |
Callback function for bar total label text. |
bar_total_colour | "rgb(0,0,0)" |
Text colour for bar total labels. |
bar_total_fill | NULL |
Fill colour for bar total label boxes. |
bar_total_font | "Arial" |
Font for bar total labels. |
bar_total_font_adjust | NULL |
Font width adjustment for bar total labels. |
bar_total_font_size | 10 |
Font size for bar total labels. |
bar_total_font_weight | "normal" |
Font weight for bar total labels. |
bar_total_outline_colour | NULL |
Edge colour for bar total label boxes. |
bar_total_outline_thickness | NULL |
Thickness of bar total label box edges. |
bar_total_padding | NULL |
Spacing inside bar total label boxes. |
bar_total_padding_x | NULL |
Horizontal padding inside bar total labels. |
bar_total_padding_y | NULL |
Vertical padding inside bar total labels. |
bar_total_round | NULL |
Corner radius of bar total label boxes. |
bar_total_shadow_opacity | NULL |
Opacity of bar total label shadows. |
bar_total_space | 3 |
Space between bar total label and bar. |
bar_total_tail_length | NULL |
Length of bar total label bubble tails. |
bar_total_tail_width | NULL |
Thickness of bar total label bubble tails. |
bar_total_type | NULL |
Type of bar total labels. |
show_bar_totals | false |
Enables displaying total for bar stack. |
stack_group | NULL |
Datasets with which to start stacks. |