At present, a group of login time stamps are stored in the database. I want to make an excel histogram to clearly show the login times every day. How should I operate?
The idea should be to use node or PHP or other languages to connect the database, read the data, and then use the chart component to display it.