1.4.15-rc.1 • Published 5 years ago
echarts-amap v1.4.15-rc.1
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
})
1.4.15-rc.1
5 years ago
1.0.0-rc.6
8 years ago
1.0.0-rc.5
8 years ago
1.0.0-rc.4
8 years ago
1.0.0-rc.3
8 years ago
1.0.0-rc.1
8 years ago
1.0.0
8 years ago