Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ncov
/
back
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
lintry
2020-03-02 21:22:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
131c4cb454430be0af2f4fe85b941b9805cc4bf6
131c4cb4
1 parent
5af60958
调整X坐标
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
public/index.html
public/index.html
View file @
131c4cb
...
...
@@ -73,10 +73,10 @@
source
:
data
},
xAxis
:
[
{
type
:
'category'
,
gridIndex
:
0
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
50
,
interval
:
0
}},
{
type
:
'category'
,
gridIndex
:
1
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
50
,
interval
:
0
}},
{
type
:
'category'
,
gridIndex
:
2
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
50
,
interval
:
0
}},
{
type
:
'category'
,
gridIndex
:
3
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
50
,
interval
:
0
},
axisPointer
:{
show
:
true
,
type
:
'line'
}}
{
type
:
'category'
,
gridIndex
:
0
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
0
,
interval
:
3
}},
{
type
:
'category'
,
gridIndex
:
1
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
0
,
interval
:
3
}},
{
type
:
'category'
,
gridIndex
:
2
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
0
,
interval
:
3
}},
{
type
:
'category'
,
gridIndex
:
3
,
name
:
'日期'
,
axisLabel
:
{
rotate
:
0
,
interval
:
3
},
axisPointer
:{
show
:
true
,
type
:
'line'
}}
],
yAxis
:
[
{
type
:
'value'
,
gridIndex
:
0
,
name
:
province
+
'新增人数'
},
...
...
Please
register
or
login
to post a comment