JavaScript + JavaScript charting library Chart.js

Solution retrospective
I have started this project with typeScript, but it became difficult for me to implement chart object instantiation. So I have done it with javaScript and charting library. I have learned javaScript charting library Chart.js. It was a new experience for me. Data was fetched and destructured from data.json file and chart object was instantiated to get chart dynamically.
What specific areas of your project would you like help with?None.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dylan-dot-c
Everything looks good for this, congrats.
Only issue would be that you fetched the data manually but you don't need to do as it is constant and is already available to you.
So you can just make it a js file and import it into main.js
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