Hallo, i am new in Plotly, can you show me a example yaml for the chart in 3d before the with the humidity temp an presure value. I find it is very cool but i found no information the document
Thanks a lot mateine, it is mega cool for data from my weatherstation. Can you show me the code of the rippon 3d line chart and any idea how can i my heatmap in 3d chart. Plotly is the best chart engine ever see
This might very well be one of those requests that solve exactly 1 person’s need. If so, I totally understand telling me ‘You’re welcome: Now live with the problem.’
I have a bunch of data sources that I plot together.
But, I need an at-a-glance way to see them with periods of 5minute as well as with periods of (1) hour.
I’ve created duplicate cards on a single lovelace, but if there was single card with a button to toggle between (or select) periods (just like the rangeselector buttons), that would be great.
Of course, user-definable periods (other than being limited to: 5minutes, hour, day, week, month), would also be great – but that’s a different question.
Thank you so much for your fantastic work, and your outstanding ongoing support!
Indeed my objective with this was to maximize the individual “one-person needs” by making it as customizable as I can manage. Often that person is myself, but not always.
If you want different granularity depending on how much zoom you have, loon into period: auto. You can also customize how much zoom corresponds to which period. If you add range buttons, the periods will also update.
Alternatively you can look into legend groups and put all series of each period inside its own group.
Oh, here’s another one. Download a templating custom card, create a helper boolean/toggle/switch, and make the templating card render different things depending on the boolean
I’m having a hard time figuring out how to use them.
I was able to add: “legendgroup: 1” to the code, but I don’t see how to set ‘global’ settings for all entities in a specific legendgroup, or how to select only a specific legendgroup to display.
The legend groups just put all traces with the same group inside a single legend. That way you can toggle them all at once. Not exactly what you asked for, but it may get the job done.