| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | com.fusioncharts.jsp.taglib.ChartHTMLTag |
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 |
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. |
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 |
useSingleQuotes | false | true | java.lang.Boolean | Whether the tag has to use single quotes. Set this value to true if the xml itself uses doubles quotes to wrap the xml attribute values. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |