i am using jqplot to graph some data. my axis label has a micro in it. µ
but it is being passed through as that and not an entity.
here is the code
axes:{
yaxis:{
label:'L,µH',
autoscale: true,
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
}
}
is there a way to not have the entity be converted? thanks!