--- id: 5d8a4cfbe6b6180ed9a1ca3e title: Part 97 challengeType: 0 dashedName: part-97 --- # --description-- Use `append` to add three `g` elements for the pie. # --hints-- test-text ```js assert($('svg g').length === 20); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```