A relative bar chart visualitation

I have an incident database, has country and country_population each document. Looks like this:

100 incidents counts: Country:China, Population: 1000
10 incident counts: Country:Iceland, Population: 5

So if I make a bar chart with Metric:Count and Bucket:Country, China will be the highest bar, with 100 incidents.
The output I want to understand how to do is: Iceland affected population is 50% and China 10%, so I wanted to plot those values to represent a relative information per population.

Thank you.

You will need to use Timelion to do this for you, where you can run algorithms to make the values relative.

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