How to plot JSON data in UI_Chart?

I am trying to use time from json date for x axis, not the time stamp
I publish 24 items in the json structure, which is 24 hours
Thank you

data example:
01/28/2023 01:00:00: -14
01/28/2023 02:00:00: -12.8
01/28/2023 03:00:00: -11.3
01/28/2023 04:00:00: -11.8
01/28/2023 05:00:00: -8.8
01/28/2023 06:00:00: 1.1
01/28/2023 07:00:00: 3.8
01/28/2023 08:00:00: 18.2
01/28/2023 09:00:00: 20.3

This is not a JSON.
It would also help to store your timestamps as unix or ISO.

p.s. Try searching the forum for chart, i am sure there was a similar question in las 30 days.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.