Hi,
I'm trying to render a pie chart that displays both the label *and* the actual data value (not the calculated percentage) in each slice. I'm mucking around with options, and I've got ;
dataLabels: 'label',
dataLabelFormatString: '%s (%d)',
However, this only shows the label (and when dataLabels='label' it seems that %d lose functionality). Is there any way to get the data value in there as well (as well as a newLine :)?
Kind regards,
Alexander