Repeat X Axis and Separate Legends in Subplots #572
Unanswered
thisIsLiving
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to repeat the x-axis legend in each subplot? I'm planning to add a number of other stats which require locking of the x-axis between graphs as I scroll around. And with the number of plots it's too hard to figure out what the times are in the top plot if you have to scroll down to the bottom plot.
Also can you move the legend for each line down to the respective plot instead of all being up at the top plot?
Also is it possible to have the current values formatted to have a comma separating out the thousands?
For anyone who's interested below is the code I've used for my PV and battery system:
And here's the code to get the daily values from a cumulative sensor:
Beta Was this translation helpful? Give feedback.
All reactions