plainheart / echarts-extension-gmap

🌎 A Google Map (https://www.google.com/maps) extension for Apache ECharts (https://github.com/apache/echarts)
https://github.com/plainheart/echarts-extension-gmap
MIT License
48 stars 8 forks source link

TypeError: echarts.init is not a function #4

Closed lijithkv closed 3 years ago

lijithkv commented 3 years ago

Screenshot (233)

plainheart commented 3 years ago

Did you import echarts before importing echarts-extension-amap?

plainheart commented 3 years ago

You can try

var echarts = require('echarts')
require('echarts-extension-gmap')

var myChart = echarts.init(xxxxx)
lijithkv commented 3 years ago

@plainheart yes now its working..thank you