On Jul 12, 2011, at 4:29 PM, Adam Kozuch wrote:
> Just changed it back to the original rendering order and it works now...
>
> I was very careful not to change too many things and that one change was
> what made them work correctly the first time.
>
> Now it appears they work just fine. (finger
Just changed it back to the original rendering order and it works now...
I was very careful not to change too many things and that one change was
what made them work correctly the first time.
Now it appears they work just fine. (fingers crossed)
> > This is my syntax for the page I was using to
On Jul 12, 2011, at 4:11 PM, Adam Kozuch wrote:
> This is my syntax for the page I was using to test out the charting:
>
> {{html clean="true"}}
>
> http://10.100.229.50:8080/xwiki/bin/download/SD/QueryPage/testgraph.png";
> alt="graph"
> title="SOME GRAPH"
> height="300"
> width="400"/>
>
> {
This is my syntax for the page I was using to test out the charting:
{{html clean="true"}}
http://10.100.229.50:8080/xwiki/bin/download/SD/QueryPage/testgraph.png";
alt="graph"
title="SOME GRAPH"
height="300"
width="400"/>
{{/html}}
{{chart type="line" source="inline" params="range:B2-C6;series
On Jul 12, 2011, at 3:59 PM, Adam Kozuch wrote:
> Well the charting macro that I tried to get working was this:
>
> {{chart type="line" source="inline" params="range:B2-D5;series:columns;"
> title="Chart Test" width="320" height="240"}}
> | |X |Y |Z
> |Q1|1.2|3.4|1.3
> |Q2|4.5|3.4|2.3
> |Q3|1
Well the charting macro that I tried to get working was this:
{{chart type="line" source="inline" params="range:B2-D5;series:columns;"
title="Chart Test" width="320" height="240"}}
| |X |Y |Z
|Q1|1.2|3.4|1.3
|Q2|4.5|3.4|2.3
|Q3|1.2|4.5|9.0
|Q4|3.4|1.2|1.2
{{/chart}}
Which I had believed to be
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 th
**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.rend
Hello,
I am writing an application that keeps track of some data, and I would
like to display that data with selectable time periods. Everything has
been pretty smooth so far, except that whenever I try and use the Charting
Macro at first it would not display and gave an "Error saving chart ima