Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pjnkb-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
pjnkb-vue
Commits
bf93220a
Commit
bf93220a
authored
Apr 18, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分图表显示不全调整
parent
cc0bbc47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
index.vue
src/views/index.vue
+17
-7
No files found.
src/views/index.vue
View file @
bf93220a
...
...
@@ -517,7 +517,7 @@
},
grid
:
{
top
:
'20%'
,
left
:
'-
8
%'
,
left
:
'-
0
%'
,
right
:
'4%'
,
bottom
:
'3%'
,
containLabel
:
true
...
...
@@ -531,6 +531,7 @@
color
:
"white"
}
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
@@ -539,7 +540,10 @@
},
axisLabel
:
{
show
:
true
,
color
:
'white'
color
:
'white'
,
interval
:
0
,
// 确保所有标签都显示
rotate
:
15
,
fontSize
:
10
,
}
}],
yAxis
:
[{
...
...
@@ -701,7 +705,10 @@
},
axisLabel
:
{
show
:
true
,
color
:
'white'
color
:
'white'
,
interval
:
0
,
// 确保所有标签都显示
rotate
:
15
,
fontSize
:
10
,
}
}],
yAxis
:
[{
...
...
@@ -786,10 +793,13 @@
color
:
"white"
}
},
axisLabel
:
{
show
:
true
,
color
:
'white'
}
axisLabel
:
{
show
:
true
,
color
:
'white'
,
interval
:
0
,
// 确保所有标签都显示
rotate
:
15
,
fontSize
:
10
,
}
}],
yAxis
:
[{
show
:
false
// 隐藏 y 轴
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment