--- id: 5d8a4cfbe6b6180ed9a1ca62 title: Part 131 challengeType: 0 dashedName: part-131 --- # --description-- Set the `text` to a "d function" that returns the value(`d.value`) for each data point. # --hints-- test-text ```js assert($('.dashboard div table tbody tr td')[2].innerHTML === '2845'); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```