<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="tags" tagdir="/WEB-INF/tags"%> <%@ taglib uri="http://www.fusioncharts.com/jsp/core" prefix="fc"%> <%-- 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 - Pie 3D Chart with data contained in bean --%>