이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
spawntree
/
timetracking
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
fixes
master
FlorianEisenmenger
1 일 전
부모
c203f8cfd6
커밋
16e6fe90c8
2개의 변경된 파일
과
3개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
httpdocs/assets/scripts/statistics.js
+1
-1
httpdocs/assets/styles/sections/_statistics.scss
+ 2
- 0
httpdocs/assets/scripts/statistics.js
파일 보기
@@ -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
파일 보기
@@ -174,7 +174,7 @@
.statistics-donut__wrap {
position: relative;
width: 100%;
max-width: 2
0
0px;
max-width: 2
8
0px;
aspect-ratio: 1;
}
쓰기
미리보기
불러오는 중...
취소
저장