[VIVO-1119] Add D3 based versions of the co-authorship / investigator visualisations, which can be used via the runtime.properties

This commit is contained in:
grahamtriggs 2015-10-29 15:00:44 +00:00
parent ec29715259
commit 85ad30d611
12 changed files with 1039 additions and 59 deletions

View file

@ -18,6 +18,11 @@ a.no_href_styles {
width: 67%;
margin-left: 33%;
}
.vis_stats_full {
background: #fff;
clear: right;
width: 100%;
}
.vis-tables {
padding: 10px;
background-color: #FFF;
@ -27,6 +32,12 @@ a.no_href_styles {
width: 44%;
margin: 0 10px 10px 0;
}
#chord-info-div {
border: 1px solid #000000;
background: #F5F5F5;
padding: 5px;
z-index: 10;
}
p.datatable {
font-size: 12px;
display: block;
@ -46,6 +57,10 @@ p.datatable {
width: 67%;
float: right;
}
#sparkline-container-full {
clear: both;
width: 100%;
}
#body h1 {
margin: 0;
}