Skip to content

Commit 83507a5

Browse files
committed
Fixed Venn diagram count issue
1 parent 7f90556 commit 83507a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/regulon_venn.js

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
var comp_list = data[3][2].slice(2, -2).replace(/(?:\r\n|\r|\n)/gi, "").replace(/' '/gi, ", ");
2323
var both_list = data[4][2].slice(2, -2).replace(/(?:\r\n|\r|\n)/gi, "").replace(/' '/gi, ", ");
2424

25-
if (reg_list.length > 1000) {
26-
reg_list = reg_list.slice(0, 1000) + '...';
27-
}
28-
2925
// set up plot
3026
var myChart = Highcharts.chart(container, {
3127
accessibility: {

0 commit comments

Comments
 (0)