[xwiki-users] Dynamic chart question
Hi I am looking to dynamically chart some historical data I have stored in our wiki and am wondering if anyone knows the best way to approach this? Basically I have two date fields to pick what dates to run the query through, and several other options of things to graph over time. I would like to be able to just refresh a portion of the page or perhaps even the page itself (store the values I need in an attached object?) If anyone knows a good way to implement this that would be appreciated. Adam
Hi Adam, On Jul 19, 2011, at 2:49 PM, Adam Kozuch wrote:
Hi
I am looking to dynamically chart some historical data I have stored in our wiki and am wondering if anyone knows the best way to approach this?
Yes, you should definitely use the chart macro http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro It can takes its data from a page content or directly nested. Hope it helps, -Vincent
Basically I have two date fields to pick what dates to run the query through, and several other options of things to graph over time. I would like to be able to just refresh a portion of the page or perhaps even the page itself (store the values I need in an attached object?)
If anyone knows a good way to implement this that would be appreciated.
Adam
I have gotten this far already, and can display a chart based off of *hardcoded *dates. Now I am looking to allow the user to select two dates themselves, hit a 'refresh' button or something like that, and then either the page reloads or just the chart reloads and presto new chart is displayed. Is that even possible? On Tue, Jul 19, 2011 at 7:56 AM, Vincent Massol <[email protected]> wrote:
Hi Adam,
On Jul 19, 2011, at 2:49 PM, Adam Kozuch wrote:
Hi
I am looking to dynamically chart some historical data I have stored in our wiki and am wondering if anyone knows the best way to approach this?
Yes, you should definitely use the chart macro http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro
It can takes its data from a page content or directly nested.
Hope it helps, -Vincent
Basically I have two date fields to pick what dates to run the query through, and several other options of things to graph over time. I would like to be able to just refresh a portion of the page or perhaps even the page itself (store the values I need in an attached object?)
If anyone knows a good way to implement this that would be appreciated.
Adam
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Adam Kozuch -
Vincent Massol