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 image"
Exception. This turned out to be a problem with the permissions for Xwiki
on our local Tomcat server which has since been solved.
Now however, whenenver I try and use the Charting Macro, the image saves
properly and the macro executes but only displays a link to a different,
empty, page that should be the graph/picture.
This is the chart code, in 2.0 syntax. Running on Xwiki Enterprise
2.6.33065.
{{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}}
All that displays is a link "Chart Test" which takes you to an empty
web-page.
Any ideas as to why the graph would not display and only show up as a
link?
Adam
**********************************************************************
CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of the
contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify us
immediately at 262-703-7000.
CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the
right to retrieve and read any message created, sent and received. Kohl's reserves
the right to monitor messages by authorized Kohl's Associates at any time
without any further consent.
Show replies by date