javascript - How to give different border for each series in pie chart using highcharts? -


enter image description here

i able chart i'm not able different border each series.

set border color each point individually (slices in pie points, not series).

{     name: 'microsoft internet explorer',     y: 56.33,     bordercolor: 'blue'   } 

example: http://jsfiddle.net/yk5mgbk5/3/


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -