I hope you can help me with this situation.
I have a time-series graph on my grafana.
If I have the Connect Null Values set as Always it appears this way:
Is there a way to make the line continue on 0 instead of this breaks when the Never option is set or the connecting line that doesn’t show the correct value when the Always option is set?
The data comes from Elasticsearch and in some timestamps there are no results, so I need the line to stay continuous at 0.
Here is the current config I have:
Hi, @usman.ahmad, I have the same problem, The dashboard is left without visualization. Changing time does the same. I’m using Grafana v10.3.3 (252761264e) Version
I have the same problem, I have two time series query to plot in the line chart with different time and the connect to null does not work and both lines start and end at zero which is undesired. Anyone found solution to this?
@ thiagoaoshi
@ claudiodigenaro
@ barbosaa123474
@ebabeshko
I have two query A and B, A data is before current time and B data is after current time. I want to have solid line for A data and dash line for B data with stacking for Type columns. First figure is where I have stack charts but the values from A, B connect to 0 with null values which is not desired