getting off graph labels
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -649,7 +649,7 @@ var fillSpecialIndicatorFirstView = function(presenterData) {
|
|||||||
graph: {
|
graph: {
|
||||||
allowDrillDown:false,
|
allowDrillDown:false,
|
||||||
allowTransition:true,
|
allowTransition:true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
gapWidth:0.3,
|
gapWidth:0.3,
|
||||||
useShadows: true,
|
useShadows: true,
|
||||||
@@ -673,10 +673,11 @@ var fillSpecialIndicatorFirstView = function(presenterData) {
|
|||||||
axisY:{ showAxis: true, label: G_STRING['ID_COSTS']},
|
axisY:{ showAxis: true, label: G_STRING['ID_COSTS']},
|
||||||
gridLinesX:false,
|
gridLinesX:false,
|
||||||
gridLinesY:true,
|
gridLinesY:true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: true,
|
useShadows: true,
|
||||||
paddingTop: 50
|
paddingTop: 50,
|
||||||
|
colorPalette: ['#5486bf','#bf8d54','#acb30c','#7a0c0c','#bc0000','#906090','#007efb','#62284a','#0c7a7a','#74a9a9']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -745,7 +746,7 @@ var fillSpecialIndicatorSecondView = function(presenterData) {
|
|||||||
graph: {
|
graph: {
|
||||||
allowTransition: false,
|
allowTransition: false,
|
||||||
allowDrillDown: true,
|
allowDrillDown: true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: false,
|
useShadows: false,
|
||||||
gridLinesX: true,
|
gridLinesX: true,
|
||||||
@@ -753,7 +754,8 @@ var fillSpecialIndicatorSecondView = function(presenterData) {
|
|||||||
area: {visible: false, css:"area"},
|
area: {visible: false, css:"area"},
|
||||||
axisX:{ showAxis: true, label: G_STRING['ID_USER'] },
|
axisX:{ showAxis: true, label: G_STRING['ID_USER'] },
|
||||||
axisY:{ showAxis: true, label: G_STRING['ID_COSTS'] },
|
axisY:{ showAxis: true, label: G_STRING['ID_COSTS'] },
|
||||||
showErrorBars: true
|
showErrorBars: true,
|
||||||
|
colorPalette: ['#5486bf','#bf8d54','#acb30c','#7a0c0c','#bc0000','#906090','#007efb','#62284a','#0c7a7a','#74a9a9']
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -834,7 +836,7 @@ var fillGeneralIndicatorFirstView = function (presenterData) {
|
|||||||
graph: {
|
graph: {
|
||||||
allowTransition: false,
|
allowTransition: false,
|
||||||
allowDrillDown: true,
|
allowDrillDown: true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: false,
|
useShadows: false,
|
||||||
gridLinesX: true,
|
gridLinesX: true,
|
||||||
@@ -856,7 +858,7 @@ var fillGeneralIndicatorFirstView = function (presenterData) {
|
|||||||
graph: {
|
graph: {
|
||||||
allowTransition: false,
|
allowTransition: false,
|
||||||
allowDrillDown: true,
|
allowDrillDown: true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: false,
|
useShadows: false,
|
||||||
gridLinesX: true,
|
gridLinesX: true,
|
||||||
@@ -882,7 +884,7 @@ var fillGeneralIndicatorFirstView = function (presenterData) {
|
|||||||
axisY:{ showAxis: true, label: G_STRING.ID_TIME_HOURS },
|
axisY:{ showAxis: true, label: G_STRING.ID_TIME_HOURS },
|
||||||
gridLinesX:false,
|
gridLinesX:false,
|
||||||
gridLinesY:true,
|
gridLinesY:true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: true,
|
useShadows: true,
|
||||||
paddingTop: 50,
|
paddingTop: 50,
|
||||||
@@ -904,7 +906,7 @@ var fillGeneralIndicatorFirstView = function (presenterData) {
|
|||||||
axisY:{ showAxis: true, label: G_STRING.ID_TIME_HOURS },
|
axisY:{ showAxis: true, label: G_STRING.ID_TIME_HOURS },
|
||||||
gridLinesX:false,
|
gridLinesX:false,
|
||||||
gridLinesY:true,
|
gridLinesY:true,
|
||||||
showTip: true,
|
showTip: false,
|
||||||
allowZoom: false,
|
allowZoom: false,
|
||||||
useShadows: true,
|
useShadows: true,
|
||||||
paddingTop: 50,
|
paddingTop: 50,
|
||||||
|
|||||||
@@ -375,7 +375,7 @@
|
|||||||
<script>
|
<script>
|
||||||
now = new Date();
|
now = new Date();
|
||||||
anio = now.getFullYear();
|
anio = now.getFullYear();
|
||||||
for(a=anio;a>=anio-7;a--){
|
for(a=anio;a>=anio-10;a--){
|
||||||
document.write('<option value="'+a+'">'+a+'</option>');
|
document.write('<option value="'+a+'">'+a+'</option>');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -435,7 +435,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="relatedLabel" style="clear:both; visibility:hidden;">
|
<div id="relatedLabel" class="col-lg-12 col-md-12 bottom" style="clear:both; visibility:hidden;">
|
||||||
<div>
|
<div>
|
||||||
<center><h3></h3></center>
|
<center><h3></h3></center>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status-indicator-low {
|
.status-indicator-low {
|
||||||
background-color: #EA3C53;
|
background-color: #e14333;
|
||||||
}
|
}
|
||||||
.status-indicator-medium {
|
.status-indicator-medium {
|
||||||
background-color: #fcb322;
|
background-color: #fcb322;
|
||||||
|
|||||||
Reference in New Issue
Block a user