Template:PieChart: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
*/ | */ | ||
var content = "</html>{{{data}}}<html>"; | var content = "</html>{{{data}}}<html>"; | ||
var data_delimiter = "</html>{{{ | var data_delimiter = "</html>{{{delimiter}}}<html>"; | ||
var chart_title = "</html>{{{chartTitle}}}<html>"; | var chart_title = "</html>{{{chartTitle}}}<html>"; | ||
var series_name = "</html>{{{seriesName}}}<html>"; | var series_name = "</html>{{{seriesName}}}<html>"; |
Revision as of 14:13, 12 June 2013
This is the "PieChart" template. It should be called in the following format:
{{PieChart |data= |delimiter= |chartTitle= |seriesName= |chartSize= |renderTo= |plotBackgroundColor= |plotBorderWidth= |plotShadow= |percentageDecimals= |allowPointSelect= |cursor= |dataLabels= }}
Edit the page to see the template text.