Skip to content

Commit

Permalink
更新 tree2 截图,首页添加地图工具链接
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed May 29, 2015
1 parent 95d14fe commit c2e20a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified doc/asset/img/example/tree2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/asset/js/echartsHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ $('#head')[0].innerHTML =
+ '<a href="#" class="dropdown-toggle" data-toggle="dropdown">' + (enVersion ? 'Download' : '下载') + '<b class="caret"></b></a>'
+ '<ul class="dropdown-menu">'
+ '<li><a href="http://ecomfe.github.io/echarts-builder-web/">' + (enVersion ? 'Online builder' : '在线构建工具') + '</a></li>'
+ '<li><a href="http://ecomfe.github.io/echarts-map-tool/">' + (enVersion ? 'Map tool' : '地图数据生成工具') + '</a></li>'
+ '<li class="divider"></li>'
+ '<li><a href="http://echarts.baidu.com/build/echarts-' + version + '.zip"> echarts-' + version + ' (from Baidu)</a></li>'
+ '<li><a href="https://github.com/ecomfe/echarts/archive/' + version + '.zip"> echarts-' + version + ' (from GitHub)</a></li>'
Expand Down

0 comments on commit c2e20a4

Please sign in to comment.