highcharts - Proportional Pie-charts using High-Charts -


i working high charts plot 2 pi charts need proportional. have calculated radius of each, can't find way specify radius each pi chart. how can this?

use pie series size property.

from docs:

size: string|number

the diameter of pie relative plot area. can percentage or pixel value. pixel values given integers. default behaviour (as of 3.0) scale plot area , give room data labels within plot area. consequence, size of pie may vary when points updated , data labels more around. in case best set fixed value, example "75%". defaults .

example


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -