Posts by Davi Rodrigues • 26 points
1 post
-
1
votes1
answer469
viewsA: Google Charts Timeline using Laravel (PHP)
The problem is that in Chart you are using type: 'date' and the json data comes in string. So, in the controller you should put the datetime in this format: $obj = array( $reserva->nome,…