slides/asset/ec-demo/category-symbol.html [18:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
title : {
text: '男性女性身高体重分布',
subtext: '抽样调查来自: Heinz 2003',
textStyle: {
color: '#fff'
}
},
grid: {
left: '3%',
right: '6%',
bottom: '3%',
containLabel: true
},
tooltip : {
trigger: 'axis',
showDelay : 0,
formatter : function (params) {
if (params.value.length > 1) {
return params.seriesName + ' :
'
+ params.value[0] + 'cm '
+ params.value[1] + 'kg ';
}
else {
return params.seriesName + ' :
'
+ params.name + ' : '
+ params.value + 'kg ';
}
},
axisPointer:{
show: true,
type : 'cross',
crossStyle: {
type : 'dashed',
width : 1,
color: '#ccc'
}
}
},
legend: {
data:['女性','男性'],
x: 'right',
textStyle: {
color: '#fff'
}
},
xAxis : [
{
type : 'value',
scale:true,
axisLabel : {
formatter: '{value} cm',
textStyle: {
color: '#fff'
}
},
axisLine: {
lineStyle: {
color: '#ccc'
}
},
splitLine: {
show: false
}
}
],
yAxis : [
{
type : 'value',
scale:true,
axisLabel : {
formatter: '{value} kg',
textStyle: {
color: '#fff'
}
},
axisLine: {
lineStyle: {
color: '#ccc'
}
},
splitLine: {
show: false
}
}
],
series : [
{
name:'女性',
type:'scatter',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
slides/asset/ec-demo/color-category-scatter.html [17:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
title : {
text: '男性女性身高体重分布',
subtext: '抽样调查来自: Heinz 2003',
textStyle: {
color: '#fff'
}
},
grid: {
left: '3%',
right: '6%',
bottom: '3%',
containLabel: true
},
tooltip : {
trigger: 'axis',
showDelay : 0,
formatter : function (params) {
if (params.value.length > 1) {
return params.seriesName + ' :
'
+ params.value[0] + 'cm '
+ params.value[1] + 'kg ';
}
else {
return params.seriesName + ' :
'
+ params.name + ' : '
+ params.value + 'kg ';
}
},
axisPointer:{
show: true,
type : 'cross',
crossStyle: {
type : 'dashed',
width : 1,
color: '#ccc'
}
}
},
legend: {
data:['女性','男性'],
x: 'right',
textStyle: {
color: '#fff'
}
},
xAxis : [
{
type : 'value',
scale:true,
axisLabel : {
formatter: '{value} cm',
textStyle: {
color: '#fff'
}
},
axisLine: {
lineStyle: {
color: '#ccc'
}
},
splitLine: {
show: false
}
}
],
yAxis : [
{
type : 'value',
scale:true,
axisLabel : {
formatter: '{value} kg',
textStyle: {
color: '#fff'
}
},
axisLine: {
lineStyle: {
color: '#ccc'
}
},
splitLine: {
show: false
}
}
],
series : [
{
name:'女性',
type:'scatter',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -