Vue.D3.sunburst icon indicating copy to clipboard operation
Vue.D3.sunburst copied to clipboard

Vue sunburst component based on D3.js

Results 20 Vue.D3.sunburst issues
Sort by recently updated
recently updated
newest added

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.2. Release notes Sourced from jquery-ui's releases. jQuery UI 1.13.2 Released! https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ jQuery UI 1.13.1 Released! https://blog.jqueryui.com/2022/01/jquery-ui-1-13-1-released/ jQuery UI 1.13.0 released! https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/ Commits d6c028c 1.13.2...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Hi, Thanks for writing this very useful library. I've noticed that in the plots I generate that the labels are often so long that they overlap each other on consecutive...

Given the circumstances one could need a different order on the sunburst nodes, providing a callback we make sure what order is going to be applied instead of the previous...

Hi, I set up a simple [example on CodeSandbox](https://codesandbox.io/s/zen-johnson-gpygp?file=/src/App.vue). The problem is that after zooming in a certain slice and reassigning the data the chart sometimes disappears completely: ![vue-d3-reassign-bug](https://user-images.githubusercontent.com/7985185/124766233-67107e80-df3f-11eb-8165-138d43beee18.gif) But...

Is there any plans to add support to the new version of Vue? It gives a few minors errors when trying to use it with the new version and the...

Helps a lot with discerning adjacent arcs with the same color. Issues: - [ ] Doesn't redraw properly when checkbox is marked/unmarked (not sure why that is). ![image](https://user-images.githubusercontent.com/1405370/108701094-cbd6b980-7507-11eb-912e-599ce756e2b0.png)