I'm working on a bubble chart, and am having trouble calculating the bubble radius.
I want to use a certain quantity to calculate the bubble radius, but the quantity varies a lot. The minimum is 340, maximum is 190000 but most points are between 5000 to 30000. These ranges are too extreme to use the quantity as the radius directly.
Is there any algorithm to "smooth" the curve of the data? Or some method to map the original quantity to a more reasonable one?
Right now my graph is a scatter chart, because I can not translate it to bubble chart without a radius.