Personal tools

Template:PieChart: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 22: Line 22:
var render_to  = "</html>{{{renderTo}}}<html>";
var render_to  = "</html>{{{renderTo}}}<html>";
var percentage_decimals="</html>{{{percentageDecimals}}}<html>";
var percentage_decimals="</html>{{{percentageDecimals}}}<html>";
var table_name  = "</html>{{{tableName}}}<html>";




Line 33: Line 35:
var tmp =result_tmp [i];
var tmp =result_tmp [i];
var counted = countItems(content,tmp);
var counted = countItems(content,tmp);
var x = [tmp , counted];
 
data.push(x);
var point = [tmp , counted];
data.push(point);
}
}
var chart;
var chart;
Line 59: Line 62:
                     events: {
                     events: {
                         click: function() {
                         click: function() {
                            alert ('Category: '+ this.category +', value: '+ this.y+', X value: '+this.x+', Series Name: '+ series.name);
//alert ('Category: '+ this.category +', value: '+ this.y+', X value: '+this.x+', Point Name: '+ this.name);
// document.getElementsByClassName(table_name).fnFilter(this.name, 2);
                           
                         }
                         }
                     }
                     }

Latest revision as of 15:37, 10 July 2013