Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
bigdata-static
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2018-01-05 13:40:06 +0800
Commit
a5b6994d36fd396a037c544fe2fb5df0635306bc
1 parent
530defa0
del
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
src/data/tp.js
src/data/tp.js
deleted
100644 → 0
View file @
530defa
1
-
export
default
{
2
-
title
:
{
3
-
text
:
'Top Processed'
4
-
},
5
-
tooltip
:
{},
6
-
xAxis
:
{
7
-
data
:
[
'api1'
,
'api2'
,
'api3'
,
'api4'
,
'api5'
,
'api6'
]
8
-
},
9
-
yAxis
:
{},
10
-
series
:
[{
11
-
name
:
'销量'
,
12
-
type
:
'bar'
,
13
-
data
:
[
5
,
20
,
36
,
10
,
10
,
20
]
14
-
}]
15
-
}
Please
register
or
login
to post a comment