Personal tools

Template:PieChart: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 62: Line 62:
                     events: {
                     events: {
                         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);
                            document.getElementsByClassName(table_name).fnFilter(this.name, 2);
                          // document.getElementsByClassName(table_name).fnFilter(this.name, 2);
                         }
                         }
                     }
                     }

Revision as of 17:25, 13 June 2013