I have a query that brings me a list of Names with their respective fields (On Time & Delayed).
The query I bring with PHP and if I throw a echo $datosGrafico ; give me this:
['Agustin', 17, 1 ],
['Andrea', 79, 0 ],
['Carla', 17, 0 ],...
asked by
05.07.2018 / 21:45