Hi Adam,
On Jul 11, 2011, at 10:34 PM, Adam Kozuch wrote:
**Just wanted to let anyone know who was having the
same issue, it was
caused by the order that things are rendered on a wiki page.
The fix (at least temporarily) was to go into the xwiki.cfg file and edit
the line containing the order which files are rendered.
I changed the line :
# xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki,
wikiwiki
to this :
# xwiki.render.renderingorder=groovy, velocity, macromapping, plugin, wiki,
wikiwiki
And now it works. I'm assuming its because the page tried to post the chart
before it was rendered.
Hmmm that's really strange since the {{chart}} macro is XWiki 2.0 syntax while the
param you mentioned it for XWiki Syntax 1.0.
Are you sure it's this param change that made it work for you?
If so, could you create a jira issue about this on
http://jira.xwiki.org?
Thanks a lot
-Vincent
My charts work, all is well.
Adam