Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
图片导出,折线区域图描边优化
  • Loading branch information
kener committed Jul 30, 2013
1 parent 8a826cd commit 0411c21
Show file tree
Hide file tree
Showing 54 changed files with 368 additions and 206 deletions.
Binary file modified doc/asset/img/doc/toolbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion doc/asset/js/bootstrap-transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@

})

}(window.jQuery);
}(window.jQuery);

var lrl = document.getElementById('last-release-link');
lrl.href = 'https://github.com/ecomfe/echarts/archive/1.1.1.zip';
lrl.innerHTML = 'ZIP (1.1.1)'
14 changes: 9 additions & 5 deletions doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -50,7 +50,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand All @@ -64,17 +64,21 @@ <h2>修改记录</h2>
<span>[+]新增 [-]删除 [^]升级 [#]修复 【】重要</span>
<div class="row-fluid">
<div>
<h3>undergoing</h3>
<h3>1.1.1</h3>
<ul>
<li>[+] [compoent] 新增Title组件,图表标题支持</li>
<li>【+】 图片导出支持(IE8-不支持)</li>
<li>[^] [line] 折线图主线支持阴影(IE8-不支持),调整symbo描边与主线等宽</li>
<li>[^] [valueAxis] 支持数值坐标轴上显示项目文字</li>
<li>[^] [valueAxis] 支持数值坐标轴上显示项目文字,边界值线条显示有货</li>
<li>[^] [map] 数值计算方式支持均值和求和</li>
<li>[^] Retina视网屏优化</li>
<li>[#] [map] 修正福建省hover</li>
<li>[^] [legend] 图例选择增加可控开关</li>
<li>[#] [axis] 修正福建省hover</li>
<li>[#] [tooltip] 修正气泡边界自动折行</li>
<li>[#] [island] 修正拖拽折线图的empty symbo生成白色孤岛数据</li>
<li>[#] [dataRange] 修正小数状态下的取整显示</li>
<li>[#] [line] 折线堆积图描边修正</li>
<li>【#】 数据修改后(拖拽,数据视图)的反向同步及restore还原修复</li>
</ul>
</div>
<div>
Expand Down
17 changes: 15 additions & 2 deletions doc/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -49,7 +49,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -812,6 +812,7 @@ <h4>toolbox<a name="Toolbox"> </a></h4>
magicType:['line', 'bar'], // 图表类型切换,当前仅支持直角系下的折线图、柱状图转换,上图icon左数6/7,分别是切换折线图,切换柱形图
dataView : true, // 数据视图,上图icon左数8,打开数据视图
restore : true // 还原,复位原始图表,上图icon左数9,还原
saveAsImage : true // 保存为图片,上图icon左数10,保存
}
</pre>
</div>
Expand Down Expand Up @@ -843,6 +844,18 @@ <h4>toolbox<a name="Toolbox"> </a></h4>
<li>['line', 'bar']</li>
</ul>
</li>
<li>
saveAsImage,保存图片(IE8-不支持)
<ul>
<li>简单传入true启动保存功能</li>
<li>传入{Object}设置更多属性</li>
<ul>
<li>{string=} type 默认保存图片类型为'png',需改为'jpeg'</li>
<li>{string=} name 指定图片名称,如不指定,则用图表title标题,如无title标题则图片名称默认为“ECharts”</li>
<li>{string=} lang 非IE浏览器支持点击下载,有保存话术,默认是“点击保存”,可修改</li>
</ul>
</ul>
</li>
</ul>

<h4>tooltip<a name="Tooltip"> </a></h4>
Expand Down
4 changes: 2 additions & 2 deletions doc/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down
7 changes: 4 additions & 3 deletions doc/example/axis.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -80,7 +80,8 @@
mark : true,
dataView : true,
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
xAxis : [
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -81,7 +81,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar1.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -84,7 +84,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar2.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -83,7 +83,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar3.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -84,7 +84,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar4.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -80,7 +80,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
7 changes: 4 additions & 3 deletions doc/example/bar5.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down Expand Up @@ -80,7 +80,8 @@
mark : true,
dataView : {readOnly: false},
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
4 changes: 2 additions & 2 deletions doc/example/dataRange.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -56,7 +56,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand Down
7 changes: 4 additions & 3 deletions doc/example/dataRange1.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand All @@ -77,7 +77,8 @@
mark : true,
dataZoom: true,
dataView : {readOnly: false},
restore : true
restore : true,
saveAsImage : true
}
},
dataRange: {
Expand Down
7 changes: 4 additions & 3 deletions doc/example/dataZoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ecomfe/echarts/archive/1.1.0.zip">ZIP (1.1.0)</a></li>
<li><a id="last-release-link" href=""> </a></li>
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li>
</ul>
</li>
Expand All @@ -52,7 +52,7 @@
<li class="divider"></li>
<!--li class="nav-header">Library</li-->
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li>

</ul>
</li>
</ul>
Expand All @@ -78,7 +78,8 @@
dataZoom : true,
dataView : true,
magicType:['line', 'bar'],
restore : true
restore : true,
saveAsImage : true
}
},
calculable : true,
Expand Down
Loading

0 comments on commit 0411c21

Please sign in to comment.