justgage
justgage copied to clipboard
£ sign rendering as �
Hi there, I'm using the textRenderer in justGage and the label is rendering at �100 instead of £100, any ideas on how to solve this?
textRenderer: function (val) { return "£" + val; },
It's a browser problem maybe