Jquery chart with bank data with datetime field

0
Hello, I have a table in the SGDB MySQL database with the name historico_login , with the columns:

his_id (INT 11)
his_id_usuario (INT 11)
his_data (DATETIME)

I want to display a line chart in the user dashboard as a user login timeline, displaying the first day of the first month of the year until the current day, does anyone recommend a Jquery plugin to implement this feature?

The chart would display the date and amount of access on the date.

    
asked by anonymous 04.04.2018 / 01:20

0 answers