<%@ 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" %> <%@page import="com.fusioncharts.sampledata.ChartType" %> <% pageContext.setAttribute("col2dChart",ChartType.COLUMN2D.getFileName()); pageContext.setAttribute("lineChart",ChartType.LINE.getFileName()); %> <%-- This page demonstrates how you can show multiple charts on the same page. For this example, all the charts use the pre-built Data.xml (contained in /Data/ folder) However, you can very easily change the data source for any chart. IMPORTANT NOTE: Each chart necessarily needs to have a unique ID on the page. If you do not provide a unique Id, only the last chart might be visible. Here, we've used the ID chart1, chart2 and chart3 for the 3 charts on page. --%> <%--Create the chart - Column 3D Chart with data from Data/Data.xml--%>

<%-- Now, create a Column2D Chart--%>

<%-- Now, create a Line2D Chart --%>

Charts are not ready for managed print. Please wait.