Hallo,
I searched a Plugin like your's for a long time. Now I found it and installed it directly at my Page.
As many other people I'd like to show results in percent. The minor matter is that the lines doesn't fill the 100.
The major problem is that the decimal places are hidden if I use [currency="%"].
Is here someone who can solve my problem?
Greets
Zondai
edit:// Problem is fixed.
I changed easy-chart-builder.js on line 671 into
output = output + "<td>" + tval + currency + ' %' + "</td>";
and on line 630 into
output = output + "<td>" + tString + currency + ' %' + "</td>";