|
|
|
@ -175,7 +175,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
legend: {
|
|
|
|
|
data: ['Total Amount', 'Total Count', 'Retail In-Store Amount', 'Retail In-Store Count', 'Retail API Amount', 'Retail API Count',
|
|
|
|
|
'QR Code Amount', 'QR Code Count',
|
|
|
|
|
'Online API Amount', 'Online API Count', 'WeChat HTML5 Amount', 'WeChat HTML5 Count'],
|
|
|
|
|
'Online API Amount', 'Online API Count', 'In-APP H5 Amount', 'In-APP H5 Count'],
|
|
|
|
|
bottom: 0,
|
|
|
|
|
height: '15%',
|
|
|
|
|
width: '80%',
|
|
|
|
@ -295,7 +295,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
basic: {
|
|
|
|
|
name: 'WeChat HTML5 Amount',
|
|
|
|
|
name: 'In-APP H5 Amount',
|
|
|
|
|
type: 'line',
|
|
|
|
|
symbol: 'triangle',
|
|
|
|
|
areaStyle: {normal: {}},
|
|
|
|
@ -305,7 +305,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
basic: {
|
|
|
|
|
name: 'WeChat HTML5 Count',
|
|
|
|
|
name: 'In-APP H5 Count',
|
|
|
|
|
type: 'line',
|
|
|
|
|
yAxisIndex: 1
|
|
|
|
|
},
|
|
|
|
|