[xwiki-users] Horizontal Stacked Bar chart
Hi, Is it possible to rotate the Bar Chart shown in http://extensions.xwiki.org/xwiki/bin/view/Extension/Charting+Samples#HBarCh... Bar (Stacked bar) So Vertical to Horizontal If I want to use the Chart Macro: See my code: {{chart type="bar" params="document:CdLSWorld.GrossMotorData;table:grossMotor;range:B2-F8;series:columns;" title="GROSS MOTOR" width="600" height="500" /}} My data from document:CdLSWorld.GrossMotorData ====== GROSS MOTOR ====== (% id="grossMotor" %) |= |=|=0-25% |=25-50% |=50-75% |=75-95% | Rolls over (71)| 3| 5| 7| 12| 36 | Sits alone (73)| 6| 9| 12| 20| 50 | Crawls (23)| 9| 11| 15| 19| 48 | Pulls to stand (57)| 9| 12| 16 | 23| 60 | Cruises (49)| 9| 14| 16| 24| 72 | Walks alone (54)| 12| 18| 24| 36| 120 | Runs (29)| 18| 28| 36| 48| 120
I think the D3 will give you a lot more options...(but will require a bit more work) http://extensions.xwiki.org/xwiki/bin/view/Extension/d3js -- View this message in context: http://xwiki.475771.n2.nabble.com/Horizontal-Stacked-Bar-chart-tp7588579p758... Sent from the XWiki- Users mailing list archive at Nabble.com.
D3 Certainly looks impressive and i'm sure with more advanced needs I will get my feet wet with it, Bit for now I need a fast solution as a Proof of Concept, so any suggestion on how to get the Stacked Bar chart as presented in the samples And if the layout can be rotated from vertical (default) to horizontal? 2014/1/10 Hamster <[email protected]>
I think the D3 will give you a lot more options...(but will require a bit more work)
http://extensions.xwiki.org/xwiki/bin/view/Extension/d3js
-- View this message in context: http://xwiki.475771.n2.nabble.com/Horizontal-Stacked-Bar-chart-tp7588579p758... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Gerritjan Koekkoek -
Hamster