07-14-2022 09:04 AM - edited 07-14-2022 09:05 AM
See if this can give you some ideas:
Personally, I would probably change the data structures and have an array of clusters instead of a cluster of arrays. This way it is easier to keep matching elements together (not shown). I would also use shorter labels to keep the diagram clean, e.g. change the caption to "Hotel 1 Temperature (C)" and the label to "T(C)" to keep the unbundling take up less space (not shown). Use intuitive boolean text for the buttons (not shown).
07-14-2022 09:43 AM
@altenbach wrote:
Personally, I would probably change the data structures and have an array of clusters instead of a cluster of arrays. This way it is easier to keep matching elements together.
Here's how that could look like. Modify as needed: