Chart.js in React.js tutorial : Create a great looking area chart, includes tips on customization
Video Statistics and Information
Channel: ui-code-tv
Views: 2,535
Rating: 4.9148936 out of 5
Keywords: chart, js, chartjs, react.js, area chart, reactjs, chart.js, react
Id: ydP05Qv0pek
Channel Id: undefined
Length: 20min 20sec (1220 seconds)
Published: Fri Apr 30 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
one thing i have struggled to figure out using chart.js is how to render text vertically along side the Y axis and at the bottom horizontally along the X axis. That is a feature that should be included in my opinion, but i don't see it. I suppose i could use CSS to position the text but i am lazy and honestly don't feel like i should have to separate that from the graph itself.
I use ChartJS at work for a lot of stuff. From real-time rendering data to data modifications through visual interaction. It's amazing how much it can do with a "simple" tool.