...
Chart shows % of commits which led to broken builds - Axis Y per job/pipeline day by day - Axis X. Legend on the top of the chart gives the latest value for each configured job/pipeline.
Calculation Formula
Commits led to broken builds = Ncommit_fail/Ncommit_all * 100 %,
...