Visualize data as line chart

hello everyone.
right now I’m using grafana V7.1.1 (3039f9c3bd) on linux
my data source is mysql
here is my MySQL data
±------------------------±----------±----+
|timestamp |entities |state |
±------------------------±----------±----+
| 2020-02-19 23:35:00 | humidity | 65 |
| 2020-02-19 23:40:00 | humidity | 66|
| 2020-02-19 23:45:00 | humidity | 66|
| 2020-02-19 23:50:00 | humidity | 68|
| 2020-02-19 23:55:00 | humidity | 65|
±------------------------±----------±-----+
timestamp (datetime), entities (varchar), state(float)
please, someone help me visualize it as line chart
I need the query