{{percent()}}%
@for (slice of donutData().datasets[0].data; track slice; let index = $index) {
{{donutData().labels[index]}}({{slice}})
}