}, emphasis: { focus: 'descendant' }, expandAndCollapse: true }] }); treeChart.on('dblclick', function (params) { if (params.data && params.data.path) { window.location.href = '/categories/' + params.data.path; } }); } });