Skip to content

Commit

Permalink
1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Dec 20, 2013
1 parent efd95e1 commit bdd41d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h2>修改记录</h2>
<div>
<h3>1.3.5<small>(2013-12-19)</small></h3>
<ul>
<li>【+】 srcipt标签式引入,兼容非模块化或基于CMD模块化(如seajs)项目引入ECharts</li>
<li>【^】 [map]支持滚轮缩放和拖拽漫游</li>
<li>【+】 srcipt标签式引入,兼容非模块化或基于CMD模块化(如seajs)项目引入ECharts,详见 <a href="doc.html#引入ECharts3" target="_blank">this 》</a></li>
<li>【^】 [map]支持滚轮缩放和拖拽漫游,roam:true开启</li>
<li>【^】 [map]支持标准GeoJson动态扩展地图类型,try <a href="./example/map6.html" target="_blank">HK 》</a> <a href="./example/map7.html" target="_blank">USA 》</a></li>
<li>【+】 [map]内置地图类型新增世界地图类型world, try <a href="./example/map4.html" target="_blank">this 》</a></li>
<li>【^】 [map]mapType支持子区域模式,内置支持从wold、china以及中国32个省市自治区地图中扩展出176个国家地区和600多个省市区域简图, try <a href="./example/map8.html" target="_blank">this 》</a></li>
Expand Down
8 changes: 7 additions & 1 deletion doc/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,14 @@ <h4>单图表类型:map<a name="Map"> </a></h4>
<tr>
<th> 中国地图 </th>
<th> 全国34个省市自治区 </th>
<th> 世界地图</th>
<th> 子区域模式</th>
</tr>
<tr>
<td><img src="./asset/img/example/map1.png" title="" alt="中国地图"/></td>
<td><img src="./asset/img/example/map3.png" title="" alt="中国地图"/></td>
<td><img src="./asset/img/example/map3.png" title="" alt="全国34个省市自治区"/></td>
<td><img src="./asset/img/example/map4.png" title="" alt="世界地图"/></td>
<td><img src="./asset/img/example/map8.png" title="" alt="子区域模式"/></td>
</tr>
</table>

Expand Down Expand Up @@ -1912,6 +1916,8 @@ <h4>series<a name="Series"> </a></h4>
'circle' | 'rectangle' | 'triangle' | 'diamond' |<br/>
'emptyCircle' | 'emptyRectangle' | 'emptyTriangle' | 'emptyDiamond'
<br/>另外,还支持两种更特别的标志图形'arrow'(箭头)和'star'(五角星),这并不出现在常规的8类图形中,但无论是在系列级还是数据级上你都可以指定使用,同时,'star' + n(n>=3)可变化出N角星,如指定为'star6'则可以显示6角星
<br/>自1.3.5起支持symbol为自定义图片,格式为'image://' + '图片路径', 如'image://../asset/ico/favicon.png'
<br/>详见例子 <a href="./example/line.html" target="_blank">this 》</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit bdd41d0

Please sign in to comment.