Type: | number |
---|---|
Inherited: | no |
Used By: | gdata |
Whether to highlight a slice by "extending" it away from the center of the PIEGRAPH. The value is the distance to extend the slice, as a percentage of the radius of the graph.
Highlight the "bananas" slice of the pie
<piegraph> <gdata name="apples" value="10"/> <gdata name="oranges" value="10"/> <gdata name="bananas" value="10" extend="20%"/> </piegraph>