I used react-google-charts for Reactjs, then I wanted to use it for Vuejs, but because I didn't know how to transfer react-google-charts to Vuejs. Has anyone used it, show me how to solve it. Thanks!
Asked
Active
Viewed 29 times
0
-
Did you try using `https://www.npmjs.com/package/vue-google-charts` ? – Nishant Patel Jul 20 '20 at 09:04
-
@NishantPatel, can react-google-charts be used in vuejs? – Khoa Nguyen Jul 20 '20 at 09:09
-
Nope react-google-charts is specific to reactjs implementation, you must use a vuejs wrapper for google-charts. – Nishant Patel Jul 20 '20 at 12:34