Expenses Chart - HTML CSS & JavaScript / Chart.js

Solution retrospective
Few problems still to solve.
- border-radius only on top of bars
- hover tag not same as design
Please log in to post a comment
Log in with GitHubCommunity feedback
- @seanred360
I fixed the 'border-radius only on top of bars' issue. You needed to add a
borderSkipped
property to thedataSets
object. The default is true, but you need it to be set to false. Look at the example herehttps://www.chartjs.org/docs/3.4.1/samples/bar/border-radius.html
. I made a pull request on your GitHub herehttps://github.com/ABaker14791/Expenses-Chart-FE-Mentor/pull/1
. You can view the changes and merge it to your code if you wish.Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord