NIHVIVO-1495: Integrated initial prototype of visual graph using Raphael library in page-home.ftl
This commit is contained in:
parent
120837ab08
commit
bc583cdb86
4 changed files with 3859 additions and 1 deletions
|
@ -501,14 +501,23 @@ ul#classgroup-list .count-individuals {
|
|||
float: right;
|
||||
width: 270px;
|
||||
height: 270px;
|
||||
position: relative;
|
||||
}
|
||||
#visual-graph h4 {
|
||||
padding: 20px 0 12px 12px;
|
||||
width: auto;
|
||||
font-size: 18px;
|
||||
color: #2485ae;
|
||||
font-weight: normal;
|
||||
background: url(../images/bullet-visual-graph.png) 120px 25px no-repeat;
|
||||
}
|
||||
#pieViz {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -85px;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
/* HIGHLIGHTS ------> */
|
||||
#highlights {
|
||||
clear: both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue