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; },