How to show Legend box same on Label in HighChart for pie chart -
how show legend box same on label in highchart pie chart code here label following
datalabels: { enabled: true, color: '#000000', style: { fontsize: '9px' }, distance:3, connectorwidth:0, formatter: function() { return math.round(this.percentage) +' %'; } },
try following :
legend: { align: 'right', //you can change verticalalign: 'top', // change x: 100, //set want y: 0 // set want },
Comments
Post a Comment