animation |
Boolean (0/1) |
This attribute lets you set the configuration whether the chart should appear in an animated fashion. If you do not want to animate any part of the chart, set this as 0. |
defaultAnimation |
Boolean (0/1) |
By default, each chart animates some of its elements. If you wish to switch off the default animation patterns, you can set this attribute to 0. It can be particularly useful when you want to define your own animation patterns using Styles feature. |
clickURL |
URL in FusionCharts format |
The entire chart can now act as a hotspot. Use this URL to define the hotspot link for the chart. The link can be specified in FusionCharts Link Format. |
palette |
Number (1-5) |
Each chart has 5 pre-defined color palettes which you can choose from. Each palette renders the chart in a different color theme. Valid values are 1-5. |
paletteThemeColor |
Color Code |
If you want your own palette derived from a particular hex color, you an specify the same here. All other colors on the chart would automatically derive from that palette. |
annRenderDelay |
Number (seconds) |
If you've defined any annotation groups over chart, using this attribute you can set the duration after which they'll render on the chart. The timer starts from the time the chart has initialized. |
showValue |
Boolean (0/1) |
Whether to show the value of chart? |
showPrintMenuItem |
Boolean (0/1) |
Whether to show "Print Chart" item in the context menu of the chart? Even if you opt to hide the item in context menu, you can still opt to invoke print() method of the chart to print the same. |
showAboutMenuItem |
Boolean (0/1) |
Setting this to 1 shows up a custom context menu in the chart, which can be customized to show your text and can be linked to your URL. For e.g., you can set the context menu of the chart to include "About your company name" and then link to your company home page. By default, the chart shows "About FusionCharts" when right clicked. |
aboutMenuItemLabel |
String |
The menu item label for the custom context menu item. |
aboutMenuItemLink |
String |
Link for the custom context menu item. You can specify the link in FusionCharts link format to be able to open the same in new window, pop-ups, frames or as JavaScript links. |
useRoundEdges Since v1.3 |
Boolean (0/1) |
If you wish to plot columns with round edges and fill them with a glass effect gradient, set this attribute to 1.
showShadow attribute doesn't work any more when this attribute is set to 1. |
showShadow Since v1.3 |
Boolean (0/1) |
Whether to show win/loss column shadows. |
manageResize Since v1.3 |
Boolean (0/1) |
Setting this attribute to 1, you can allow the chart to automatically resize itself when the parent container of the chart is resized. |
useEllipsesWhenOverflow Since v1.3
|
Boolean (0/1) |
When enabled in auto mode, long data labels are truncated by adding ellipses to prevent them from overflowing the chart background. The default value is 1. |
|
caption |
String |
Caption of the chart. |
subCaption |
String |
Sub-caption of the chart. |
|
winColor |
Color Code |
Fill colors for bar indicating win |
lossColor |
Color Code |
Fill colors for bar indicating loss |
drawColor |
Color Code |
Fill colors for bar indicating draw |
scoreLessColor |
Color Code |
Fill colors for bar indicating scoreless matches |
|
periodLength |
Number |
How many data points would each period block encapsulate? |
periodColor |
Color Code |
Color for the period block. |
periodAlpha |
Number (0-100) |
Alpha for the period block. |
|
bgColor |
Color Code |
This attribute sets the background color for the chart. You can set any hex color code as the value of this attribute. To specify a gradient as background color, separate the hex color codes of each color in the gradient using comma. Example: FF5904,FFFFFF. Remember to remove # and any spaces in between. See the gradient specification page for more details. |
bgAlpha |
Number (0-100) |
Sets the alpha (transparency) for the background. If you've opted for gradient background, you need to set a list of alpha(s) separated by comma. See the gradient specification page for more details. |
bgRatio |
Numbers separated by comma |
If you've opted for a gradient background, this attribute lets you set the ratio of each color constituent. See the gradient specification page for more details. |
bgAngle |
Number (0-360) |
Angle of the background color, in case of a gradient. See the gradient specification page for more details. |
showBorder |
Boolean (0/1) |
Whether to show a border around the chart or not? |
borderColor |
Color Code |
Border color of the chart. |
borderThickness |
Number (Pixels) |
Border thickness of the chart. |
borderAlpha |
Number (0-100) |
Border alpha of the chart. |
bgImage
or
bgSWF - deprecated
|
String |
To place any image (JPG/PNG/GIF) or Flash movie (SWF) as background of the chart, enter the (path and) name of the background image or SWF file. It should be in the same domain as the chart. |
bgImageAlpha
or
bgSWFAlpha - deprecated
|
Number (0-100) |
Helps you specify the opacity for the loaded background image or Flash movie. |
bgImageDisplayMode Since v1.3 |
String (stretch, tile, fit, fill, center, none) |
Helps you specify the mode in which the background image is to be displayed.
- Stretch - expands the image to fit the entire chart area, without maintaining original image constraints
- Tile - the image is repeated as a pattern on the entire chart area
- Fit - fits the image proportionately on the chart area
- Fill -proportionately fills the entire chart area with the image
- Center - the image is positioned at the center of the chart area
- None - Default mode. None of the above modes are applied
For more details click here. |
bgImageVAlign Since v1.3 |
String (top, middle, bottom) |
Helps you to vertically align the background image. |
bgImageHAlign Since v1.3 |
String (left, middle, right) |
Helps you to horizontally align the background image. |
bgImageScale Since v1.3 |
Number (0-300) |
Helps you magnify the background image.This attribute will only work when the attribute bgImageDisplayMode is set to none, center or tile. |
logoURL |
String |
You can load an external logo (JPEG/PNG/SWF) on the chart once it has rendered. This attribute lets you specify the URL of the same. Owing to Flash Player security settings, you can only specify logo that are on the sub-domain as the SWF file of the chart. |
logoPosition |
String ( TL, TR, BL, BR, CC ) |
Where to position the logo on the chart:
- TL - Top-left
- TR - Top-right
- BR - Bottom right
- BL - Bottom left
- CC - Center of screen
|
logoAlpha |
Number (0-100) |
Once the logo has loaded on the chart, you can configure its opacity using this atribute. |
logoScale |
Number (0-100) |
You can also change the scale of externally loaded logo at run-time by specifying a value for this parameter. |
logoLink |
String |
If you want to link the logo to an external URL, specify the link in this attribute. The link can be in FusionCharts link format, allowing you to link to new windows, pop-ups, frames etc. |
|
baseFont |
Font Name |
This attribute lets you set the font face (family) of all the text (data labels, values etc.) on chart. If you specify outCnvBaseFont attribute also, then this attribute controls only the font face of text within the chart canvas bounds. |
baseFontSize |
Number |
This attribute sets the base font size of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font size provided here. |
baseFontColor |
Color Code |
This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font color provided here. |
|
showToolTip |
Boolean (0/1) |
Whether to show tool tip for the annotations? |
toolTipBgColor |
Color Code |
Background color for the tool tip |
toolTipBorderColor |
Color Code |
Border Color for the tool tip. |
showToolTipShadow |
Boolean (0/1) |
Whether to show shadow for tool-tips on the chart. |
|
captionPadding |
Number (Pixels) |
This attribute lets you control the horizontal space (in pixels) between the caption and left side of chart canvas. |
valuePadding |
Number (Pixels) |
Horizontal distance between the chart and value |
plotSpacePercent |
Number (Percent) |
What percent of space within canvas to keep empty? |
chartLeftMargin |
Number (Pixels) |
Amount of empty space that you want to put on the left side of your chart. Nothing is rendered in this space. |
chartRightMargin |
Number (Pixels) |
Amount of empty space that you want to put on the right side of your chart. Nothing is rendered in this space. |
chartTopMargin |
Number (Pixels) |
Amount of empty space that you want to put on the top of your chart. Nothing is rendered in this space. |
chartBottomMargin |
Number (Pixels) |
Amount of empty space that you want to put on the bottom of your chart. Nothing is rendered in this space. |
canvasLeftMargin |
Number (Pixels) |
Left margin of canvas. Canvas will start from that position. |
canvasRightMargin |
Number (Pixels) |
Right margin of canvas. Canvas will end at that position. |