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

Vue 3 Support?

Open DE-ZIX opened this issue 2 years ago • 0 comments

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 component does not compile. Such as:

vue-d3-sunburst.umd.js?6987:13880 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'defaultSchemeColor')

Because of this prop:

colorScheme: { type: String, required: false, default: function _default() { return this.defaultSchemeColor; }, validator: function validator(value) { return Object.keys(colorSchemes).indexOf(value) !== -1; } }

DE-ZIX avatar Oct 29 '21 15:10 DE-ZIX