obiwan007 / despresso

GNU General Public License v3.0
75 stars 10 forks source link

Allow for different graph styles #201

Open krmkrx opened 8 months ago

krmkrx commented 8 months ago

For example, DSx2 has an all-in-one graph and additionally allows for y2axis for flow and weight.

Currently, desperado always splits up temp in its separate graph window.

More customization would be great.

obiwan007 commented 7 months ago

Currently it is not possible to have temp and the other graphs in one as the lib only supports one y-scale per graph. As temp and the other values have completely different values we are stuck here at the moment.