--- id: 5d8a4cfbe6b6180ed9a1c9fe title: Step 33 challengeType: 0 dashedName: step-33 --- # --description-- On a new line, append another `g` element to your `lineGraph` variable like you did before. This one will be for the x-axis. # --hints-- test-text ```js assert($('g').length === 13); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```