Hi there,
Expect a round of beers if you can help me with this one..........
I'm trying to use a chart to show how reliable a newspaper is in terms of percentage. So at the end of each page i enter in the following code (as an example):
[easychart type="horizbarstack" height="50" width="200" title="Reliability Rating %" groupnames="Correct, Incorrect" valuenames="Tom Smith, Washington Post" group1values="5,12" group2values="95,88"]
Now that would normally be great, however i have to manually edit the group1values and group2values to get it to total to 100.
What i would like if at all possible, is to enter group1data and the group2data and have it display the chart as a percentage automatically.
So if Tom Smith had accomplished 2 out of 40 and the Washington Post 12 out of 100, it would display a horisbarstack with the percentages above, but the data in this sentence.
Hope that makes sense and that it is possible!
(Or maybe a different chart is possible? It's just the horisbarstack is exactly what i envisioned.)
Gavin