Skip to content

Commit

Permalink
Merge pull request #103 from vueblocks/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
xiaoluoboding authored Jan 8, 2020
2 parents ef29232 + 18e3f9c commit b4eb189
Show file tree
Hide file tree
Showing 10 changed files with 311 additions and 282 deletions.
30 changes: 16 additions & 14 deletions docs/base-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,30 +145,32 @@ data: {
## 图表配置

[折线图配置](https://vueblocks.github.io/ve-charts/#/chart-line)
* [折线图](https://vueblocks.github.io/ve-charts/#/chart-line)

[柱状图配置](https://vueblocks.github.io/ve-charts/#/chart-bar)
* [柱状图](https://vueblocks.github.io/ve-charts/#/chart-bar)

[饼图配置](https://vueblocks.github.io/ve-charts/#/chart-pie)
* [饼图](https://vueblocks.github.io/ve-charts/#/chart-pie)

[环形图配置](https://vueblocks.github.io/ve-charts/#/chart-donut)
* [环形图](https://vueblocks.github.io/ve-charts/#/chart-donut)

[雷达图配置](https://vueblocks.github.io/ve-charts/#/chart-radar)
* [雷达图](https://vueblocks.github.io/ve-charts/#/chart-radar)

[漏斗图配置](https://vueblocks.github.io/ve-charts/#/chart-funnel)
* [漏斗图](https://vueblocks.github.io/ve-charts/#/chart-funnel)

[散点图配置](https://vueblocks.github.io/ve-charts/#/chart-scatter)
* [散点图](https://vueblocks.github.io/ve-charts/#/chart-scatter)

[仪表盘配置](https://vueblocks.github.io/ve-charts/#/chart-gauge)
* [仪表盘](https://vueblocks.github.io/ve-charts/#/chart-gauge)

[旭日图配置](https://vueblocks.github.io/ve-charts/#/chart-sunburst)
* [旭日图](https://vueblocks.github.io/ve-charts/#/chart-sunburst)

[矩形树图配置](https://vueblocks.github.io/ve-charts/#/chart-treemap)
* [矩形树图](https://vueblocks.github.io/ve-charts/#/chart-treemap)

[树图配置](https://vueblocks.github.io/ve-charts/#/chart-tree)
* [树图](https://vueblocks.github.io/ve-charts/#/chart-tree)

[地图](https://vueblocks.github.io/ve-charts/#/chart-geo)
* [地图](https://vueblocks.github.io/ve-charts/#/chart-geo)

[词云图](https://vueblocks.github.io/ve-charts/#/chart-wordcloud)
* [词云图](https://vueblocks.github.io/ve-charts/#/chart-wordcloud)

[水球图](https://vueblocks.github.io/ve-charts/#/chart-liquidfill)
* [水球图](https://vueblocks.github.io/ve-charts/#/chart-liquidfill)

* [极区图](https://vueblocks.github.io/ve-charts/#/chart-polar)
2 changes: 2 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.8.4

> 自此版本起,按需引入方式改变为 `import { VeBarChart } from 've-charts'`
* **升级** - 升级 `echarts` 至 v0.4.6
* **新增** - 极区图(极地图)
* **新增** - 饼图 / 环形图支持默认选中多少个 legend
Expand Down
4 changes: 4 additions & 0 deletions docs/chart-geo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 地图

## 示例

<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/84kfcbsg/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

## 简单地图

<vuep template="#basicGeo" :options="{ theme: 'vue', lineNumbers: false }"></vuep>
Expand Down
3 changes: 3 additions & 0 deletions docs/chart-liquidfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
> Tips: 水球图基于 ECharts 的 扩展 `echarts-liquidfill` 封装,在使用前需安装此扩展
> `npm install echarts-liquidfill`
## 示例

<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/cmh4dvuq/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

## 简单水球图

Expand Down
4 changes: 3 additions & 1 deletion docs/chart-polar.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 极区图

极区图又名极地图,是以极地坐标系上绘制的面积图或者柱形图/条形图,极区图用半径/圆周表示数值或者类目

## 示例

<!-- <iframe width="100%" height="470" src="//jsfiddle.net/vecharts/u9p0kvkq/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe> -->
<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/n8oxpfu6/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>


## 基础极区图
Expand Down
4 changes: 4 additions & 0 deletions docs/chart-sunburst.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 旭日图

## 示例

<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/2auLzq1c/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

## Basic Sunburst

<vuep template="#basicSunburst" :options="{ theme: 'vue', lineNumbers: false }"></vuep>
Expand Down
4 changes: 4 additions & 0 deletions docs/chart-tree.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 树图

## 示例

<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/cuLhs0v8/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

## 基础树图 - 默认右侧分布

<vuep template="#basicTree" :options="{ theme: 'vue', lineNumbers: false }"></vuep>
Expand Down
4 changes: 4 additions & 0 deletions docs/chart-treemap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 矩形树图

## 示例

<iframe width="100%" height="470" src="//jsfiddle.net/vecharts/zr6np83h/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

## 基础矩形树图

<vuep template="#basicTreemap" :options="{ theme: 'vue', lineNumbers: false }"></vuep>
Expand Down
Loading

0 comments on commit b4eb189

Please sign in to comment.