google-charts icon indicating copy to clipboard operation
google-charts copied to clipboard

How to use this?

Open WouterrV opened this issue 4 years ago • 3 comments

I'm a newb in the js ecosystem - how do actually use this module in my project? The quick start says to use: import {GoogleCharts} from 'google-charts';, but I think that only works when the js-file that I'm putting the example code in is in the same dir as the google-charts package, right? What am I missing?

WouterrV avatar Jun 22 '20 12:06 WouterrV

You just need to install this package first using npm cmd and follow the documentation.

aftab470 avatar Jul 15 '20 09:07 aftab470

@aftab470 I did install it using npm cmd. But I still don't understand what's happening. Also the documentation on this project is not exactly extensive.

WouterrV avatar Jul 15 '20 09:07 WouterrV

Yeah, proper documentation would be handy. I'm also struggling with how to use it in React.

TahinDani avatar Jan 21 '21 10:01 TahinDani