%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib uri="http://www.fusioncharts.com/jsp/core" prefix="fc" %>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
<%-- This page demonstrates the ease of generating charts using FusionCharts.
For this chart, we've used a pre-defined Data.xml (contained in /Data/ folder)
The chart would be exported to jpg format, this can be changed in the parameter to the javascript.
The exported image is saved to the server in the folder specified in properties file.
--%>
<%--
chartId="exportSample";
filename = "../../FusionCharts/Column3D.swf";
url="Data/SaveData.xml";
width="600";
height="300";
--%>
<%-- Create the chart - Column 3D Chart with data from Data/SaveData.xml --%>
Tag Error: ${fcTagError}