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

php - How to display all orders for a single product showing the most recent first? Woocommerce -

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

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -