1. Partial fix for NIHVIVO-2130. Now the downloadable csv file properly prints out all the authors, with same name. The right hand side bar still prints wrong values in case of authors with duplicate names.

2. Solution for 2 stage loading for temporal graph where now when the intial call is made to it, it returns with the markup & js lib includes & then makes an ajax call to get the data file in json format which is the used to render the linegraph & the table.
This commit is contained in:
cdtank 2011-02-11 19:06:49 +00:00
parent f1bcbd69ca
commit ad3497d0bc
17 changed files with 1277 additions and 562 deletions

View file

@ -8,6 +8,11 @@
margin: auto;
overflow: hidden;
}
#error-container {
display: none;
}
.easy-deselect-label a.temporal-vis-url {
float: right;
}