Ratio visualization

Hello! Can you pls give a hint how to create this kind of timeserial visualization.
Let's say I've got documents like this:
doc1:(term = 'term1', value = 1)
doc2:(term = 'term2', value = 2)
doc3:(term = 'term3', value = 3)
I need it a timeserial visualization to show: term1 = 0.16 (1 / (1+2+3)), term2 = 0.33 (2 / (1+2+3)), term3 = 0.5 (3 / (1+2+3)).
I've managed to do a single term visualization (using filter ratio aggregation, where Numerator is one of the "terms", and Denominator = "*"). But how to create a visualization to show all 3 terms in a single chart?

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