Skip to content

Commit

Permalink
添加雷达图新增字段文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wind108369 committed Jul 15, 2014
1 parent 337d3cc commit 1e12ede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/asset/js/echartsExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function needMap() {
}

var echarts;
var developMode = true;
var developMode = false;

if (developMode) {
// for develop
Expand Down
5 changes: 5 additions & 0 deletions doc/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,11 @@ <h4>polar<a name="Polar"> </a></h4>
<td> <b>{Object}</b> splitArea </td>
<td> {show : true} </td>
<td> 分隔区域,默认不显示,属性show控制显示与否,属性areaStyle(详见<a href="#AreaStyle" title="">areaStyle</a>)控制区域样式 </td>
</tr>
<tr>
<td> <b>{String}</b> type </td>
<td> 'polygon' </td>
<td> 极坐标的形状,'polygon'|'circle' 多边形|圆形</td>
</tr>
<tr>
<td> <b>{Array}</b> indicator </td>
Expand Down

0 comments on commit 1e12ede

Please sign in to comment.