Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-system
Project
Overview
Details
Activity
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
姜雷
dcxy-system
Commits
3e7e3d8d
Commit
3e7e3d8d
authored
May 30, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改纵坐标展示宽度
parent
3f07975a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ActiveUserByMonth.vue
...shboard/CustomerRegister/components/ActiveUserByMonth.vue
+1
-1
RegisterByDay.vue
...s/Dashboard/CustomerRegister/components/RegisterByDay.vue
+1
-1
RegisterByMonth.vue
...Dashboard/CustomerRegister/components/RegisterByMonth.vue
+1
-1
No files found.
src/containers/Dashboard/CustomerRegister/components/ActiveUserByMonth.vue
View file @
3e7e3d8d
...
@@ -26,7 +26,7 @@ export default {
...
@@ -26,7 +26,7 @@ export default {
container
:
'ActiveUserByMonth'
,
container
:
'ActiveUserByMonth'
,
forceFit
:
true
,
forceFit
:
true
,
height
:
this
.
height
,
height
:
this
.
height
,
padding
:
[
30
,
20
,
30
,
2
0
],
padding
:
[
30
,
20
,
30
,
5
0
],
});
});
this
.
chart
this
.
chart
.
source
(
this
.
data
,
{
.
source
(
this
.
data
,
{
...
...
src/containers/Dashboard/CustomerRegister/components/RegisterByDay.vue
View file @
3e7e3d8d
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
container
:
'RegisterByDay'
,
container
:
'RegisterByDay'
,
forceFit
:
true
,
forceFit
:
true
,
height
:
this
.
height
,
height
:
this
.
height
,
padding
:
[
40
,
20
,
30
,
45
],
padding
:
[
40
,
20
,
30
,
50
],
});
});
this
.
chart
this
.
chart
.
source
(
this
.
data
,
{
.
source
(
this
.
data
,
{
...
...
src/containers/Dashboard/CustomerRegister/components/RegisterByMonth.vue
View file @
3e7e3d8d
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
container
:
'RegisterByMonth'
,
container
:
'RegisterByMonth'
,
forceFit
:
true
,
forceFit
:
true
,
height
:
this
.
height
,
height
:
this
.
height
,
padding
:
[
30
,
20
,
30
,
2
0
],
padding
:
[
30
,
20
,
30
,
5
0
],
});
});
this
.
chart
this
.
chart
.
source
(
this
.
data
,
{
.
source
(
this
.
data
,
{
...
...
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