Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

Data Visualisation Options

828 bytes added, 15:42, 23 March 2012
no edit summary
By default both bar and pie chart will be shown. You can turn one or both off if required.
# blShowQuestion=false; //Hides the entire question<br/># blShowData=fales; //Hides the data elements and just leaves the visualisations<br/># blShowBar=false; //Hides just the bar chart element<br/># blShowPie=false; //Hides just the Pie chart element   == Listing == With lists with lots of items in them, the sorting of the elements can become very important # strListing=AlphabeticAZ // Sort the answers alphabetically from 0 to 9, A to Z# strListing=AlphabeticZA // Sort the answers alphabetically from Z to A, 9 to 0# strListing=QuantityLeastMost // Sort the answers, with the least frequently occuring at the top. Each amount item is alpha sorted as well.# strListing=QuantityMostLeast // Sort the answers, with the most frequently occuring at the top. Each amount item is alpha sorted as well. 
# blShowData=fales; //Hides the data elements and just leaves the visualisations= Limit ==
# blShowBar=false; For VERY long lists, it may be more advisable to limit to a specific amount of answers, like the top 10. //Hides just the bar chart elementThe limit option allows you to specify exactly how many items to limit to.
# blShowPiestrLimit=false10; //Hides just This will limit to the Pie chart elementtop 10 answers.
7,528
edits