Skip to content

Commit 16934dd

Browse files
authored
init project
1 parent 5db155f commit 16934dd

File tree

10 files changed

+12856
-0
lines changed

10 files changed

+12856
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Echarts Heatmap
2+
3+
> 昨天帮朋友做的一个热力图展示界面,用到了 `echarts.js`,搞了一会儿觉得很有趣,就整理一下放到这存着,有需要的自行下载。如果需要放到框架中的请自行重构,后续我也会进行整合并将仓库更新。
4+
Yesterday(2021/12/13) I Helped a friend to do a heatmap display interface by using `echarts.js`. In this process I feel very interesting and put it here. if it is necessary for you ,then you can download it. If you need to put it into the framework like `Vue``React` or `Angular`, please refactory it by yourself. And of course I will also refactory it and update this docment later.
5+
6+
![HeatMap](./assets/images/demo_pic.jpg)
7+
8+
## 在线地址
9+
10+
[Online Demo](http://120.78.207.151/heatmap/)
11+
12+
## 注意事项
13+
14+
### 1.引入对应的省份`.js` 文件,本项目中引入的是全国地图
15+
16+
### 2.各个区经纬度
17+
18+
### 3.坐标轴、网格、`visualMap` 等相关设置
19+
20+
### 4.当前只是用来练手的静态页面,完善后将结合 `vue2``vue3` 进行重构并重新创建仓库,当前仓库不变
21+
22+
## 欢迎大家 mark、star、issue
23+
24+
## Thank you all

assets/data/cities.txt

+1
Large diffs are not rendered by default.

assets/favicon.ico

9.44 KB
Binary file not shown.

assets/images/demo_pic.jpg

220 KB
Loading

0 commit comments

Comments
 (0)