--- id: 5d8a4cfbe6b6180ed9a1c9ff title: Part 34 challengeType: 0 --- ## Description
Use the `call` function to draw the x-axis onto the SVG like you did for the y-axis.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert($('g').length === 22); ```
## Challenge Seed
```html ```
### Before Test
```html D3 Dashboard
```
## Solution
```html ```