Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jan 28, 2015
1 parent ca3e6c2 commit c7b345b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/doc-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ <h4>grid<a name="Grid"> </a></h4>
<tr>
<td> <b>{number}</b> height </td>
<td> adaptive </td>
<td> Height of the grid (without axes), defaults to the total height - x - x2, in px, ignore x2 after specifying height. See the image below.
<td> Height of the grid (without axes), defaults to the total height - y - y2, in px, ignore y2 after specifying height. See the image below.
<br/>Can also be set in percent (string), such as '50%' (half the height of the display area). </td>
</tr>
<tr>
Expand Down Expand Up @@ -3531,7 +3531,7 @@ <h5>series (funnel) <a name="SeriesFunnel"> </a></h5>
<tr>
<td> <b>{number | string}</b> height </td>
<td> null </td>
<td> The total height, defaults to the drawing area's total height - x - x2, in px, ignore x2 after specifying height. Can also be set in percent (string), such as '50%' (half the height of the display area). </td>
<td> The total height, defaults to the drawing area's total height - y - y2, in px, ignore y2 after specifying height. Can also be set in percent (string), such as '50%' (half the height of the display area). </td>
</tr>
<tr>
<td> <b>{string}</b> funnelAlign </td>
Expand Down
4 changes: 2 additions & 2 deletions doc/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ <h4>grid<a name="Grid"> </a></h4>
<tr>
<td> <b>{number}</b> height </td>
<td> 自适应 </td>
<td> 直角坐标系内绘图网格(不含坐标轴)高度,默认为总宽度 - y - y2,数值单位px,指定height后将忽略y2,见下图。
<td> 直角坐标系内绘图网格(不含坐标轴)高度,默认为总高度 - y - y2,数值单位px,指定height后将忽略y2,见下图。
<br/>支持百分比(字符串),如'50%'(显示区域一半的高度) </td>
</tr>
<tr>
Expand Down Expand Up @@ -3531,7 +3531,7 @@ <h5>series(漏斗图)<a name="SeriesFunnel"> </a></h5>
<tr>
<td> <b>{number | string}</b> height </td>
<td> null </td>
<td> 总宽度,默认为绘图区总高度 - y - y2,数值单位px,指定width后将忽略x2,支持百分比(字符串),如'50%'(显示区域一半的高度) </td>
<td> 总高度,默认为绘图区总高度 - y - y2,数值单位px,指定height后将忽略y2,支持百分比(字符串),如'50%'(显示区域一半的高度) </td>
</tr>
<tr>
<td> <b>{string}</b> funnelAlign </td>
Expand Down

0 comments on commit c7b345b

Please sign in to comment.