Hi, On Thu, Jun 25, 2009 at 11:53 PM, Niels Mayer <[email protected]> wrote:
Another interesting advanced JS data-visualization toolkit that would be useful to integrate in Xwiki.
http://vis.stanford.edu/protovis/ http://www.technologyreview.com/computing/22927/?nlid=2130 http://flare.prefuse.org/launch/apps/job_voyager
Protovis sounds cool, but the way xwiki macros work will make it difficult (or messy) to implement a macro that will have to depend on a JS library. What we can do is this: * Implement the wiki-macro bridge: http://jira.xwiki.org/jira/browse/XWIKI-3213 (Basically this will allow you to convert any wiki content into your personal macro) - I'll finish this in a week or so. * We use a JSX (?) to get protovis support. * Neils can implement a js charting wiki-macro using protovis ;) I want to ask other developers, Is this possible? (I have a confusion about macros + js working together) Thanks. - Asiri