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:
parent
7e7f5c6bc7
commit
9e4836bd79
10 changed files with 801 additions and 46 deletions
|
@ -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}'/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue