echarts 主题

类库内部自带了 echarts 官方的 主题,使用方法:

import macarons from 'amap-echarts/dist/themes/macarons';
import AMapEcharts from 'amap-echarts';

AMapEcharts.config({
  theme: macarons
});