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