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
|
@ -13,17 +13,25 @@
|
|||
}
|
||||
|
||||
a.temporalGraphLinks {
|
||||
margin-top: 10px;
|
||||
/*float:right;*/
|
||||
height: 20px;
|
||||
text-decoration: none;
|
||||
width: 30%;
|
||||
/*margin: 0 1% 0 1%;*/
|
||||
background-color: #EAEAEA;
|
||||
text-align: center;
|
||||
padding: 3px;
|
||||
padding-top: 4px;
|
||||
background-color: #2485AE;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
margin-top: 10px;
|
||||
padding: 4px 3px 3px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#paginated-table-footer {
|
||||
margin-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#legend-row-header a {
|
||||
background-color: #878787;
|
||||
}
|
||||
|
||||
#reset-search {
|
||||
|
@ -98,6 +106,8 @@ a.temporalGraphLinks {
|
|||
.small-arrows {
|
||||
font-size: 0.9em;
|
||||
padding: 0 !important;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#header-entity-label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue