%@ 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 chart images using FusionCharts.
For this chart, we've used a pre-defined DownloadData.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 can then be downloaded to the local machine.
--%>
<%--
chartId="exportSample";
filename = "../../FusionCharts/Column3D.swf";
url="Data/DownloadData.xml";
width="600";
height="300";
--%>
<%-- Create the chart - Column 3D Chart with data from Data/DownloadData.xml --%>
Tag Error: ${fcTagError}