Funnel Chart > Section Funnel Chart |
||||||||||||||||||||
In the previous example we had shown how to create a streamlined funnel chart, i.e., chart whose data equals 100% when totalled. However, FusionWidgets also allows you to create non-streamlined charts, where height of each funnel segment depicts its value with respect to the entire funnel height. There is no filtering of data involved in this case. |
||||||||||||||||||||
An example | ||||||||||||||||||||
For a simple section funnel chart example, we'll plot the sales figures achieved by employees of a fictional company during the first 7 months of this year. The data can be rendered as under in tabular form: | ||||||||||||||||||||
|
||||||||||||||||||||
Converting to XML | ||||||||||||||||||||
The above data when converted to XML would look as under: | ||||||||||||||||||||
<chart caption='Sales distribution by Employee' subCaption='Jan 07 - Jul 07' numberPrefix='$' isSliced='1' streamlinedData='0' isHollow='0'> |
||||||||||||||||||||
Here, we've:
When you see this chart, you'll get a result as under: |
||||||||||||||||||||
As you can see above, the chart has now rendered each funnel slice with a common slant angle. The height of each funnel represents its value. Also, in this chart, since we've set isSliced='1' at chart level, the slicing interaction won't work. |