palette |
Number (1-5) |
Which pre-defined color palette to use? |
paletteThemeColor |
Hex 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. |
bgColor |
Color |
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 |
String of numbers (0-100) |
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 |
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. |
canvasBgColor |
Color Code |
Sets Canvas background color. For Gradient effect, enter colors separated by comma. |
canvasBgAlpha |
Number (0-100) |
Sets alpha for Canvas Background. For gradient, enter alpha list separated by commas. |
canvasBgRatio |
String |
Helps you specify canvas background ratio for gradients. |
canvasBgAngle |
Number (0-360) |
Helps you specify canvas background angle in case of gradient. |
canvasBorderColor |
Color Code |
Lets you specify canvas border color. |
canvasBorderThickness |
Number (pixels) |
Lets you specify canvas border thickness. |
canvasBorderAlpha |
Number (0-100) |
Lets you control transparency of canvas border. |
ganttLineColor |
Color Code |
Lets you specify the color in which the grid border for the gantt pane view would be drawn. |
ganttLineAlpha |
Number (0-100 ) |
Alpha for the grid border of gantt view pane. |
gridBorderColor |
Color Code |
Color for the data grid border. |
gridBorderAlpha |
Number (0-100) |
Alpha for the data grid border. |
gridResizeBarColor |
Color Code |
Color for the drag line that appears when resizing the data grid. |
gridResizeBarThickness |
Number |
Thickness of the drag line that appears when resizing the data grid, |
gridResizeBarAlpha |
Number (0-100) |
Alpha of the drag line that appears when resizing the data grid. |
taskBarRoundRadius |
Number |
If you want your task bars to be rounded (when not using percent complete feature), you can set the radius of the round corner here. That'll result in all task bars having rounded corners. |
taskBarFillMix |
String Gradient Formula |
This attribute lets you specify the gradient fill formula for the task bars. Please refer to the section "Advanced Charting" > Gradient mix for more details on this. |
taskBarFillRatio |
String of ratios separated by comma |
If you're using gradient fill formula for the task bars, this attribute lets you specify the ratio for each color in the gradient. Please refer to the section "Advanced Charting" > Gradient mix for more details on this. |
baseFont |
Font face name |
Global font face for all text on the chart. You can individually customize font properties of each element using their respective attributes or STYLEs. |
baseFontSize |
Number |
Global font size for all text on the chart. |
baseFontColor |
Color Code |
Global font color for all text on the chart. |
showShadow |
Boolean (0/1) |
Whether to show shadow for the task bars? |
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. |
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. |