This commit is contained in:
Zyronon
2025-10-22 12:21:16 +00:00
parent 84798f8268
commit 2a40aa7610
5 changed files with 169 additions and 128 deletions

View File

@@ -14,7 +14,7 @@ const props = withDefaults(defineProps<IProps>(), {
showText: true,
textInside: false,
strokeWidth: 6,
color: '#409eff',
color: '#93ADE3',
format: (percentage) => `${percentage}%`,
});