---
id: 5d8a4cfbe6b6180ed9a1ca44
title: Part 103
challengeType: 0
---
## Description
Your chart needs some labels in each slice. On a new line, append `text` elements to your `pieGraphData` variable.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert(/pieGraphData\s*\.\s*append\s*\((`|'|")text\1\s*\)/g.test(code));
```
## Challenge Seed
```html
```
### Before Test
## Solution