1. Changed layout per Katy's suggestion for Temporal Graph Vis.
2. Refactored javascript code for Temporal graph vis. 3. Fixed couple of bugs including the one in which an entity had only one publication the line graph showed weird behavior. 4. Modified the behavior of the temporal linear graph to always try to display last 10 years at least on the line graph.
This commit is contained in:
parent
239b6d40d7
commit
6af3fee6b1
5 changed files with 127 additions and 48 deletions
|
@ -1,25 +1,36 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
.filterInfo {
|
||||
/*font-size: 0.9em;*/
|
||||
display: inline-block;
|
||||
float:left;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.filterInfo div {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.paginate_button {
|
||||
text-decoration: underline;
|
||||
/*text-decoration: underline;*/
|
||||
}
|
||||
|
||||
.paginatedtabs {
|
||||
/* border-top: 1px #3D454E solid;
|
||||
text-align: center;*/
|
||||
margin-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
font-size: 0.9em;
|
||||
/*display: inline-block;*/
|
||||
float:right;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.paginatedtabs span {
|
||||
padding-right: 5px;
|
||||
cursor: pointer;
|
||||
color: #2485AE;
|
||||
}
|
||||
|
||||
.paginate-nav-text {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.datatablewrapper td, th {
|
||||
|
@ -41,6 +52,10 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.table-separator {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.datatablewrapper th {
|
||||
border-top: 1px #3D454E solid;
|
||||
background:#F1F2ee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue