Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
579357d8
authored
2023-06-28 14:16:59 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
工作台显示问题
1 parent
a802c75d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/components/Echart/Brokenline/Chart.vue
src/components/Echart/Columnarsmat/Chart.vue
src/components/Echart/Brokenline/Chart.vue
View file @
579357d
...
...
@@ -105,6 +105,7 @@
},
axisLabel: {
inside: false,
interval:0,
textStyle: {
color: "
rgba
(
255
,
255
,
255
,
0.7
)
", // x轴颜色
fontWeight: "
normal
",
...
...
src/components/Echart/Columnarsmat/Chart.vue
View file @
579357d
...
...
@@ -34,6 +34,7 @@
xAxis
:
{
data
:
newData
.
category
,
axisLabel
:
{
interval
:
0
,
show
:
true
,
color
:
"#ffff"
,
textStyle
:
{
...
...
Please
register
or
sign in
to post a comment