1. Refactored some visualziation helper functions spread across different files into one javascript file.
2. Fixed the bug NIHVIVO-1595. Now for https: sites the sparkline visualizations are rendered by generating a chart image url instead of going throught the google visualization API. This image is directly placed in the container. For http sites it follows the old procedure.
This commit is contained in:
parent
5ab3cbce42
commit
c920c84699
14 changed files with 352 additions and 45 deletions
|
@ -65,11 +65,16 @@ span.incomplete-data-holder,
|
|||
}
|
||||
|
||||
.google-visualization-sparkline-image {
|
||||
border: 1px solid #cfe4ed;
|
||||
border: 1px solid #cfe4ed;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-selected {
|
||||
background-color: blue;
|
||||
border-spacing: 0;
|
||||
color: gray;
|
||||
font-size: small;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.visualization-menupage-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue