turing-smart-screen-python icon indicating copy to clipboard operation
turing-smart-screen-python copied to clipboard

Feature Request: Have multiple lines in the same line Graph.

Open joaorsbarbosa opened this issue 10 months ago • 2 comments

Is your feature request related to a problem? If so, please describe the problem.
No.

Describe the feature / solution to your problem you'd like
I'd like to be able to plot a device temperature and usage in the same graph, to save space. That is, have multiple lines on the same line graph/chart.

Describe alternatives you've considered / and or tested
Tried to have two line graphs in the same position but with the current software, instead of the lines being added to the same graph they were just replacing each other when an update happened, with only one line being visible at any time on the same line graph

Screenshots / photos & mockups of the Turing screen

Image

Environment:

  • Revision of this project main branch
  • OS with version: Windows 11
  • Python version: Python 3.10.11
  • Hardware: AMD CPU, Nvidia GPU

Thanks!

joaorsbarbosa avatar Mar 15 '25 22:03 joaorsbarbosa

Any chance of this happening? Completely understand if not, with this being a open source project. Just wondering as I've been waiting to see if there's any development to finallize my own personal theme.

joaorsbarbosa avatar Jun 02 '25 15:06 joaorsbarbosa

@joaorsbarbosa unfortunately it is not easy to implement because of how this project has been developed: today each sensor has its own graphical components as you can see in the theme.yaml files, and it would require a rework of the theme.yaml format to have multiple sensors display in the same component. This could be done by others but I'm afraid I will not have the time to do it my self

mathoudebine avatar Jun 17 '25 18:06 mathoudebine