Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
fd94c8e2ebe907301da7e425011ba03ba5097ae3
1 parent
dc216ecb
【#633】【资产视图】资源大企业平台weblogic主机详情页文件系统使用情况资源过多导致页面展示重叠严重-注释掉文字间隔为0的设置,这样x轴标签过多时会自动调整文字间隔
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
fd94c8e
...
...
@@ -1463,7 +1463,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
type
:
"category"
,
axisLine
:
{
lineStyle
:
{
color
:
"#c9c9c9"
}},
axisLabel
:
{
color
:
"#232425"
,
interval
:
0
,
color
:
"#232425"
,
/* interval: 0,*/
//lsq x轴标签太长挤压,注释掉后会自动调节标签之间的距离 2022-05-26
formatter
:
function
(
params
)
{
var
newParamsName
=
""
;
var
paramsNameNumber
=
params
.
length
;
...
...
Please
register
or
login
to post a comment