Configuring Chart

FusionCharts Suite XT allows you to configure several cosmetic and functional properties for the funnel chart.

In this section, you will be shown how you can:

  • Draw a 2D funnel chart with customized border properties

  • Add shadows to a 2D funnel

  • Show labels at the center of the funnel chart

  • Show labels in the legend for the funnel chart

  • Draw filled funnel slices

  • Configure the legend box position

  • Draw all slices with the same slant angle

  • Show values as percentage of the previous value

  • Slice out individual funnel slices

  • Configure the hover effect

Drawing a 2D Funnel Chart with Customized Borders

By default, a funnel chart renders as a 3D chart with a context menu that allows you to switch between the 2D and the 3D modes of display. However, you can configure a funnel chart to be rendered in the 2D mode when it first loads, without using the context menu. You can also customize the border properties of a funnel chart for an improved visual representation.

A funnel chart rendered in 2D with customized borders looks like this:

FusionCharts should load here..

Given below is a brief description of the attributes used to render a 2D funnel chart with customized border properties:

Attribute Name Description
is2D It is used to specify whether the funnel chart, on loading, will be rendered in the 2D mode. Setting this attribute to 1 renders the chart in 2D, setting it to 0 (default) will render the chart in 3D.
showPlotBorder It is used to specify whether the plot border will be shown. Setting this attribute to 1 shows the plot border, setting it to 0 (default) hides it.
plotBorderColor It is used to specify the hex code of the color that will be used to render the plot border, e.g. #333333.
plotBorderThickness It is used to specify the thickness, in pixels, of the plot border, e.g. 3.
plotBorderAlpha It is used to specify the transparency of the plot border. This attribute takes values between 0 (transparent) and 100 (opaque), e.g. 50.

The data structure needed to render a funnel chart, with customized borders, in 2D is given below:

...

Showing Labels at the Center of the Funnel Chart

A funnel chart configured to render labels at the center looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to render labels at the center:

Attribute Name Description
showLabelsAtCenter It is used to specify whether the data labels should be shown in the center of the data plots. Setting this attribute to 1 will show the labels in the center, setting it to 0 (default) will show them on the right.

The data structure needed to show labels at the center of the chart is given below:

...

Showing Labels in the Legend for the Funnel Chart

Starting FusionCharts Suite XT v3.4, you can opt to show the labels in the legend box instead of showing them with the data plots. To do this, you will have to show the legend box and hide the labels for the data plots.

A funnel chart with the labels rendered in the legend box looks like this:

FusionCharts should load here..

Given below is a brief description of the attributes used to show labels in the legend:

Attribute Name Description
showLegend It is used to specify whether the legend box will be shown for the chart. Setting this attribute to 1 will show the legend box, setting it to 0 (default) will hide it.
showLabels It is used to specify whether the labels will be shown. Setting this attribute to 0 will hide the labels, setting it to 1 (default) will show them.

The data structure needed to render labels in the legend box is given below:

...

Configuring the Position of the Legend Box

By default, the legend box is placed at the bottom of the funnel chart. You can opt to change the position of the legend box and shift it to the right.

Given below is a brief description of the attribute used to configure the position of the legend box:

Attribute Name Description
legendPosition It is used to specify the position of the legend box in the chart. Setting this attribute to RIGHT places the legend box to the right, setting it to BOTTOM (default) places it at the bottom.

Drawing Filled Funnel Slices (in 3D Mode)

By default, in a 3D funnel chart, the slices are rendered as hollow. You can opt to render them as filled.

A funnel chart rendered will filled slices looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to render filled funnel slices:

Attribute Name Description
isHollow It is used to specify whether the funnel slices will be rendered as hollowed or filled. Setting this attribute to 0 will render the slices as filled, setting it to 1 (default) will render them as hollow.

The data structure needed to render filled funnel slices is given below:

...

Drawing All Slices with Same Slant Angle (When Plotting Streamlined Data)

By default, when plotting streamlined data, the chart uses variable funnel slice width - the slant angle - to visually depict the filtering process. However, you have an option to use the same slant angle for all funnel slices.

A funnel chart rendered with the same slant angle for all funnel slices looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to configure the same slant angle:

Attribute Name Description
useSameSlantAngle It is used to specify whether the funnel slices will be drawn using the same slant angle. Setting this attribute to 1 uses the same slant angle for all slices, setting it to 0 (default) uses a variable slant angle.

The data structure needed to configure the same slant angle for all funnel slices is given below:

...

Showing Values as Percentage of the Previous Value

When showing values in percentage for each slice, you can ask the chart to calculate the percentage value of this slice w.r.t the previous slice (instead of the first slice).

A funnel chart configured to show percentage values w.r.t the previous slice looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to show values as the percentage of the previous value:

Attribute Name Description
showPercentValues It is used to specify whether the data values on the chart will be shown as percentage values or numerical values. Setting this attribute to 1 renders the data values as percent values, setting it to 0 (default) renders them as numerical values.
percentOfPrevious It is used to specify if the percentage values for each slice will be determined w.r.t to the previous slice or the first slice. Setting this attribute to 1 will determine the percent values basis the previous slice, setting it to 0 (default) will determine them basis the first slice. This attribute works only when the showPercentValues attribute is set to 1.

The data structure needed to show values as the percentage of the previous value is given below:

...

Slicing Out Individual Funnel Slices

At times, you may want important data to be highlighted so that it is easily noticed. In a funnel chart, you can slice out the funnel slice that represents any such important data.

A funnel chart with a slice sliced-out looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to slice out individual funnel slices:

Attribute Name Description
isSliced It is used to specify whether a funnel slice will appear sliced out. Setting this attribute to 1 will slice out the slice, setting it to 0 (default) will not slice out the slices. If this attribute is used as a part of the chart object, it is applicable to all slices of the funnel. If it used as a part of the data object, then it is applicable only to the slice(s) for which it is defined.

The data structure needed to slice out individual funnel slices is given below:

...

Configuring Hover Effects

A funnel chart with hover effects enabled looks like this:

FusionCharts should load here..

Given below is a brief description of the attributes used to configure the hover effect:

Attribute Name Description
showhovereffect It is used to specify whether the hover effect will be enabled for the chart. Setting this attribute to 1 will enable the hover effect, setting it to 0 (default) will disable it.
plotFillHoverColor It is used to specify the hex code of the color that will be used to fill the slice when the mouse pointer is hovered over it, e.g., #CCCCCC.
plotFillHoverAlpha It is used to specify the transparency of the slice when the mouse pointer is hovered it. This attribute takes values between 0 (transparent) and 100 (opaque), e.g. 100.
plotBorderHoverColor It is used to specify the hex code of the color that will be used to render the plot border when the mouse pointer is hovered over it, e.g., #333333.
plotBorderHoverAlpha It is used to specify the transparency of the slice border when the mouse pointer is hovered it. This attribute takes values between 0 (transparent) and 100 (opaque), e.g. 60.
plotBorderHoverThickness It is used to specify the thickness, in pixels, of the slice border when the mouse pointer is hovered over it, e.g. 2.

The data structure needed to configure the hover effect for the funnel chart is given below:

...

There! You have now seen how you can configure the various cosmetic and functional properties of the funnel chart.