This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
timetracking
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes
master
FlorianEisenmenger
1 day ago
parent
c203f8cfd6
commit
16e6fe90c8
2 changed files
with
3 additions
and
1 deletions
Split View
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
View File
@@ -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
View File
@@ -174,7 +174,7 @@
.statistics-donut__wrap {
position: relative;
width: 100%;
max-width: 2
0
0px;
max-width: 2
8
0px;
aspect-ratio: 1;
}
Write
Preview
Loading…
Cancel
Save