| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | com.fusioncharts.jsp.taglib.ChartTag |
TagExtraInfo Class | None |
Body Content | tagdependent |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
swfFilename | true | true | java.lang.String | SWF File Name (and Path) of the chart which you intend to plot. Here, we are plotting a Column 3D chart. So, we've specified it as ../../FusionCharts/Column3D.swf |
chartData | false | true | java.lang.String | If you intend to provide the xml or json to the chart directly, pass the XML/JSON data as this attribute. For using this attribute, you also have to provide the value for dataFormat attribute. |
chartDataUrl | false | true | java.lang.String | If you intend to provide the url to the xml or json to the chart, pass the url value in this attribute. For using this attribute, you also have to provide the value for dataFormat attribute. |
dataFormat | false | true | java.lang.String | When using the attributes chartData or chartDataUrl, the format of the data needs to be specified. The expected values are "xml","json","xml-url","json-url" |
xmlUrl | false | true | java.lang.String | If you intend to provide the url to the xml to the chart, pass the url value in this attribute. |
xmlData | false | true | java.lang.String | If you intend to provide the xml data to the chart directly, pass the data in this attribute. |
jsonUrl | false | true | java.lang.String | If you intend to provide the url to the json to the chart, pass the url value in this attribute. |
jsonData | false | true | java.lang.String | If you intend to provide the json data to the chart directly, pass the data in this attribute. |
chartId | true | true | java.lang.String | Id for the chart, using which it will be recognized in the HTML page. Each chart on the page needs to have a unique Id. |
width | true | true | java.lang.String | Intended width for the chart (in pixels) |
height | true | true | java.lang.String | Intended height for the chart (in pixels) |
debugMode | false | true | java.lang.Boolean | Whether to start the chart in debug mode. |
registerWithJS | false | true | java.lang.Boolean | Whether to register the chart with JavaScript. |
windowMode | false | true | java.lang.String | "window" (default) - here the chart /Flash Player acts as a separate always window lying above the HTML elements. So the HTML elements like html menu always below the charts ; "opaque" - mode where chart unlike "window" mode stay integrated with HTML elements - here DHTML elements can come over the chart ; "transparent" - almost like OPAQUE mode - but with more feature that can turn a chart background transparent/translucent (if bgAlpha is set accrodingly) so that the color/HTML elements below the chart (which are part of HTML and not chart) become visible. |
bgColor | false | true | java.lang.String | Background color of the Flash movie (here chart) which comes below the chart and is visible if chart's background color is set to transparent or translucent using bgAlpha, it also comes as background color of the preloader state like when messages like "Loading chart", "retrieving data" "No data to display" etc. are shown - format - Hexcoded #RRGGBB color e.g. "#ff0000" |
scaleMode | false | true | java.lang.String | "noScale" - recommended/default, "exactFit" - scales the chart to fit the container exactly with width and height (causes distortion in some cases), "noBorder" - constrained scale. (not recommended at all), "showAll" - (not recommended) |
lang | false | true | java.lang.String | Language, currently it takes the only value, "EN" for English |
detectFlashVersion | false | true | java.lang.String | Checks the Flash Player version and if version is less than 8 and autoInstallRedirect is set on then asks the user to install Flash Player from Adobe site |
autoInstallRedirect | false | true | java.lang.String | If set on, the user would be redirected to Adobe site if Flash player 8 is not installed. |
renderer | false | true | java.lang.String | Whether the renderer is flash or javascript. By default, flash is the renderer. |
renderAt | false | true | java.lang.String | The container for the chart in the page where it needs to be rendered |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |