NativeScript / nativescript-ui-charts

NativeScript wrapper around HiCharts library
Apache License 2.0
26 stars 6 forks source link

Can this work with Vue.js? #6

Open I-NOZex opened 3 years ago

I-NOZex commented 3 years ago

I've tried to register this plugin in my nativescript-vue project but without success

shiv19 commented 3 years ago

@I-NOZex did you try to register it as illustrated here? https://nativescript-vue.org/en/docs/getting-started/nativescript-plugins/

can you try again with the latest version of this plugin? 0.1.0

vallemar commented 2 years ago

@I-NOZex this work: Vue.registerElement('UIChartsView', () => require('@nativescript/ui-charts/ui-charts').UIChartsView);