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:
cdtank 2011-01-22 01:14:42 +00:00
parent 5ab3cbce42
commit c920c84699
14 changed files with 352 additions and 45 deletions

View file

@ -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 {