X-axis labels go wonky by less then 4 group by_points, plain wrong at 1 group_by point
(The below examples are simplified, my actual use case is to make a dynamic overview for a Campground, where alas single or few nights is very common.)
So when I group_by, in order to both get a “diff” result, but also to count noon-2-noon, at 4 nights, it all looks dandy:
So I wonder if this is something I should report as issue, or if there is anything I can do.
BTW: when I use span: end: day it does not work at all for 1 day, so calculating the start is already a bit of a workaround.
For clarity: that last 1-day image, the data is for June 26, as intended, but the x-axis is wrong, so it displays multiple numbers, and a different date ends up in the middle
Is there some place better to get support/discussion on this component?
git discussions and issues seem to go unanswered and the git readme sends me here… also many questions and no response/answers.
I like this graph, implementation but config by trial and error is painful
This huge post has a massive amount of answers but it is not easy to browse through due to its size…
You do understand that this is all on people’s spare time so you just have to be patient and in some cases, people may not be knowing the answer or not willing to spend time on it. There may be case where you get no answer at all, just need to accept that.
EDIT: tip1: donot ask open questions, explain hat you are trying to do and what does not work, examples…the more text the less likely the response
megathreads like this have lots of answers, but not easy to find anything for sure and much will have changed and possibly no longer valid. Of course I understand that this is nobody’s full time job, just wondered if there was a community somewhere else where there was more active discussion.
Looks like I’m missing a wider doc source with apex_config options. Seeing people refer to stuff that is not even mentioned on the git page offsetX: and xaxis: . Let’s see if that can provide some answers.
Perfekt, thanks. That did not work exactly, maybe apexchart changed since then, but it got me on the right track. One has to change the grid padding. This works for me:
I am using a addon (https://github.com/MiguelAngelLV/balance_neto) that calculates the net grid export with my photovoltaic panels. The value resets 5 seconds before o’clock (at XX:59:55) in order to make sure the value is reset within the hour (this reset is made so HA gets correctly the reset).
So, when showing the value, most of the times shows 0 because of this. Can I get it work using an offset of +5 seconds? I have tried to use it but didn’t make it to work.
On the picture, the blue columns is a self-made integrer but it is more accurante with the addon. The yellow one is the value from the addon. As you can see, the resets mainly falls within the present hour, so it shows 0. My intention is to show the very last value before XX:59:55. any ideas? thanks!
Im not sure where to look for help on making the yaxis adjustable in the front end.
I have 8 ApexCharts displaying the temperature in each room. On each configuration I have:
yaxis:
min: 15
max: 22
This works fine but as the summer approaches I would like to change the setting to something like:
yaxis:
min: 20
max: 30
At the moment I have to manually go into all 8 chart yaml files and change the numbers and the same when winter comes. Is there a way to have these numbers set up as a input_number.min_number and input_number.max_number and relate to them in the yaml files so I can set these once in the front end? Hope this makes sense.
Great charts, I new into this, so I really appreciate some help here.
I get energy prices from an electricity company in Denmark through a restful call. I got the data in Home Assitant and as you can see, the data is coming as attributes in the format 00:00: 0.28 which means that price at 00:00 is 0.28.
I have the data for each hour and I’m getting them in two sensors one for today and the other for tomorrow.
I want to plot the data in a chart, I tried to use ApexCharts card as I can see other have been doing similar thing, but unfortunately I’m not able to crack the format for data-generator. Can someone please help in explaining what should be written in the data-generator to get the value plotted at the right time on the graph.
I’ve been looking, and I haven’t found a way to do something like this. It’s… not quite a candlestick graph, but sorta.
Is there any way to format specific point based on what whether the last point is higher or lower than the previous point? Also, dig my mad MSPaint skills below.