That would be a plot of the daily (plotted as a stepline area), not monthly. Monthly is a single value, is it not?
P.s.: Looking at that graph I am surprised there are gaps in between the bars. Is there a 0 value in between?
If not, plot as area stepline. Then there will be no gap.
Is there a way to make the bar widths larger in this graph? It seems like they are quite skinny and there is quite a bit of white space between each day (there are 2 possible bars per day).
The values comment from a sensor that read real time gaz comsumption.
The daily value is a utility meter that adds up and reset everday so i can see the daily comsumption
The monthly is the same but reseted on the 9th.
Because my gaz provider bills me on the 9th each month
I’ll try the curve line to see how it goes.
But a daily plot will show me the daily value not the monthly.
The gap seems to be correct, I have one bar for october and one for november.
Edit:
I don’t see anyother option that take my monthly utility meter, which value is OK, and store it somewhere.
Or wait for the energy dashboard to include the start data feature long awaited
I got lots of cool ApexCharts included, many thanks for the card.
Most recently I am struggling with the y-axis in multi y-axis charts.
Concretely, it seems that the scaling does not adopt correctly nor the min max values are correct.
Maybe someone can spot the mistake that I have not been able to find?
In this example I use 3 y-axis, the green line shows a %-ratio (in the chart max point about +44%, lowest point about -77%, endpoint is -27%. It is assigned to the third axis, which is in the chart the axis to the very left.
The problem is that this y-axis shows value between 0 and 5!
(The areas show solar power production for a solar setup with west and east panels; the green line shows the ratio between both of them. I am hoping to use this ratio also for determining if there were a problem with little creatures nibbling on the solar cables, which should change the ratio between both solar panel strings…)
I got an apex card runing with a zigbee rainsensor. My issue is that the apexcard only get a new value when i rains. I would like to get a new value e.g. every 30 min if nothing has happened so the graph will get filed out. Any idea how I can do this?
so, I think I read through all of the thread again, searched for data_generator and divide entity.state, but am still in the dark… Please help me with what would probably be the silliest question…
trying to have the apex charts plot an entity with unit W(att)
- entity: sensor.netto_verbruik
yaxis_id: power
unit: W
Cosmetic question. Is there a way to get the dotted line and potentially the font a bit less pronounced? I like them there and font size etc is ok, but it’s very present and would especially the line be a bit more opaque.
Next to that. I’m struggling with the gradient. I would love that the green area was a gradient but if I add it the the card apex_config the bar does not show and if I add it to the series (as per code below), it does not do anything.
Weird. All the configs I have seen also use your method and the they seem to work fine. With me (potentially related to the combination with a bar) this makes the bar’s disappear and does not create a gradient for the area.
I’ve now increase opacity so already looks better. However just noticed a new problem; I display a ‘day’ so obviously no data for the part after ‘now’ (in this case 9:00). How do I avoid the green area to fill to the end of the day? Searched the apex doc’s and found an example but still can’t figure out what to change
Thanks for the pointer. it now works. I think these have changed over time. I tried extend_to_end: false before but that did not work. Seems to have change to extend_to: false that indeed works. I also tried extend_to: now (which made more sense to me) but that made the columns extremely narrow.