Skip to content

Commit

Permalink
大屏数据可视化示例
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhsong committed Nov 22, 2018
1 parent 2089745 commit 7676d95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

词云,水球图,烟花秀,关系图谱,中国地图

## 旭日图 - 基于ECharts V4.2

旭日图(Sunburst)是ECharts 4.0新增的图表类型,由多层的环形图组成,在数据结构上,内圈是外圈的父节点。
因此,它既能像饼图一样表现局部和整体的占比,又能像矩形树图一样表现层级关系。

## 阿里云DataV示例 - 智慧文旅驾驶舱

基于阿里云DataV大屏制作工具,演示图表组件基本用法
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ <h3>ECharts扩展示例</h3>
<img class="thumb" src="case04/img/thumb.jpg" />
</a>
</div>
<div class="wrapper">
<a class="case" href="case06/index.html" target="_blank">
<h3>旭日图 - 基于ECharts V4.2</h3>
<img class="thumb" src="case06/img/thumb.jpg" />
</a>
<a href="#"></a>
</div>
<div class="wrapper">
<a class="case" href="https://datav.aliyun.com/share/5a2335ee9571434e29acbe0eb19f2ea5" target="_blank">
<h3>阿里云DataV示例 - 智慧文旅驾驶舱</h3>
Expand Down

0 comments on commit 7676d95

Please sign in to comment.