Support discipline labels
Support display order for the Scimap circles Support custom tooltip Add % information on click action Add info text Add numerical information for mapped, total publications Set default map view to 554 Sub-Discipline Enable labels by default
This commit is contained in:
parent
589a5cf09a
commit
815ef7f26e
32 changed files with 429 additions and 51 deletions
|
@ -76,6 +76,38 @@ a.clear-selected-entities {
|
|||
top: 10px !important;
|
||||
}
|
||||
|
||||
/* tooltip */
|
||||
#tt {
|
||||
font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
|
||||
position:absolute;
|
||||
display:block;
|
||||
background:url(../../../images/visualization/mapofscience/tooltip/tt_left.gif) top left no-repeat
|
||||
}
|
||||
|
||||
#tttop {
|
||||
display:block;
|
||||
height:5px;
|
||||
margin-left:5px;
|
||||
background:url(../../../images/visualization/mapofscience/tooltip/tt_top.gif) top right no-repeat;
|
||||
overflow:hidden
|
||||
}
|
||||
|
||||
#ttcont {
|
||||
display:block;
|
||||
padding:2px 12px 3px 7px;
|
||||
margin-left:5px;
|
||||
background:#666;
|
||||
color:#FFF
|
||||
}
|
||||
|
||||
#ttbot {
|
||||
display:block;
|
||||
height:5px;
|
||||
margin-left:5px;
|
||||
background:url(../../../images/visualization/mapofscience/tooltip/tt_bottom.gif) top right no-repeat;
|
||||
overflow:hidden
|
||||
}
|
||||
|
||||
/* DataTable related css */
|
||||
|
||||
/* filter */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue