--- id: 5d8a4cfbe6b6180ed9a1ca5c title: Step 125 challengeType: 0 dashedName: step-125 --- # --description-- On a new line, append another `td` element to your `legendRows` variable. This will be for colored squares in the center column. # --hints-- test-text ```js assert($('.dashboard div table tbody tr td').length === 6); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```