[Vuejs]-Issue with geochart library in vue-chartkick npm package

0๐Ÿ‘

I found the solution to the missing library. Just need to include the the geoChart script snippet inside the index.html of the vuejs project

     <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"> 
     </script>
     <script type="text/javascript" src="https://www.google.com/jsapi"></script>

Leave a comment