I have a grouped column chart built with d3.js v4. When the user clicks on a single chart, the other ones will become less visible to highlight the clicked chart. Now I have an usability issue: when the chart is very short, it's a little bit too hard to click on it, so I'd like to detect the click on all the section above the chart.
function onSelectSingleBarChart(d, i, j) {...
Here is the jsfiddle.