I have a template with temperature and humidity to get both on a single line. Like:
Bathroom 20.9° / 37%
Is it possible to get both graphs pop up when I click on it?
I tried the history_graph but then i get the graphs in the frontend.
I have a template with temperature and humidity to get both on a single line. Like:
Bathroom 20.9° / 37%
Is it possible to get both graphs pop up when I click on it?
I tried the history_graph but then i get the graphs in the frontend.
Probably not. What you are asking for is very specific behavior. The only component that may be able to handle that would be the custom panel with possible js, html, and css changes.
Ok, thanks. It’s not possible to get two graphs with different measurements into one table with history_graph either?
It is, if they have the same units. If they don’t have the same units, no. You could normalize the data for each graph. Normalizing could prove to be difficult because you don’t know what your max is. You could normalize based on a static max.