Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
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
wuhao
wms
Commits
153a904e
Commit
153a904e
authored
Aug 28, 2023
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改一下颜色
parent
683fdb8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
Charts.jsx
src/pages/Storeboard/Charts.jsx
+13
-3
No files found.
src/pages/Storeboard/Charts.jsx
View file @
153a904e
...
...
@@ -30,22 +30,32 @@ export default (props) => {
data
:
xData
,
splitLine
:
{
show
:
false
,
lineStyle
:
{
color
:
"#FFFFFF"
,
},
},
axisLabel
:
{
interval
:
0
,
//如果设置为 1,表示『隔一个标签显示一个标签』,如果值为 2,表示隔两个标签显示一个标签,以此类推。
rotate
:
"45"
,
// 刻度标签旋转的角度,在类目轴的类目标签显示不下的时候可以通过旋转防止标签之间重叠。
color
:
"#FFFFFF"
,
},
},
yAxis
:
{
type
:
"value"
,
splitLine
:
{
lineStyle
:
{
color
:
"#FFFFFF"
,
},
show
:
false
,
},
name
:
title
===
"出入库单数量"
?
"条"
:
"kg"
,
nameTextStyle
:
{
padding
:[
0
,
26
,
0
,
0
]
}
padding
:
[
0
,
26
,
0
,
0
],
color
:
"#FFFFFF"
,
},
axisLabel
:
{
color
:
"#FFFFFF"
,
},
},
series
:
[
{
...
...
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