<%@ 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 Stacked chart from data contained in an array. The array will have three columns - first one for Quarter Name and the next two for data values. The first data value column would store sales information for Product A and the second one for Product B. --%> <%-- Create the chart - StackedColumn3D Chart with data contained in bean --%>