%@ 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 single series chart from data contained
in an array. The array will have two columns - first one for data label
and the next one for data values.
--%>
<%-- Create the chart - Column 3D Chart with data contained in bean --%>