%@ 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 multi series chart from data contained
in an array. The array will have three columns - first one for data label (product)
and the next two for data values. The first data value column would store sales information
for current year and the second one for previous year.
--%>
<%-- Create the chart - MSColumn3D Chart with data contained in bean --%>