Skip to content

Commit

Permalink
1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Sep 29, 2013
1 parent 7cb8c0d commit 9d876df
Show file tree
Hide file tree
Showing 14 changed files with 13,609 additions and 1,394 deletions.
2 changes: 1 addition & 1 deletion build/echarts-map.js

Large diffs are not rendered by default.

3,699 changes: 3,377 additions & 322 deletions build/echarts-original-map.js

Large diffs are not rendered by default.

3,699 changes: 3,377 additions & 322 deletions build/echarts-original.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/echarts.js

Large diffs are not rendered by default.

Binary file modified doc/asset/img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/asset/js/bootstrap-transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
}(window.jQuery);

var lrl = document.getElementById('last-release-link');
lrl.href = 'https://github.com/ecomfe/echarts/archive/1.2.0.zip';
lrl.innerHTML = 'ZIP (1.2.0)'
lrl.href = 'https://github.com/ecomfe/echarts/archive/1.2.1.zip';
lrl.innerHTML = 'ZIP (1.2.1)'
9 changes: 6 additions & 3 deletions doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,20 @@ <h2>修改记录</h2>
<span>[+]新增 [-]删除 [^]升级 [#]修复 【】重要</span>
<div class="row-fluid">
<div>
<h3>Latest<small>After 2013-09-13</small></h3>
<h3>1.2.1<small>(2013-09-29</small></h3>
<ul>
<li>【^】 [line]平滑曲线支持</li>
<li>【^】 [line]平滑曲线支持,icon shape交互易用性优化</li>
<li>【^】 [line][bar][scatter]文本标签支持</li>
<li>[^] refresh后清除残留animation</li>
<li>[^] 增加版本信息和依赖判断</li>
<li>[^] [K]barWidth,barMaxWidth支持</li>
<li>[^] [k]barWidth,barMaxWidth支持</li>
<li>[^] [tooltip]内容主体显示策略配置,support <a href="https://github.com/ecomfe/echarts/issues/102" target="_blank">this 》</a></li>
<li>[+] [ndarray]加入多维数组模块</li>
<li>[#] [legend]修复散点图个性化symbol图例不对</li>
<li>[#] [pie][polar][title]修复resize响应 fix <a href="https://github.com/ecomfe/echarts/issues/83" target="_blank">this 》</a></li>
<li>[#] [categoryAxis]splitLine颜色数组中取值问题 fix <a href="https://github.com/ecomfe/echarts/issues/90" target="_blank">this 》</a></li>
<li>[#] [valueAxis]修复全系列0值无显示问题、 fix <a href="https://github.com/ecomfe/echarts/issues/101" target="_blank">this 》</a></li>
<li>[#] [tooltip]同步异步混搭时回调ticket匹配错误,代码优化</li>
<li>[?] 依赖升级,<a href="http://ecomfe.github.io/zrender/" target="_blank">ZRender</a> 1.0.4+</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/example/www/js/echarts-map.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9d876df

Please sign in to comment.