AnyChart Treemap drillChange current event out of sync with getDrilldownPath
问题 With Anychart 8.3+ I am using the TreeMap chart.listen('drillChange') listener to obtain a clicked element's information. Note: I needed to use e.current.get('name') as shown in an example, instead of e.currentTarget as per Treemap listen() documentation. However the getDrillDownPath() value seems to be one event-click behind. Why is this? chart.listen("drillChange", function(e){ // get the drilldown path and convert it to a string var text = printPath(chart.getDrilldownPath()); // set the