%@ 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" %>
<%-- In this example, we plot a Combination chart from data contained
in an array.
The array will have three columns - first one for Quarter Name
second one for sales figure and third one for quantity.
--%>
<%-- Create the chart - Column3DLineDY Chart with data contained in bean --%>