Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
enterprise-platform
Commits
d3d1e313
Commit
d3d1e313
authored
Dec 25, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化柱状图横坐标展示形式,修改短视频上传大小限制
parent
86a8d67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
enterprise-manager-ui/admin/src/views/home/bar.vue
enterprise-manager-ui/admin/src/views/home/bar.vue
+4
-3
No files found.
enterprise-manager-ui/admin/src/views/home/bar.vue
View file @
d3d1e313
...
...
@@ -77,7 +77,7 @@ export default {
//x轴文字的配置
show
:
true
,
interval
:
0
,
//使x轴文字显示全
rotate
:
'
60
'
,
// 刻度标签旋转的角度
rotate
:
"
60
"
,
// 刻度标签旋转的角度
formatter
:
function
(
value
)
{
var
texts
=
value
;
if
(
label
.
length
>
3
&&
label
.
length
<=
6
)
{
...
...
@@ -139,13 +139,14 @@ export default {
show
:
true
,
// 显示dataZoom组件
start
:
0
,
// 默认显示的起始位置为0
end
:
80
,
// 默认显示的结束位置为100
handleSize
:
0.1
,
// 滑动条的手柄大小
height
:
6
,
handleSize
:
0
,
// 滑动条的手柄大小
handleStyle
:
{
color
:
"
#DCE2E8
"
,
// 滑动条的手柄颜色
},
xAxisIndex
:
[
0
],
// 表示控制第一个x轴
filterMode
:
"
filter
"
,
// 设置为filter模式,即数据超过范围时会被过滤掉
bottom
:
-
10
,
bottom
:
5
,
},
],
...
...
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