快速上手

安装依赖:


npm install amap-echarts

# 推荐
yarn add amap-echarts

使用:

import AMapEcharts from 'amap-echarts';

const ae = new AMapEcharts(amap);

ae.setOption(options);