I am looking for a way to create a bar chart, where each bar represents two attributes of an entity. A fixed number of entities should form this chart. It is therefore a completely different way than retrieving historical data to create a chart. However, I do not have the data any other way.
Example:
Sensor1: Attribute 1 = 11:55 a.m., Attribute 2 = 44
Sensor2: Attribute 1 = 12:00 p.m., Attribute 2 = 33
Sensor3: Attribute1 = 12:15 p.m., Attribute 2 = 88
According to this example, I would now like to have three bars, the X-axis would be the time axis and the Y-axis would be the numerical values.
How can I implement this?