fc
Tag render


Renders the chart using javascript embedding.


Tag Information
Tag Classcom.fusioncharts.jsp.taglib.ChartTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
swfFilenametruetruejava.lang.StringSWF 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
chartDatafalsetruejava.lang.StringIf 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.
chartDataUrlfalsetruejava.lang.StringIf 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.
dataFormatfalsetruejava.lang.StringWhen 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"
xmlUrlfalsetruejava.lang.StringIf you intend to provide the url to the xml to the chart, pass the url value in this attribute.
xmlDatafalsetruejava.lang.StringIf you intend to provide the xml data to the chart directly, pass the data in this attribute.
jsonUrlfalsetruejava.lang.StringIf you intend to provide the url to the json to the chart, pass the url value in this attribute.
jsonDatafalsetruejava.lang.StringIf you intend to provide the json data to the chart directly, pass the data in this attribute.
chartIdtruetruejava.lang.StringId for the chart, using which it will be recognized in the HTML page.
Each chart on the page needs to have a unique Id.
widthtruetruejava.lang.StringIntended width for the chart (in pixels)
heighttruetruejava.lang.StringIntended height for the chart (in pixels)
debugModefalsetruejava.lang.BooleanWhether to start the chart in debug mode.
registerWithJSfalsetruejava.lang.BooleanWhether to register the chart with JavaScript.
windowModefalsetruejava.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.
bgColorfalsetruejava.lang.StringBackground 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"
scaleModefalsetruejava.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)
langfalsetruejava.lang.StringLanguage, currently it takes the only value, "EN" for English
detectFlashVersionfalsetruejava.lang.StringChecks 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
autoInstallRedirectfalsetruejava.lang.StringIf set on, the user would be redirected to Adobe site if Flash player 8 is not installed.
rendererfalsetruejava.lang.StringWhether the renderer is flash or javascript. By default, flash is the renderer.
renderAtfalsetruejava.lang.StringThe container for the chart in the page where it needs to be rendered

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.