Hi guys,
I need simple advice.
I have json with a lot of data such as:
{"trace_id": 148433, "trace_note": "test", "trace_duration: "3305", "trace_created_at": "2021-10-28 13:52:37.000000"}
I need to make graph base on:
Trace time - Trace duration.
So graph add data based on time provided in json file, and add trace duration as value.
Thanks.
I need simple advice.
I have json with a lot of data such as:
{"trace_id": 148433, "trace_note": "test", "trace_duration: "3305", "trace_created_at": "2021-10-28 13:52:37.000000"}
I need to make graph base on:
Trace time - Trace duration.
So graph add data based on time provided in json file, and add trace duration as value.
Thanks.
Comment