后台布局
This commit is contained in:
@@ -323,6 +323,7 @@ const topPostsOption = computed(() => ({
|
||||
},
|
||||
yAxis: {
|
||||
type: 'category',
|
||||
inverse: true,
|
||||
data: stats.value.topPosts?.map((i: any) => i.title.length > 10 ? i.title.substring(0, 10) + '...' : i.title) || [],
|
||||
axisLabel: { color: '#ccc' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user