邵佳豪 4 years ago
parent
commit
1327b9be60
  1. 8
      src/app/ui/eharts-statistics/eharts-statistics.component.ts

8
src/app/ui/eharts-statistics/eharts-statistics.component.ts

@ -179,15 +179,15 @@ export class EhartsStatisticsComponent implements OnInit {
}, },
type: 'category', type: 'category',
data: postNames, data: postNames,
max: function (value) { max: 15
return 100/postNames.length;
},
}, },
series: [ series: [
{ {
type: 'bar', type: 'bar',
data: counts, data: counts,
barMaxWidth: 40, // 最大宽度 barMinWidth: 10, // 最小宽度
barMaxWidth: 30, // 最大宽度
barCategoryGap: 5,
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#40B4E8', color:'#40B4E8',

Loading…
Cancel
Save