Get X and Y axies separated

Hello,

I’m trying to configure the output of my influxDB.

I want to use a personal graph display.
But to do that, I have to split the X datas and Y datas of the original json

is possible to do that automatically or I must use a proxy to split myself ?

Thank you.
F.

Hello @Flow,
Have you considered using a client?
I recommend using the python client and converting the data to a dataframe.

Hello Anaisdg,

Thank you for answering.

I’ve already got done a small client in C# (not python…don’t like it, ah ah ah)
But the main use will be with an online interface so not so much for an python client (sorry, i didn’t specify on my original post, sorry).

Thanks.
F.