https://github.com/ecomfe/awesome-echarts
react-echarts
https://github.com/hustcc/echarts-for-react
echarts react封装可以参考
https://git.hust.cc/echarts-for-react/
vue-echarts
https://github.com/ecomfe/vue-echarts
高德地图
https://github.com/plainheart/echarts-extension-amap
Apache ECharts高德地图扩展,可以在高德地图上展现点图,线图,热力图等可视化
// use require
require('echarts');
require('echarts-extension-amap');
// use import
import * as echarts from 'echarts';
import 'echarts-extension-amap';