Personal tools

Template:PieChart: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
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 61: Line 63:
                         click: function() {
                         click: function() {
                             alert ('Category: '+ this.category +', value: '+ this.y+', X value: '+this.x+', Point Name: '+ this.name);
                             alert ('Category: '+ this.category +', value: '+ this.y+', X value: '+this.x+', Point Name: '+ this.name);
                          oTable.fnFilter(this.name, 2);
                            table_name.fnFilter(this.name, 2);
                         }
                         }
                     }
                     }

Revision as of 17:00, 13 June 2013