Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
df80375c
Commit
df80375c
authored
Mar 03, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:优化折线图
parent
27115f0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
charts.vue
src/components/charts.vue
+3
-0
chartsInAddr.vue
src/components/chartsInAddr.vue
+3
-0
No files found.
src/components/charts.vue
View file @
df80375c
...
...
@@ -163,6 +163,9 @@ export default Vue.extend({
color
:
'#7c88ad'
,
},
},
axisTick
:
{
show
:
false
,
},
data
:
times
?.
map
((
i
)
=>
{
return
i
.
format
...
...
src/components/chartsInAddr.vue
View file @
df80375c
...
...
@@ -91,6 +91,9 @@ export default VueTypedMixins(chartsMixin).extend({
color
:
'#7c88ad'
,
},
},
axisTick
:
{
show
:
false
,
},
data
:
times
?.
map
((
i
)
=>
{
return
moment
.
unix
(
i
).
format
(
'YYYY.MM.DD'
)
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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