Visualization of requirement fulfillment during release tests

Hi All,
I am quite new to Kibana and having some trouble in visualization of a use case.
I would like to show a percentage how much of a Requirement is currently covered by tests.
Simply I am feeding Elastic with following elements in the same index:

{"req": "r1", "nroftests": 10}
{"req": "r2", "nroftests": 5}
{"testcase": "t1", "testedreqs": ["r1","r2"]}

So I expect two bargraphs with 10% for r1 and 20% for r2

Any Ideas how I could visualize this in Kibana ?

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