|
|
|
@ -12,10 +12,10 @@ Component({
|
|
|
|
|
|
|
|
|
|
legend: {
|
|
|
|
|
icon: 'rectangle',//data图标样式
|
|
|
|
|
itemWidth: 10,//data图标大小
|
|
|
|
|
itemHeight: 10,
|
|
|
|
|
itemWidth: 8,//data图标大小
|
|
|
|
|
itemHeight: 8,
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize: 9
|
|
|
|
|
fontSize: 8
|
|
|
|
|
},
|
|
|
|
|
data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
|
|
|
|
|
},
|
|
|
|
@ -58,7 +58,7 @@ Component({
|
|
|
|
|
xAxis: [
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
data: ['长安', '大众', '丰田', '吉利', '哈佛'],
|
|
|
|
|
data: ['长安', '大众', '丰田', '吉利', '哈佛',],
|
|
|
|
|
axisTick:{
|
|
|
|
|
show:false //去除刻度线
|
|
|
|
|
},
|
|
|
|
@ -74,6 +74,8 @@ Component({
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
series: [
|
|
|
|
|
{
|
|
|
|
|
name: '微博',
|
|
|
|
@ -209,10 +211,10 @@ Component({
|
|
|
|
|
|
|
|
|
|
legend: {
|
|
|
|
|
icon: 'rectangle',//data图标样式
|
|
|
|
|
itemWidth: 10,//data图标大小
|
|
|
|
|
itemHeight: 10,
|
|
|
|
|
itemWidth: 8,//data图标大小
|
|
|
|
|
itemHeight: 8,
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize: 9
|
|
|
|
|
fontSize: 8
|
|
|
|
|
},
|
|
|
|
|
data: ['微博', '其他','短视频', '微信','APP', '论坛', '新闻'],
|
|
|
|
|
},
|
|
|
|
|