Fill in the empty buckets as 0 - Line Graph using date histogram, for count & cumulative count

I am using a line graph to predict a count and cumulative count every hour per day.

If a file comes in at 3am it will start the count from there and not show anything on from 12am. likewise if no files come in after 7pm it will stop and not show a continuous line. Rather this should be 0

Is there a way to ensure a line is always produced even for no files coming in every hour, these can be 0

Hi, this is intentional behavior to not connect points over null buckets. For some use cases, it makes sense to connect them, but for others, it doesn't. There is an open enhancement issue to allow configuration for this handling.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.