Is there a way to have alternate data in a legend of a Pie chart using Highcharts? Instead of the point data, all I want is something that displays a small snippet of info pertaining to the graph.
I added a labelFormatter but that changes the values for each data point. I need it to only appear once.
legend: {
layout: 'vertical',
floating: true,
verticlalAlign: 'bottom',
align: 'left',
useHTML: true,
enabled: true,
borderColor: '#909090',
title: {
text:'Output (MW)',
style: {
fontWeight: 'bold',
fontSize: '12px',
textAlign: 'center'
},
}
}