Hi all,
I'm creating a visualization in kibana that count the total number of docs in a specific range of time which in my case between 21h and 23h. I'm using a custom timestamp interval which is 3m and I want to only show docs between 21h and 23h on the x-axis for each day of the week and elimantes space between this interval for each day.
This is my visualization:
And I want to concatenate data between 21h and 23h for each day and eliminate space (circled interval) between them because there is no data.
I tried to split series for each day but it only get ride of the line between each interval
Is there a way to concatenate these interval to get a continuous line that repeat only the 21h to 23h interval for each day or to draw separately each day of the week from 21h to 23h on the same visualization ?
Thank you.