Hi,
Could someone tell me how i would combine this into one stream of data please. I’m trying to chart how likely it to rain in the next week, having a time scale along the bottom, and turn each of these into data points, rather than individual lines.
Beautiful card, I use it for all my temperature. One question, is it possible to have the maximum and minimum values for each sensor in the header? I have 2 sensors for each card and in the header I have on the left the current temperature for sensor 1, on the right the current temperature for sensor 2. It is possible to have under the respective current temperatures, even the maximum and minimum temperature of each sensor ?
I honestly think that ApexCharts is the most exciting that I have come across since I started with Home Assistant over a year go. Amazed by the possibilities and I think we are going to see some mind blowing results with this!
@RomRider, the work you put in this and the help you give in this thread here is so much appreciated! Do you have a PayPal account or similar, I would be happy to send you a Friday beer as a gratitude for all this and the help you give. If you have, please let me know and I’m sure others will folow too.
I assume I’m missing something, but what? I can get “tickAmount” to work as intended on yaxis, but not on xaxis. Setting it does not affect the graph. Perhaps not intended to work on a time axis…?
Ah, I see. I was wondering why opacity was not working. Wish I had read the buglist before I spent hours trying to get it to work. Thank you @RomRider for clarifying. Do you actually do anything else with your life other than answer hundreds of questions, queries, improvements and bugs?
Haha, yeah, I have a real job which is definitely not being a developer, you’d know if you had a look at the code
But I don’t sleep much, it’s cheating
There’s a feature request already for that, I didn’t make my min on how I’ll do it yet
I appreciate the words, thanks as I said a bit above, I do this for fun and my reward is you, users, using this card.
I’d rather you spend that money on charities instead
The ApexCharts doc says that it doesn’t work on datetime charts like you use for the x-axis:
Note: tickAmount doesn’t have any effect when xaxis.type = datetime
What a Guy ! I’d second the offer to buy you a virtual beer if you PM a paypal addy. After all, you do seem to be doing this for charity and putting a huge amount of effort for tens maybe hundreds of forumites . Anyway upto you.
I guess I could extend the fill_raw feature to support data_generator to fill the gaps. Would that work for you?
Or even simpler, you return 0 (or don’t return anything) instead of null when the data is null. I don’t know what null means for precipitation in your case: is it actually 0? Or is it really missing data and the integration doesn’t know what value it should be?
Right Yeah I looked at those options at various points and they were a bit of a hassle. Anyway, very happy that you have cracked a comprehensive charting solution.
@RomRider I tried to use are type of chart to draw my router throughput with fill and nice gradient, by I come to somehow strange, unexpected result:
As you can see direction of gradient in bottom and upper parts is the same (with colored part up and blackened down), while I’d expect colored part of gradient to be towards peaks of graph. Is this Apex bug or something controllable?
Here is teh code I use for this setup:
BTW, for my use this is the most amazing card available for HA at the moment! My wish come to live! Thank you so much for AWESOME work you did bringing this to community!