You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to be able to have different scales for different rows in (for instance) an area chart. I've been plotting my solar panel "power over the last minute" against the "cumulative energy today", and since one is in kW, and the other in kWh, it doesn't make sense to have them on the same scale.
I have a workaround where I can multiply columns by a fixed value to get a chart that looks good, however the values are then incorrect.
The text was updated successfully, but these errors were encountered:
Hi there,
I think it would be useful to be able to have different scales for different rows in (for instance) an area chart. I've been plotting my solar panel "power over the last minute" against the "cumulative energy today", and since one is in kW, and the other in kWh, it doesn't make sense to have them on the same scale.
I have a workaround where I can multiply columns by a fixed value to get a chart that looks good, however the values are then incorrect.
The text was updated successfully, but these errors were encountered: