Hi!
I have the data on MySQL with quantity information if items per day, I would liked to create a graph where I can the amount of items per day or month.
Ex: 10 itens 2 itens 20 itens
| | |
| | |
2018-03-27 2018-03-28 2018-03-29 <— These dates I catch of the DB.
Is it possible to take this data and create columns with items per day or mounth, as the attached image?
How can I do?
Thanks!