--- id: 5d8a4cfbe6b6180ed9a1ca44 title: Part 103 challengeType: 0 dashedName: part-103 --- # --description-- Your chart needs some labels in each slice. On a new line, append `text` elements to your `pieGraphData` variable. # --hints-- test-text ```js assert(/pieGraphData\s*\.\s*append\s*\((`|'|")text\1\s*\)/g.test(code)); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```