echarts-amap

1.4.15-rc.1 • Public • Published

ECharts Extension AMap

An echarts extension to support AMap(http://lbs.amap.com/), Ported from the offical echarts extension-bmap

https://github.com/ecomfe/echarts/tree/master/extension/bmap

Install

npm install -S echarts-amap

Get Started

Using Script Tag

See: index.html as example.

Using Webpack

var echarts = require('echarts')
require('echarts-amap')
 
var echart = echarts.init(document.getElementById('map'))
echart.setOption({
  ... // see the example above
})

Package Sidebar

Install

npm i echarts-amap

Weekly Downloads

1,880

Version

1.4.15-rc.1

License

MIT

Unpacked Size

38.1 kB

Total Files

12

Last publish

Collaborators

  • billy-poon