var chart = "<img src=\"https://chart.googleapis.com/chart?chs=350x100&chd=t:" + balance + "," + balance + "&cht=p3&chl=Balance (%) - "+ credit +"|Credit (%) - "+(100-credit)+"\">";
How should I construct the above code snippet to get the graph working?
Thanks!
{v: .75, f: '75 %'}