timchu90
Results
2
comments of
timchu90
I've also been running into the same issue. Did you ever find a workaround?
Our chart event looked like this and only had a problem displaying when self.branch == "gene". ``` chartEvents: { 'select': function() { var selection = self.$refs.thisTable.chart.getSelection(); if (self.branch == "gene")...