1. echarts-amap
an echarts extension to support AMap(http://lbs.amap.com/)
echarts-amap
Package: echarts-amap
Created by: billy-poon
Last modified: Thu, 16 Jun 2022 04:37:36 GMT
Version: 1.4.15-rc.1
License: MIT
Downloads: 14,493
Repository: https://github.com/billy-poon/echarts-amap

Install

npm install echarts-amap
yarn add echarts-amap

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
})

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin