Péter Hauszknecht
Péter Hauszknecht
Thanks! Is there any way to listen the node click event? As I see, not. I use this now: ```js document.querySelectorAll('g.slice').forEach(g => { g.addEventListener('click', () => { const node =...
First, thanks for your improve :) I think `focusOnNode` and `onNodeClick` should work independently from each other. https://github.com/vasturiano/sunburst-chart/blob/master/src/sunburst.js#L161 So instead of this: ```js .on('click', d => { d3Event.stopPropagation(); (state.onNodeClick ||...
I have the same issue. I tried the curl invocation: ``` curl --request PUT \ --url http://localhost/-/user/org.couchdb.user:test \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data '{ "_id": "org.couchdb.user:test",...