记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
dd33cbc7
Commit
dd33cbc7
authored
Sep 28, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre' into 'master'
Pre See merge request
!62
parents
6a1694e5
bd3fb326
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
12 deletions
+26
-12
performanceData.html
...rces/templates/zhengzai/kylin/report/performanceData.html
+24
-10
application-dev.yml
liquidnet-bus-config/liquidnet-config/application-dev.yml
+1
-1
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/report/performanceData.html
View file @
dd33cbc7
...
...
@@ -60,9 +60,9 @@
</a>
</div>
</div>
<div
class=
"ibox-content"
>
<div
class=
"ibox-content"
style=
"height:480px"
>
<div
class=
"echarts"
id=
"provinceDataChart"
></div>
<div
class=
"echarts"
id=
"provinceDataChart"
style =
"height:400px"
></div>
</div>
</div>
</div>
...
...
@@ -90,9 +90,9 @@
</a>
</div>
</div>
<div
class=
"ibox-content"
>
<div
class=
"ibox-content"
style=
"height:480px"
>
<div
class=
"echarts"
id=
"cityDataChart"
></div>
<div
class=
"echarts"
id=
"cityDataChart"
style=
"height:400px"
></div>
</div>
</div>
</div>
...
...
@@ -120,9 +120,9 @@
</a>
</div>
</div>
<div
class=
"ibox-content"
>
<div
class=
"ibox-content"
style=
"height:480px"
>
<div
class=
"echarts"
id=
"ageDataChart"
></div>
<div
class=
"echarts"
id=
"ageDataChart"
style=
"height:400px"
></div>
</div>
</div>
</div>
...
...
@@ -281,14 +281,21 @@
grid
:{
x
:
30
,
x2
:
40
,
y2
:
24
y2
:
100
},
calculable
:
true
,
xAxis
:
[
{
type
:
'category'
,
// data : ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月']
data
:
name
data
:
name
,
axisLabel
:{
formatter
:
function
(
value
){
return
value
.
split
(
""
).
join
(
"
\n
"
);
}
// interval: 0,
// rotate: 30
}
}
],
yAxis
:
[
...
...
@@ -390,14 +397,21 @@
grid
:{
x
:
30
,
x2
:
40
,
y2
:
24
y2
:
100
},
calculable
:
true
,
xAxis
:
[
{
type
:
'category'
,
// data : ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月']
data
:
name
data
:
name
,
axisLabel
:{
formatter
:
function
(
value
){
return
value
.
split
(
""
).
join
(
"
\n
"
);
}
// interval: 0,
// rotate: 30
}
}
],
yAxis
:
[
...
...
liquidnet-bus-config/liquidnet-config/application-dev.yml
View file @
dd33cbc7
...
...
@@ -155,7 +155,7 @@ liquidnet:
jProvince
:
北京
jCity
:
北京市
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
expressType
:
1
# 默认顺丰特快
expressType
:
2
# 默认顺丰特快
depositumInfo
:
演出纸质票
...
...
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
dd33cbc7
...
...
@@ -157,7 +157,7 @@ liquidnet:
jProvince
:
北京
jCity
:
北京市
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
expressType
:
1
# 默认顺丰特快
expressType
:
2
# 默认顺丰特快
depositumInfo
:
演出纸质票
...
...
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