--- id: 5d8a4cfbe6b6180ed9a1c9ff title: Part 34 challengeType: 0 dashedName: part-34 --- # --description-- Use the `call` function to draw the x-axis onto the SVG like you did for the y-axis. # --hints-- test-text ```js assert($('g').length === 22); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```