Responsive Landing Page Using Chart JS -

Solution retrospective
Building Chart according to the given model is a little bit difficult. but after knowing about chart js and it's features it became easier process.
The Next Challenge was to connect the given JSON data with our bar chart. after some research i find out what is the problem and got the solution.
The only problem I am Facing now is to Edit the Tooltip Label of Bar Chart. I want to add an Extra "$" sign before the amount in tooltip, But I Can't do that. If anyone know about that Please give me solution❤️
Please log in to post a comment
Log in with GitHubCommunity feedback
- @daniloarcidiacono
You can try the before selector like this:
<your-selector>::before { content: "$"; }
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