--- id: 5d8a4cfbe6b6180ed9a1ca72 title: Part 146 challengeType: 0 dashedName: part-146 --- # --description-- The last thing is that the legend title always shows 2020. Change the `text` of the `legendTitle` to a template literal that shows the currently displayed year followed by a space and `followers`. That's it, your dashboard is finished! Don't forget to admire your hard work. # --hints-- test-text ```js assert(/\.text\s*\(\s*`\s*\$\{\s*year\s*\} followers`\s*\)/g.test(code)); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```