c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

point.r function : any way to compute pixel size based on axes scale ? #2777

Open digEmAll opened 4 years ago

digEmAll commented 4 years ago

Hi, I'm using point.r function to draw a bubble chart, but I'd really need to adjust the r value (which is in pixels) according to the size of axis x and y.

Is there any way to get the current pixel to x or y value ratio inside that function ?

Thanks