Time series, display x-last results only

Hi,

I’m building dashboard for continues CI. The CI is run whenever a change is needed, but it may happen multiple times during a day, but may also happen once every month.

I would like the results to be displayed on time-series dashboard (or any other). The problem is that the X-axis is showing current time. But I would like it to have execution time of a test. Nothing should be shown if the test was not executed and space between two events should be equal.

In other words, what I have is this:
image

(notice that graph shows empty space when there was no CI execution)

And I would like to have something like this:
image

Any idea how to do it?

Hi @kriskwiatkowski

Sorry, using the x axis as time is fundamental to the time series panel. Using commits on the x axis like in your graph: have you explored the new bar chart?

1 Like