记得上下班打卡 | 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
3f52ca0c
Commit
3f52ca0c
authored
Sep 28, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交chime社交相关
parent
1b76a0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
20 deletions
+19
-20
performanceData.html
...rces/templates/zhengzai/kylin/report/performanceData.html
+19
-20
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/report/performanceData.html
View file @
3f52ca0c
...
...
@@ -248,10 +248,10 @@
var
barChart
=
echarts
.
init
(
document
.
getElementById
(
"provinceDataChart"
));
var
baroption
=
{
//
title : {
//
text: '按省份统计购票数量',
//
x:'center'
//
},
title
:
{
text
:
'按省份统计购票数量'
,
x
:
'center'
},
toolbox
:
{
//可视化的工具箱
show
:
true
,
feature
:
{
...
...
@@ -281,8 +281,7 @@
grid
:{
x
:
30
,
x2
:
40
,
y2
:
100
,
height
:
1200
y2
:
100
},
calculable
:
true
,
xAxis
:
[
...
...
@@ -364,11 +363,11 @@
var
barChart
=
echarts
.
init
(
document
.
getElementById
(
"cityDataChart"
));
var
baroption
=
{
//
title : {
//
text: '按城市统计购票数量',
//
x:'center'
//
//
},
title
:
{
text
:
'按城市统计购票数量'
,
x
:
'center'
},
toolbox
:
{
//可视化的工具箱
show
:
true
,
feature
:
{
...
...
@@ -481,10 +480,10 @@
var
barChart
=
echarts
.
init
(
document
.
getElementById
(
"ageDataChart"
));
var
baroption
=
{
//
title : {
//
text: '按年龄统计购票数量',
//
x:'center'
//
},
title
:
{
text
:
'按年龄统计购票数量'
,
x
:
'center'
},
toolbox
:
{
//可视化的工具箱
show
:
true
,
feature
:
{
...
...
@@ -606,11 +605,11 @@
var
pieChart
=
echarts
.
init
(
document
.
getElementById
(
"sexDataChart"
));
var
pieoption
=
{
//
title : {
//
text: '按性别统计购票数量',
//
// subtext: '纯属虚构',
//
x:'center'
//
},
title
:
{
text
:
'按性别统计购票数量'
,
// subtext: '纯属虚构',
x
:
'center'
},
toolbox
:
{
//可视化的工具箱
show
:
true
,
feature
:
{
...
...
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