vasturiano / sunburst-chart

A sunburst interactive chart web component for visualizing hierarchical data
https://vasturiano.github.io/sunburst-chart/example/flare/
MIT License
288 stars 89 forks source link

focusOnNode is not a function #106

Open shradha0810 opened 1 year ago

shradha0810 commented 1 year ago

i saw your previous issues and tried the below code for enabling focusOnNode in onclick function but is shows error shown in second screenshot image this is the error. The same error comes even if I pass the first argument 'd' instead of 'node' image

can you see to it and give possible solution for it

vasturiano commented 1 year ago
const myChart = Sunburst()
  .onClick(d => { 
    myChart.focusOnNode(d);
  })
shradha0810 commented 1 year ago

Thank you so much it works. Can you also tell me why my tooltip is not working. Like in inspect i can see the tags but they don't come on hovering over it

vasturiano commented 1 year ago

Hard to say without a repro example. Could you make one on codesandbox?