Skip to content

Commit

Permalink
配图更新
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jun 28, 2014
1 parent cfd862b commit 5a39e55
Show file tree
Hide file tree
Showing 67 changed files with 59 additions and 109 deletions.
Binary file modified doc/asset/img/example/bar1.png
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/example/bar10.png
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/example/bar2.png
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/example/bar3.png
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/example/bar4.png
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/example/bar5.png
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/example/bar6.png
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/example/bar7.png
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/example/bar8.png
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/example/bar9.png
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/example/chord.png
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/example/chord1.png
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/example/chord2.png
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/example/dataZoom.png
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/example/dataZoom1.png
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/example/dynamicLineBar.png
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/example/dynamicPieRadar.png
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/example/dynamicScatterK.png
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/example/force1.png
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/example/force2.png
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/example/k.png
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/example/k1.png
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/example/lasagna.png
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/example/line.png
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/example/line1.png
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/example/line2.png
Binary file modified doc/asset/img/example/line3.png
Binary file modified doc/asset/img/example/line4.png
Binary file modified doc/asset/img/example/line5.png
Binary file modified doc/asset/img/example/map11.png
Binary file modified doc/asset/img/example/map9.png
Binary file modified doc/asset/img/example/mix1.png
Binary file modified doc/asset/img/example/mix4.png
Binary file modified doc/asset/img/example/mix6.png
Binary file modified doc/asset/img/example/mix7.png
Binary file modified doc/asset/img/example/pie1.png
Binary file modified doc/asset/img/example/pie2.png
Binary file modified doc/asset/img/example/pie3.png
Binary file modified doc/asset/img/example/pie4.png
Binary file modified doc/asset/img/example/pie5.png
Binary file modified doc/asset/img/example/radar1.png
Binary file modified doc/asset/img/example/radar2.png
Binary file modified doc/asset/img/example/scatter1.png
Binary file modified doc/asset/img/example/scatter2.png
Binary file modified doc/asset/img/example/scatter3.png
Binary file modified doc/asset/img/example/webkit-dep.png
28 changes: 10 additions & 18 deletions doc/example/force2.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
trigger: 'item',
formatter: '{a} : {b}'
},
toolbox: {
show : true,
feature : {
restore : {show: true},
saveAsImage : {show: true}
}
},
legend: {
x: 'left',
data:['叶子节点','非叶子节点', '根节点']
Expand All @@ -120,28 +127,13 @@
name : "Force tree",
categories : [
{
name: '叶子节点',
itemStyle: {
normal: {
color : '#ff7f50'
}
}
name: '叶子节点'
},
{
name: '非叶子节点',
itemStyle: {
normal: {
color : '#6f57bc'
}
}
name: '非叶子节点'
},
{
name: '根节点',
itemStyle: {
normal: {
color : '#af0000'
}
}
name: '根节点'
}
],
itemStyle: {
Expand Down
21 changes: 3 additions & 18 deletions doc/example/force3.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,28 +118,13 @@
name : "Force tree",
categories : [
{
name: '叶子节点',
itemStyle: {
normal: {
color : '#ff7f50'
}
}
name: '叶子节点'
},
{
name: '非叶子节点',
itemStyle: {
normal: {
color : '#6f57bc'
}
}
name: '非叶子节点'
},
{
name: '根节点',
itemStyle: {
normal: {
color : '#af0000'
}
}
name: '根节点'
}
],
itemStyle: {
Expand Down
7 changes: 1 addition & 6 deletions doc/example/force4.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@
name : "模块关系",
categories : [
{
name: '模块',
itemStyle: {
normal: {
color : '#ff7f50'
}
}
name: '模块'
}
],
itemStyle: {
Expand Down
7 changes: 7 additions & 0 deletions doc/example/force5.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
trigger: 'item',
formatter: '{a} : {b}'
},
toolbox: {
show : true,
feature : {
restore : {show: true},
saveAsImage : {show: true}
}
},
legend: {
x: 'left',
data:['叶子节点','非叶子节点', '根节点']
Expand Down
3 changes: 2 additions & 1 deletion doc/example/gauge.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
clearInterval(timeTicket);
timeTicket = setInterval(function (){
option.series[0].data[0].value = (Math.random()*100).toFixed(2) - 0;
myChart.setOption(option);
myChart.setOption(option, true);
},2000)
</textarea>
</div><!--/.well -->
Expand All @@ -165,6 +165,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
5 changes: 3 additions & 2 deletions doc/example/gauge1.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
clearInterval(timeTicket);
timeTicket = setInterval(function (){
option.series[0].data[0].value = (Math.random()*100).toFixed(2) - 0;
myChart.setOption(option);
},2000)
myChart.setOption(option, true);
},2000);
</textarea>
</div><!--/.well -->
</div><!--/span-->
Expand All @@ -90,6 +90,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion doc/example/gauge2.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
clearInterval(timeTicket);
timeTicket = setInterval(function (){
option.series[0].data[0].value = (Math.random()*100).toFixed(2) - 0;
myChart.setOption(option);
myChart.setOption(option,true);
},2000)
</textarea>
</div><!--/.well -->
Expand All @@ -132,6 +132,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion doc/example/gauge3.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
clearInterval(timeTicket);
timeTicket = setInterval(function (){
option.series[0].data[0].value = (Math.random()*100).toFixed(2) - 0;
myChart.setOption(option);
myChart.setOption(option,true);
},2000)
</textarea>
</div><!--/.well -->
Expand All @@ -143,6 +143,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
6 changes: 2 additions & 4 deletions doc/example/gauge4.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
option.series[1].data[0].value = (Math.random()*7).toFixed(2) - 0;
option.series[2].data[0].value = (Math.random()*2).toFixed(2) - 0;
option.series[3].data[0].value = (Math.random()*2).toFixed(2) - 0;
myChart.setOption(option);
myChart.setOption(option,true);
},2000)
</textarea>
</div><!--/.well -->
Expand All @@ -240,9 +240,6 @@
<div id="main" class="main"></div>
<div>
<button type="button" class="btn btn-sm btn-success" onclick="refresh(true)">刷 新</button>
<span class="text-primary">切换主题</span>
<select id="theme-select"></select>

<span id='wrong-message' style="color:red"></span>
</div>
</div><!--/span-->
Expand All @@ -257,6 +254,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
6 changes: 2 additions & 4 deletions doc/example/gauge5.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
option.series[1].data[0].value = (Math.random()*7).toFixed(2) - 0;
option.series[2].data[0].value = (Math.random()*2).toFixed(2) - 0;
option.series[3].data[0].value = (Math.random()*2).toFixed(2) - 0;
myChart.setOption(option);
myChart.setOption(option,true);
},2000)
</textarea>
</div><!--/.well -->
Expand All @@ -332,9 +332,6 @@
<div id="main" class="main"></div>
<div>
<button type="button" class="btn btn-sm btn-success" onclick="refresh(true)">刷 新</button>
<span class="text-primary">切换主题</span>
<select id="theme-select"></select>

<span id='wrong-message' style="color:red"></span>
</div>
</div><!--/span-->
Expand All @@ -349,6 +346,7 @@
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script type="text/javascript">var timeTicket;</script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
23 changes: 1 addition & 22 deletions doc/example/line1.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,13 @@
type : 'value',
axisLabel : {
formatter: '{value} °C'
},
splitArea : {show : true}
}
}
],
series : [
{
name:'最高气温',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:[11, 11, 15, 13, 12, 13, 10],
markPoint : {
data : [
Expand All @@ -107,16 +96,6 @@
{
name:'最低气温',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:[1, -2, 2, 5, 3, 2, 0],
markPoint : {
data : [
Expand Down
3 changes: 1 addition & 2 deletions doc/example/line2.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
],
yAxis : [
{
type : 'value',
splitArea : {show : true}
type : 'value'
}
],
series : [
Expand Down
20 changes: 5 additions & 15 deletions doc/example/line4.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,45 +74,35 @@
name:'邮件营销',
type:'line',
stack: '总量',
itemStyle: {normal: {areaStyle: {
color: 'rgba(255, 69, 0, 0.7)'
}}},
itemStyle: {normal: {areaStyle: {type: 'default'}}},
data:[120, 132, 101, 134, 90, 230, 210]
},
{
name:'联盟广告',
type:'line',
stack: '总量',
itemStyle: {normal: {areaStyle: {
color: 'rgba(30, 144, 255, 0.6)'
}}},
itemStyle: {normal: {areaStyle: {type: 'default'}}},
data:[220, 182, 191, 234, 290, 330, 310]
},
{
name:'视频广告',
type:'line',
stack: '总量',
itemStyle: {normal: {areaStyle: {
color: 'rgba(138, 43, 226, 0.5)'
}}},
itemStyle: {normal: {areaStyle: {type: 'default'}}},
data:[150, 232, 201, 154, 190, 330, 410]
},
{
name:'直接访问',
type:'line',
stack: '总量',
itemStyle: {normal: {areaStyle: {
color: 'rgba(34, 139, 34, 0.4)'
}}},
itemStyle: {normal: {areaStyle: {type: 'default'}}},
data:[320, 332, 301, 334, 390, 330, 320]
},
{
name:'搜索引擎',
type:'line',
stack: '总量',
itemStyle: {normal: {areaStyle: {
color: 'rgba(220, 20, 60, 0.3)'
}}},
itemStyle: {normal: {areaStyle: {type: 'default'}}},
data:[820, 932, 901, 934, 1290, 1330, 1320]
}
]
Expand Down
2 changes: 2 additions & 0 deletions doc/example/map1.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
dataRange: {
min: 0,
max: 2500,
x: 'left',
y: 'bottom',
text:['高','低'], // 文本,默认为数值文本
calculable : true
},
Expand Down
6 changes: 2 additions & 4 deletions doc/example/mix1.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@
name : '水量',
axisLabel : {
formatter: '{value} ml'
},
splitArea : {show : true}
}
},
{
type : 'value',
name : '温度',
axisLabel : {
formatter: '{value} °C'
},
splitLine : {show : false}
}
}
],
series : [
Expand Down
3 changes: 1 addition & 2 deletions doc/example/mix4.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
],
yAxis : [
{
type : 'value',
splitArea : {show : true}
type : 'value'
},
{
type : 'value'
Expand Down
3 changes: 1 addition & 2 deletions doc/example/mix6.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
{
type : 'value',
min : 200,
max : 450,
splitArea : {show : true}
max : 450
}
],
series : [
Expand Down
2 changes: 1 addition & 1 deletion doc/example/pie1.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
name:'访问来源',
type:'pie',
radius : '55%',
center: ['50%', 225],
center: ['50%', '60%'],
data:[
{value:335, name:'直接访问'},
{value:310, name:'邮件营销'},
Expand Down
Loading

0 comments on commit 5a39e55

Please sign in to comment.