#62 - vacation request list for approvers #69

Merged
Baakoma merged 29 commits from #62-vacation-request-list-for-approvers into main 2022-03-08 09:25:24 +01:00
Showing only changes of commit 0c5e3b5926 - Show all commits

View File

@@ -71,6 +71,24 @@ export default {
{ value: props.stats.pending, name: 'Rozpatrywane' },
{ value: props.stats.remaining, name: 'Pozostałe' },
],
radius: ['30%', '70%'],
itemStyle : {
normal: {
borderRadius: 10,
borderColor: '#fff',
borderWidth: 2,
label: {
position: 'inner',
formatter: params => params.value,
fontWeight: 'bold',
fontSize: 16,
color: '#FFFFFF',
},
labelLine: {
show: false,
},
},
},
},
],
}))