I’ve fixed this issue for anyone looking for a solution on this. The reason is that the data_generator for the series in question had an issue, with one of the datapoints being invalid. Apparently the column type handles this just fine but a line or area won’t show if that is the case.
You can do that with the data_generator option for a series, and altering the x-axis in apex_config. You’ll need to write some javascript code. I did my prototype function in CodeSandBox with MomentJS .
I would like to display different backgrounds to a chart based on a helper which has a dropdown list.
I’m guessing I need to have different annotations blocks for each dropdown list value? I can’t seem to find an if then else function that will work for this.
Does anyone have a solution or suggestion that might work?
BTW. its for a meat thermometer and different types of meat
Thanks a lot for the help and sharing how you do it! I’ll look into it and try to get Apex and long term statistics to work as good as it can. As I udnerstand it the problem right now is if I want a graph starting 1/1 2022 displaying one bar per month, that is still not doable?
Yes, it is not possible right now.
It seems thou that it just takes very long to query and aggregate yearly data on a monthly level.
However it is possible to aggregate the same data on a daily level.
Not sure why the former would be more ressource intensive though. It should be the other way around.
I’m not offsetting gauge rotation like the apex sample. I just want to use the alternating strokes for the fill. Is the stroke / dashArray supported yet? My results are the orange in the screenshot.
I tried using apex_config: to mirror the example and have tried various values for the dashArray value. If I use 100 for the dashArray value it looks like it does try to render but I can’t figure out how to config to get a similar look. Any ideas or suggestions?
Has anyone found a way to set the width of the radial bars? As seen below, the width of the lines are different depending on if I have 2 or 3 sensors displayed. Would have been nice to have them look the same:
I want to migrate from the great mini-graph-card to this more advanced card. But I’m stuck with using non-numerical sensors. The repository readme states that those are supported, but I cannot find how. I currently have this in mini-graph-card:
Where I have the relative and absolute humidity plotted in the graph and using thermal comfort I can also display the current humidity. Can anyone elaborate on that or provide an example on how to do this?