An open API service indexing awesome lists of open source software.

https://github.com/ws456999/vue-echarts-map-drill-down

echarts map drill down in vue [live demo](https://ws456999.github.io/vue-echarts-map-drill-down/#/)
https://github.com/ws456999/vue-echarts-map-drill-down

drill echarts vue

Last synced: over 1 year ago
JSON representation

echarts map drill down in vue [live demo](https://ws456999.github.io/vue-echarts-map-drill-down/#/)

Awesome Lists containing this project

README

          

# vue-echarts-map-drill-down

echarts map drill down in vue, Inspired by [echarts-drill-down](https://github.com/flute/echarts3-chinese-map-drill-down).

### Usage

Echarts3 中国地图下钻

### live demo

[click here](https://ws456999.github.io/vue-echarts-map-drill-down/#/)

## preview

![drill down](./static/demo.gif)

## run this repo

``` bash
# install dependencies
yarn

# serve with hot reload at localhost:8039
npm run dev

```