Open chandi1703 opened 7 years ago
Wondering about this as well.
Modifying the code is relatively simple, I added my own click event handler after the other event handlers, of course, that precludes updates, so maybe I should submit that as a merge request:
.on('click', function (datum) {
var $this = d3.select(this);
if (options.click) {
options.click($this, datum);
}
})
Hi! I really love datamaps. Thanks! I somehow did not find any means to make bubbles clickable. Is there a way to do it? Maybe as a clickTemplate similar to popupTemplate?