Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
spawntree
/
timetracking
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fixes
master
FlorianEisenmenger
hace 1 día
padre
c203f8cfd6
commit
16e6fe90c8
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
httpdocs/assets/scripts/statistics.js
+1
-1
httpdocs/assets/styles/sections/_statistics.scss
+ 2
- 0
httpdocs/assets/scripts/statistics.js
Ver fichero
@@ -217,6 +217,8 @@ function applyThreshold(items, metric) {
}
}
visible.sort((a, b) => b.value - a.value);
if (restValue > 0) {
visible.push({ name: t('rest'), value: restValue, color: REST_COLOR });
}
+ 1
- 1
httpdocs/assets/styles/sections/_statistics.scss
Ver fichero
@@ -174,7 +174,7 @@
.statistics-donut__wrap {
position: relative;
width: 100%;
max-width: 2
0
0px;
max-width: 2
8
0px;
aspect-ratio: 1;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar