This is a great macro, but the parameter "params" is unclear. What parameters can I set in there?
Cp. http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/charts/params/ChartParams.java
Philipp, are you sure these are used? You're referring to the old chart plugin. This chart macro has been rewritten for XWiki Syntax 2.0 and lives here: http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-chart/
The links mentioned her do not ?Where can we find parameters?
Can these macros be used with dynamic data? I have tables that pull data from SQL databases using the XWikiSqlPlugin - is it possible to chart this?
Yes. Just create a script (velocity, groovy, etc) that generates a table and use that table in the chart macro.
Is it possible to create 3d charts in XWiki 3.0?
Yep, I've just added that in XWiki 4.1
Can i create a dynamic .html file with the table and use this as a datasource for the graphs?
You can specify a separate document for the data; thus you could have that page written in HTML if you wish. You should ask your question on the users list.
Download XWiki
This is a great macro, but the parameter "params" is unclear. What parameters can I set in there?
Cp. http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/charts/params/ChartParams.java
Philipp, are you sure these are used? You're referring to the old chart plugin. This chart macro has been rewritten for XWiki Syntax 2.0 and lives here: http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-chart/
The links mentioned her do not ?
Where can we find parameters?
Can these macros be used with dynamic data? I have tables that pull data from SQL databases using the XWikiSqlPlugin - is it possible to chart this?
Yes. Just create a script (velocity, groovy, etc) that generates a table and use that table in the chart macro.
Is it possible to create 3d charts in XWiki 3.0?
Yep, I've just added that in XWiki 4.1
Can i create a dynamic .html file with the table and use this as a datasource for the graphs?
You can specify a separate document for the data; thus you could have that page written in HTML if you wish. You should ask your question on the users list.