Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to automate data plotting in wiki chart?

DEBASREE KANJILAL November 4, 2013

I am using chart macro to plot line and bar graphs in my atlassian wiki.

However, I am editing the underlying table manually from data points gathered from another java utility.

I would like to automate this end to end process such that my utility gathers the data and updates the same in the wiki table which in turn will generate the charts.

How do i accomplish this? I have been searching for any API support from this chart macro plugin or something in line...

Note: I referenced https://confluence.atlassian.com/display/DOC/Wiki+Markup+Examples+for+Chart+Macro for using the charts in my wiki.

Thanks in advance!

DK

2 answers

1 accepted

0 votes
Answer accepted
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2013

A combination of SQL macro OR Beanshell macro along with Chart macro can be used to load the data.

https://bobswift.atlassian.net/wiki/display/SCRP/Beanshell+Macro

https://marketplace.atlassian.com/plugins/org.swift.confluence.sql

Bob Swift
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2013

Adding to this, you can use anything that produces an HTML table in the body of the chart macro. Using sql or scripting as Renjith indicated. Other approaches are CSV using the CSV macro, XSLT Macro, HTML Macro, or other Confluence macros that produce tables.

DEBASREE KANJILAL November 10, 2013

Thanks Renjith & Bob.

Yeah, meanwhile, I came across the csv macro, and was checking that out :)

Will surely evaluate the options suggested you guys have suggested above!

Will get back if I face a roadblock.

Thanks again!

0 votes
Badrinath Ramamurthy January 5, 2014

We use a solution that

(a) Gathers data to be plotted into an excel sheet.... we hve some python code that does this.

(b) Posts the above excel sheet to the wiki as an attachment to the page.... post to the wiki using xmlrpc via python.

(c) Use a chart macro in the wiki page to display the data in the excel sheet... you are probably already doing this.

The program that does (a) above is just a cron job and picks up data from a db which is where some other program stuffs the data offline. In some case these two are integrated.

DEBASREE KANJILAL January 6, 2014

Thanks for sharing your solution, Badrinath.

Here goes mine -

I am currently parsing my source html using jsoup and generating csv. This csv I am copying to a location which is accessible as a web url. Csv generation and availability in the accessible location is achieved through shellscript which runs as a cron job on daily basis.

This csv is being consumed by the wiki's csv macro, which is further nested in the chart macro (both line and bar).

Happy new year!

-Debasree

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events