Skip to content

Commit

Permalink
内容更新
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jun 30, 2014
1 parent bb95f7e commit 8fbbe74
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
6 changes: 4 additions & 2 deletions doc/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ <h1>加入我们!</h1>
},
tooltip : {
trigger: 'axis',
axisPointer:{type:'none'},
showDelay: 0
},
grid:{y2:30},
Expand All @@ -222,7 +223,7 @@ <h1>加入我们!</h1>
data : [
'2013年6月','2013年7月','2013年8月','2013年9月','2013年10月',
'2013年11月','2013年12月','2014年1月','2014年2月','2014年3月',
'2014年4月','2014年5月'
'2014年4月','2014年5月','2014年6月'
]
}
],
Expand All @@ -247,7 +248,8 @@ <h1>加入我们!</h1>
{value:1262,itemStyle:{normal:{label:{show:true,formatter:'1.3.7'}}}},
{value:1368,itemStyle:{normal:{label:{show:true,formatter:'1.3.8'}}}},
{value:1610,itemStyle:{normal:{label:{show:true,formatter:'1.4.0'}}}},
{value:1767,itemStyle:{normal:{label:{show:true,formatter:'1.4.1'}}}}
{value:1767,itemStyle:{normal:{label:{show:true,formatter:'1.4.1'}}}},
{value:1928,itemStyle:{normal:{label:{show:true,formatter:'2.0.0'}}}},
]
}]
});
Expand Down
4 changes: 2 additions & 2 deletions doc/asset/css/echartsHome.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ blockquote {
padding:0;
}
div.user {
margin-top: 20px;
margin-top: 30px;
}
.user img {
height:50px;
padding: 5px;
margin: 10px 3px;
margin: 15px 3px;
border: 1px solid #ddd;
opacity: .75;
}
Expand Down
Binary file modified doc/asset/img/about/yaofeifei.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/asset/img/dataRange.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/asset/img/dataView.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>2.0.0<small>(2014-06-30)</small></h3>
<li>【+】 [timeline]新增组件:时间轴(timeline),支持与任意图表组合使用,try <a href="./example/bar11.html" target="_blank">bar »</a><a href="./example/scatter4.html" target="_blank">scatter »</a><a href="./example/pie7.html" target="_blank">pie »</a><a href="./example/map14.html" target="_blank">map »</a></li>
<li>【+】 [gauge]新增图表:仪表盘(gauge),查看 <a href="./example.html#gauge " target="_blank">this »</a></li>
<li>【+】 [funnel]新增图表:漏斗图(funnel)查看 <a href="./example.html#funnel " target="_blank">this »</a></li>
<li>【^】[map]支持svg扩展地图类型,try <a href="./example/map16.html" target="_blank">人体密码 »</a><a href="./example/map17.html" target="_blank">足球场 »</a></li>
<li>【^】[map]支持svg扩展地图类型,try <a href="./example/map16.html" target="_blank">人体密码 »</a><a href="./example/map17.html" target="_blank">足球场 »</a><a href="./example/map18.html" target="_blank">百度大厦F3 »</a></li>
<li>【^】 [line][bar][scatter][k]全浏览器支持大规模数据模式</li>
<li>【^】 全系统图表动画优化、升级支持状态间的渐变过渡</li>
<li>【^】 全系统图表、组件生命周期管理优化、多次setOption间的状态保持</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/feature.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2 class="featurette-heading">事件交互</h2>

<div class="row featurette">
<div class="col-md-6">
<img src="./asset/img/example/mix3.png" alt="Echarts 事件交互"/>
<img src="./asset/img/example/bar11.png" alt="Echarts 百搭时间轴"/>
</div>
<div class="col-md-6">
<h2 class="featurette-heading">百搭时间轴</h2>
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ <h2>拖拽重计算</h2>
<div class="col-lg-4">
<img class="col-lg-12" src="doc/asset/img/feature2.png" alt="Echarts 数据视图" style="margin-bottom:20px"/>
<h2>大规模数据模式</h2>
<p class="text-left">&#12288;&#12288;如何展现成千上百万的数据?貌似除了用专业的统计工具(如MATLAB)外别无选择?不,在拥有如此多交互特性下ECharts依然可以做到直角系图表(折、柱、散点、K线)20万数据秒级内渲染完成!</p>
<p class="text-left">&#12288;&#12288;如何展现成千上百万的数据?貌似除了用专业的统计工具(如MATLAB)外别无选择?不,在拥有众多交互特性下ECharts依然可以做到直角系图表(折、柱、散点、K线)20万数据秒级出图。</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="col-lg-12" src="doc/asset/img/feature3.png" alt="Echarts 值域漫游" style="margin-bottom:20px"/>
<h2>值域漫游</h2>
<p class="text-left">&#12288;&#12288;基于坐标的图表(如地图、散点图)通过色彩变化表现数值的大小能直观形象的展示数据分布。但如何聚焦到我所关心的数值上?ECharts拥有称为值域漫游的功能,让你可以轻松进行数值筛选。</p>
<p class="text-left">&#12288;&#12288;基于坐标的图表(如地图、散点图)通过色彩变化表现数值的大小能直观形象的展示数据分布。但如何聚焦到我所关心的数值上?ECharts拥有值域漫游的功能,让你可以轻松进行数值筛选。</p>
</div><!-- /.col-lg-4 -->
<p class="pull-right"><a href="doc/feature.html">更多 »</a></p>
</div><!-- /.row -->
Expand Down Expand Up @@ -177,6 +177,7 @@ <h1 class="text-center">感谢有你</h1>
<a href="http://www.futureweather.cn/" target="_blank" ><img src="http://www.qx17.cn/_c_xKeZGQlsF8eHtUZXc63DP_L01zSR_ao8biwTU2VFqcomEOG4im0Ghomh19TkUeP7kimak9lDWS8Y-8dld2ohLx9bWw6ag9Gu.png"></a>
<a href="http://www.jinjianginns.com/" target="_blank" ><img src="http://www.jinjianginns.com/images2/logo.jpg"></a>
<a href="http://www.51job.com/default.php" target="_blank" ><img src="http://img01.51jobcdn.com/im/2009/logo/logo2009.gif"></a>
<div style="font-weight: bolder">...</div>
</div>
</div>

Expand All @@ -190,7 +191,7 @@ <h1 class="text-primary" style="margin-bottom: 20px;"><small>大数据时代</sm
</div>
</div>
<div class="jumbotron">
<h1>现在就出发!</h1>
<h1 style="font-size: 80px;">现在就出发!</h1>
<a class="btn btn-large btn-warning" href="./doc/start.html"><i class="fa fa-paper-plane"></i> Get started</a>
</div>
<!-- /END THE FEATURETTES -->
Expand Down

0 comments on commit 8fbbe74

Please sign in to comment.