I used the Chart.js library to display user typing speed stats, but the chart doesn't render when hosting the app on Vercel. It only displays correctly when running the app locally on a Vite development server (localhost). github issue link : https://github.com/ZAKARIA-MOSBAHI/Typing-Game/issues/1
I used the Chart.js library to display user typing speed stats, but the chart doesn't render when hosting the app on Vercel. It only displays correctly when running the app locally on a Vite de...