看板图表样式;人员报验补充查询条件;
This commit is contained in:
@@ -935,8 +935,8 @@
|
||||
let label = [<%=ProjectPersonMc%>]
|
||||
let opt = {
|
||||
grid: {
|
||||
top: fontSize(30),
|
||||
bottom: fontSize(40)
|
||||
//top: fontSize(30),
|
||||
//bottom: fontSize(40)
|
||||
},
|
||||
dataZoom: [
|
||||
{
|
||||
@@ -972,7 +972,7 @@
|
||||
data: label,
|
||||
axisLabel: {
|
||||
interval: 0,//使x轴文字显示全
|
||||
rotate: -10, // 标签倾斜的角度
|
||||
rotate: -15, // 标签倾斜的角度
|
||||
color: '#3FB0FF'
|
||||
},
|
||||
axisLine: {
|
||||
@@ -2229,8 +2229,6 @@
|
||||
let opt = {
|
||||
grid: {
|
||||
top: 30,
|
||||
bottom: 40,
|
||||
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -2242,7 +2240,7 @@
|
||||
},
|
||||
axisLabel: {
|
||||
interval: 0,
|
||||
rotate: -16, // 如果数据较多时旋转标签以避免重叠
|
||||
rotate: -15, // 如果数据较多时旋转标签以避免重叠
|
||||
margin: 8, // 设置标签与轴线之间的距离
|
||||
// align: 'center'
|
||||
},
|
||||
@@ -2456,8 +2454,6 @@
|
||||
let opt = {
|
||||
grid: {
|
||||
top: 60,
|
||||
bottom: 40,
|
||||
|
||||
},
|
||||
legend: {
|
||||
top: 30,
|
||||
@@ -2486,7 +2482,7 @@
|
||||
},
|
||||
axisLabel: {
|
||||
interval: 0,
|
||||
rotate: -10, // 如果数据较多时旋转标签以避免重叠
|
||||
rotate: -15, // 如果数据较多时旋转标签以避免重叠
|
||||
margin: 8, // 设置标签与轴线之间的距离
|
||||
// align: 'center'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user