David-Desmaisons/Vue.D3.sunburst

Updating the chart with new data fails when zoomed in

techstonia opened this issue · 2 comments

Hi, I set up a simple example on CodeSandbox.

The problem is that after zooming in a certain slice and reassigning the data the chart sometimes disappears completely:

vue-d3-reassign-bug

But what's interesting is that not all slices will cause the bug:

no-bug

Does anyone have any idea what might be the cause? I'm also trying to fix the issue myself, but unfortunately I'm quite new to the code in this repository.

I'am having the same issue.