876 bytes added,
15:36, 23 March 2012 Data Visualisations are a very powerful tool. The take any closed question (list/menu, radio button, check box, number list), counts up the total answers and can then draw bar charts and pie charts based on those figures.
Sometimes however the default representations of some items are too limited, so BE allows you to override the default displays with your own customisations.
The customisations are entered in a single line of data separated by commas.
Here are the options currently available.
== Show | Hide Elements ==
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
# blShowData=fales; //Hides the data elements and just leaves the visualisations
# blShowBar=false; //Hides just the bar chart element
# blShowPie=false; //Hides just the Pie chart element