%@ 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 placed our entire XML data in the body of the fc:renderHTML tag.
Ideally, you would generate XML data documents at run-time, after interfacing with
forms or databases etc.Such examples are also present.
Here, we've kept this example very simple.
--%>
<%--
chartId="myFirst"
swfFilename = "../../FusionCharts/Column3D.swf"
width="600"
height="300"
debugMode="false"
--%>
<%-- Create the chart - Column 3D Chart with data from strXML variable using dataStr method--%>