I've created a chart which works nicely, but I'm having trouble adding a pound stirling currency symbol to the legend.
The following code:
<set label='Project Name - £1000' value='1000' />
appears as:
'Project Name - £1000'
in the legend.
I've tried changing '£' to the actual pound stirling currency symbol, but that doesn't work either.
Can anyone help?