@dialejo24Submitted over 2 years ago
Any advice or recommendation is going to be welcome.
Any advice or recommendation is going to be welcome.
justify-self applies just to grids is what I learned
Hi bro Goodjob, However You can make that Grid lines And y labels disappear with this code options:{ maintainAspectRatio:true, scales: { x: { grid: { display: false } }, y: { ticks: { display: false }, grid: { display: false } }, }, }
Are there areas where I can improve the code quality? Can the layout I've used (flexbox) be replaced with CSS Grid? How can I make the code efficient and performant?
You can do it with Chart.js and make it somewhat responsive anyway goodjob man