0
I need to create a dataset dynamic where the data will be filled through a query in the database, this data may generate N bars to be plotted then the dataset needs to be created according to information coming from DB.
The number of bars created also depends on the query. It’ll stay that way:
Data 1-> barra 1
Data 2 -> barra 2
Data 3 -> barra 3
Data 1(horario diferente, mesmo ID) -> barra 4....
I’m using the chartsjs plotting.