数据库文档编写,开发规范文档,数据库接入
This commit is contained in:
@@ -154,10 +154,11 @@ export default {
|
||||
data: x,
|
||||
axisTick: { alignWithLabel: true },
|
||||
axisLine: { lineStyle: { color: 'rgba(0,0,0,0.12)' } },
|
||||
axisLabel: {
|
||||
axisLabel: {
|
||||
color: 'rgba(0,0,0,0.55)',
|
||||
rotate: x.length > 12 ? 45 : 0,
|
||||
interval: 0
|
||||
// 数据量大时不要强制全部展示,否则会全部重叠
|
||||
interval: x.length > 60 ? 'auto' : 0
|
||||
}
|
||||
},
|
||||
yAxis: [
|
||||
|
||||
Reference in New Issue
Block a user