Template:PieChart: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 63: | 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); | ||
if (document.getElementById("motif_export_tool") == null) { | |||
}else{ | |||
if(document.getElementById("motif_export_tool").getElementsByClassName(table_name)!=null) { | |||
document.getElementById("motif_export_tool").getElementsByClassName(table_name).fnFilter(this.name, 2); | |||
} | |||
} | |||
} | } | ||
} | } |
Revision as of 15:00, 10 July 2013