1. Added dynamic reload of data instead of page refresh, for temporal graph vis.
2. Added link-textbox for viz of each parameter form the dropdown box in temporal vis. 3. Made sure that the choices are preserved when another option is selected from the dropdown box. 4. Refactor of some legacy front-end code for temporal vis. 5. Added legend for bars drawn below the graph. 6. Formatted the last cached at date time.
This commit is contained in:
parent
a47a480552
commit
f7452b1bce
15 changed files with 519 additions and 170 deletions
|
@ -20,6 +20,55 @@
|
|||
.easy-deselect-label a.temporal-vis-url {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.known-bar {
|
||||
display: inline-block;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.unknown-inner-bar {
|
||||
opacity: 0.5;
|
||||
filter:alpha(opacity=50);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bar-count-text {
|
||||
padding-right: 3px;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
img.bar-count-icon {
|
||||
vertical-align: super;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.unknown-bar {
|
||||
background: url("../../../images/visualization/diagonal.png") repeat scroll 50% 50% #666666;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.legend-bar {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.unknown-legend-bar {
|
||||
background: url("../../../images/visualization/legend-unknown-bar-dark.png") repeat #B7B7B7;
|
||||
}
|
||||
|
||||
|
||||
#legend-known-bar-text,
|
||||
#legend-unknown-bar-text {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
span#copy-vis-viewlink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img#copy-vis-viewlink-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a.temporalGraphLinks {
|
||||
background-color: #2485AE;
|
||||
color: white;
|
||||
|
@ -224,4 +273,4 @@ p.displayCounter{
|
|||
#noPubsOrGrants-span a {
|
||||
color: #84a655;
|
||||
font-size:16px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue