https://github.com/ecomfe/awesome-echarts

react-echarts

https://github.com/hustcc/echarts-for-react
echarts react封装可以参考

https://git.hust.cc/echarts-for-react/
echarts资源 - 图1

vue-echarts

https://github.com/ecomfe/vue-echarts

高德地图

https://github.com/plainheart/echarts-extension-amap
Apache ECharts高德地图扩展,可以在高德地图上展现点图线图热力图等可视化

  1. // use require
  2. require('echarts');
  3. require('echarts-extension-amap');
  4. // use import
  5. import * as echarts from 'echarts';
  6. import 'echarts-extension-amap';

百度地图