--- id: 5d8a4cfbe6b6180ed9a1ca28 title: Part 75 challengeType: 0 dashedName: part-75 --- # --description-- Set the `cursor` to `pointer` using the `style` function. # --hints-- test-text ```js assert($('svg circle')[9].style.cursor === 'pointer'); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```