Reputation: 63
I am trying to create the geochart in React. Like this one
I tried react-google-charts
and react-leaflet
but they're not compatible with this. Leaflet somehow tries to complete the job, but it seems complex. Is there any method to do this?
Data will be passed as the Object Array - Like this, { "Ahmedabad":2, "Amreli":3,... } You can check this graph here: Paintmaps Demo
Can you help me with what should I do?
Upvotes: 0
Views: 223