1. Refactoered code.

2. Handled the case when a person does not have any publications by generating dummy graphml file.
3. Added handlers for multiple sparklines on same page.
4. Added sparkline code generator for unique co-authors over time.
This commit is contained in:
cdtank 2010-07-08 21:28:05 +00:00
parent 7e7f5c6bc7
commit 9e4836bd79
10 changed files with 801 additions and 46 deletions

View file

@ -1,4 +1,4 @@
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.personpubcount.VisVOContainer" %>
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.SparklineVOContainer" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:set var='sparkline' value='${requestScope.sparklineVO}'/>