Project

General

Profile

« Previous | Next » 

Revision a9ea3490

Added by Amir Fefer over 8 years ago

Fixes #11006, #11004 - Facts % is now in the center of the graph

Additionally, the value represented in the graph is trimmed for
readability, and a legend was added.

View differences:

app/assets/stylesheets/charts.scss
}
.fact_chart {
float: left;
min-height: 450px !important;
width: 560px !important;
width: 485px !important;
padding: 0 !important;
text-align: center;
font-weight: bold;
overflow: hidden;
}
.legend {
margin-left: 485px;
margin-top: 10px;
height: 450px;
width: 110px;
text-align: center;
overflow-y: auto;
overflow-x: hidden;
}
#statistics{
.stats-well{
float: left;

Also available in: Unified diff