SVGGraph options tagged 'compatibility'
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
7 options with tag compatibility:
Option | Default | Summary |
---|---|---|
compat_events | false |
Enable inline event handlers. |
doctype | false |
When enabled, outputs the SVG doctype declaration at the start of the document. |
empty_use | true |
Outputs <use ...></use> instead of <use .../> to work around Safari bug. |
encoding | "UTF-8" |
Sets the character encoding in the XML declaration and used throughout SVGGraph. |
id_prefix | "" |
Inserts a prefix string in front of all generated element ids. |
namespace | false |
When enabled, adds the svg: namespace prefix to all elements. |
no_tspan | false |
Outputs multiple <text> elements instead of <text> and <tspan> elements
for multi-line text. |