提交 4ee17efa 编写于 作者: K kener

2.1.9 changelog

上级 1a9a8d91
......@@ -48,7 +48,27 @@
<span>[+]Added [-]Deleted [^]Upgraded [#]Fixed 【】Important</span>
<div class="row-fluid">
<div>
<h3>2.1.8 <small>( Beta 2014-11-07 )</small></h3>
<h3>2.1.9 <small>( 2014-12-04 )</small></h3>
<ul>
<li>[+] [force][chord]Add label option to the node, support <a href="https://github.com/ecomfe/echarts/issues/963" target="_blank">#963 »</a></li>
<li>[^] [axis][legend][dataRange][roamController]Add show option, support <a href="https://github.com/ecomfe/echarts/issues/866" target="_blank">#866 »</a></li>
<li>[^] [line]Symbol animation optimize, support <a href="https://github.com/ecomfe/echarts/issues/649" target="_blank">#649 »</a></li>
<li>[^] [tooltip]Add series in the callback's parameter, fixed markPoint's tooltip in multi-level control.</li>
<li>[#] [line]Irregular line's symbole display problem, fix <a href="https://github.com/ecomfe/echarts/issues/886" target="_blank">#886 »</a></li>
<li>[#] [dataZoom]DataZoom detail display, fix <a href="https://github.com/ecomfe/echarts/issues/878" target="_blank">#878 »</a></li>
<li>[#] [force]Node’s color option, fix <a href="https://github.com/ecomfe/echarts/issues/902" target="_blank">#902 »</a></li>
<li>[#] [legend]Legend selected failed when the series is difference in timeline, fix <a href="https://github.com/ecomfe/echarts/issues/970" target="_blank">#970 »</a></li>
<li>[#] [radar]Exception under empty data, fix <a href="https://github.com/ecomfe/echarts/issues/978" target="_blank">#978 »</a></li>
<li>[#] [bar]Stack bar's display wrong when barMaxWidth has been configured, fix <a href="https://github.com/ecomfe/echarts/issues/931" target="_blank">#931 »</a></li>
<li>[#] [line]Image symbole display failed, fix <a href="https://github.com/ecomfe/echarts/issues/955" target="_blank">#955 »</a></li>
<li>[#] [title][toolbox][timeline][roamController][dataRange][legend]Padding option not updating, fix <a href="https://github.com/ecomfe/echarts/issues/948" target="_blank">#948 »</a></li>
<li>[#] Hover shapes have not been cleared after clear()</li>
<li>[?] Dependence, <a href="http://ecomfe.github.io/zrender/" target="_blank">ZRender</a> 2.0.6+</li>
</ul>
</div>
<div>
<h3>2.1.8 <small>( 2014-11-07 )</small></h3>
<ul>
<li>【+】 <a href="../index-en.html">English home page</a> launch. Translate by <a href="http://weibo.com/u/1796972522" target="_blank">Huan Wang</a>.</li>
<li>【+】 [echarts-optimizer]New single file building strategy, <a href="https://github.com/ecomfe/echarts-optimizer" target="_blank">tool</a> and change the way of import, by <a href="http://weibo.com/errorrik" target="_blank">erik</a>.</li>
......
......@@ -48,7 +48,27 @@
<span>[+]新增 [-]删除 [^]升级 [#]修复 【】重要</span>
<div class="row-fluid">
<div>
<h3>2.1.8<small>(Beta 2014-11-07)</small></h3>
<h3>2.1.9<small>(2014-12-04)</small></h3>
<ul>
<li>[+] [force][chord]节点加入label属性, support <a href="https://github.com/ecomfe/echarts/issues/963" target="_blank">#963 »</a></li>
<li>[^] [axis][legend][dataRange][roamController]显示控制优化,support <a href="https://github.com/ecomfe/echarts/issues/866" target="_blank">#866 »</a></li>
<li>[^] [line]折线图的动画效果优化, support <a href="https://github.com/ecomfe/echarts/issues/649" target="_blank">#649 »</a></li>
<li>[^] [tooltip]返回参数增加series,修复markPoint中tooltip的多级控制。</li>
<li>[#] [line]多数据下不等距折线symbol显示问题, fix <a href="https://github.com/ecomfe/echarts/issues/886" target="_blank">#886 »</a></li>
<li>[#] [dataZoom]dataZoom定位详情的问题, fix <a href="https://github.com/ecomfe/echarts/issues/878" target="_blank">#878 »</a></li>
<li>[#] [force]力学导向图无法在nodes中设置节点颜色,fix <a href="https://github.com/ecomfe/echarts/issues/902" target="_blank">#902 »</a></li>
<li>[#] [legend]timeline中系列差异导致的选择异常,fix <a href="https://github.com/ecomfe/echarts/issues/970" target="_blank">#970 »</a></li>
<li>[#] [radar]空数据连线异常,fix <a href="https://github.com/ecomfe/echarts/issues/978" target="_blank">#978 »</a></li>
<li>[#] [bar]堆叠下使用barMaxWidth时定位异常,fix <a href="https://github.com/ecomfe/echarts/issues/931" target="_blank">#931 »</a></li>
<li>[#] [line]symbole图片显示异常,fix <a href="https://github.com/ecomfe/echarts/issues/955" target="_blank">#955 »</a></li>
<li>[#] [title][toolbox][timeline][roamController][dataRange][legend]多次setOption时padding不生效,fix <a href="https://github.com/ecomfe/echarts/issues/948" target="_blank">#948 »</a></li>
<li>[#] clear后没清空hover列表问题</li>
<li>[?] 依赖升级,<a href="http://ecomfe.github.io/zrender/" target="_blank">ZRender</a> 2.0.6+</li>
</ul>
</div>
<div>
<h3>2.1.8<small>(2014-11-07)</small></h3>
<ul>
<li>【+】 <a href="../index-en.html">英文官网</a>正式启动,翻译 by <a href="http://weibo.com/u/1796972522" target="_blank">王欢</a></li>
<li>【+】 [echarts-optimizer]全新的单文件打包构建策略、<a href="https://github.com/ecomfe/echarts-optimizer" target="_blank">工具</a>和按需加载引入方式调整,by <a href="http://weibo.com/errorrik" target="_blank">erik</a></li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册