## Feature(s) impacted
Smart charts, sql queries, multiple line charts
## Observed behavior
I observed that in a simple query time chart I couldnt have multiple lines.
But when I send my query to postgre, I received two different data set that are not understood. See Img 1.

When I use the smart chart builder, I want to have a json formatted data set that I don’t know how to implement.
I used the fetchData() function but the link : /forest/… I can’t manage to get the data I want.
I also tried to use the documentation on this link : Create multiple line charts - Woodshop
But I could not manage to write the component section of the smart chart builder correctly.
What I could manage to do is a multiple line chart with a data set in json that I wrote but these are not the data I wanted.
I used the D3 library to visualize the chart through the builder (Template and Component).
## Expected behavior
I want to have a superposition of the users in a time chart. In order to make my dashboard more efficient.
## Failure Logs
I had this log when I tried to use the documentation above in the component section of the smart chart builder.
## Context
- Project name: ExplorJob
- Team name: Interface developpers
- Database type: postgre sql
Thanks for your help !






