This commit is contained in:
Adrian Hopek 2022-02-28 07:51:35 +01:00
parent 22fc753c73
commit 0c5e3b5926

View File

@ -71,6 +71,24 @@ export default {
{ value: props.stats.pending, name: 'Rozpatrywane' }, { value: props.stats.pending, name: 'Rozpatrywane' },
{ value: props.stats.remaining, name: 'Pozostałe' }, { 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,
},
},
},
}, },
], ],
})) }))