2018-12-28 10:58:37 +00:00
{{include file="public/header" /}}
<!-- right content start -->
< div class = "content-right" >
< div class = "content" >
2021-05-27 10:26:51 +00:00
{{if $is_system_show_base eq 1}}
<!-- 顶部提示信息 -->
{{if !empty($site_store_info) and !empty($site_store_info['base']) and !empty($site_store_info['base']['site_top_notice'])}}
< div class = "am-alert am-alert-danger" data-am-alert >
< button type = "button" class = "am-close" > × < / button >
< p > {{$site_store_info.base.site_top_notice|raw}}< / p >
< / div >
{{/if}}
2021-04-26 06:10:45 +00:00
2021-05-27 10:26:51 +00:00
<!-- 顶部基础信息 -->
< div class = "block-container base-content-top am-nbfc" >
< div class = "am-fl am-nbfc left-content" >
<!-- 帐号信息 -->
{{if !empty($site_store_info) and !empty($site_store_info['user'])}}
< i class = "am-icon-user" > < / i >
< span > {{$site_store_info.user.user_name_view}}< / span >
< a href = "javascript:;" class = "am-margin-left-xs store-accounts-event" > 修改< / a >
{{else /}}
< a href = "javascript:;" class = "am-margin-left-xs store-accounts-event" > 绑定ShopXO商店账户< / a >
{{/if}}
2021-04-20 10:38:23 +00:00
2021-05-27 10:26:51 +00:00
<!-- 广告 -->
{{if !empty($site_store_info) and !empty($site_store_info['adverts']) and !empty($site_store_info['adverts']['name'])}}
< a class = "am-margin-left-sm am-text-danger ad-content {{if !empty($site_store_info['adverts']['icon'])}}{{$site_store_info.adverts.icon}}{{/if}}" { { if empty ( $ site_store_info [ ' adverts ' ] [ ' url ' ] ) } } href = "javascript:;" { { else / } } href = "{{$site_store_info.adverts.url}}" target = "_blank" { { / if } } > {{$site_store_info.adverts.name}}< / a >
{{/if}}
< / div >
< div class = "am-fr am-nbfc right-content" >
<!-- VIP授权信息 -->
{{if !empty($site_store_info) and !empty($site_store_info['vip']) and !empty($site_store_info['vip']['auth_view'])}}
< a class = "am-icon-diamond vip {{if isset($site_store_info['vip']['status']) and $site_store_info['vip']['status'] eq 1}}vip-active{{/if}}" { { if empty ( $ site_store_info [ ' vip ' ] [ ' go_url ' ] ) } } href = "javascript:;" { { else / } } href = "{{$site_store_info.vip.go_url}}" target = "_blank" { { / if } } { { if ! empty ( $ site_store_info [ ' vip ' ] [ ' auth_person ' ] ) } } data-am-popover = "{content: '授权主体:{{$site_store_info.vip.auth_person}}', trigger: 'hover focus', theme: 'sm'}" { { / if } } > {{$site_store_info.vip.auth_view}}< / a >
{{/if}}
2021-04-20 10:38:23 +00:00
2021-05-27 10:26:51 +00:00
<!-- 右侧版本信息及更新检查 -->
< span class = "right-base" >
2021-07-27 16:55:51 +00:00
< a { { if ! empty ( $ site_store_links ) and ! empty ( $ site_store_links [ ' system_update_log ' ] ) } } href = "{{$site_store_links.system_update_log}}" target = "_blank" { { else / } } href = "javascript:;" { { / if } } class = "am-margin-left-xs" > {{$Think.APPLICATION_VERSION}}< / a >
2021-05-27 10:26:51 +00:00
< a href = "javascript:;" class = "am-margin-left-sm inspect-upgrade-submit" data-url = "{{:MyUrl('admin/index/inspectupgrade')}}" > 检查更新{{if !empty($site_store_info) and !empty($site_store_info['upgrade']) and !empty($site_store_info['upgrade']['version_old']) and $site_store_info['upgrade']['version_old'] eq $Think.APPLICATION_VERSION}}< i > < / i > {{/if}}< / a >
< / span >
< / div >
2021-04-20 10:38:23 +00:00
< / div >
2021-05-27 10:26:51 +00:00
{{/if}}
2021-04-20 10:38:23 +00:00
2019-02-22 10:38:11 +00:00
<!-- 基础统计 -->
2021-04-20 10:38:23 +00:00
< div class = "block-container shopxo-base" >
2019-02-22 10:38:11 +00:00
< div class = "echarts-title" >
< span class = "icon" > < / span >
< span class = "title" > 商城统计< / span >
< / div >
< ul class = "am-avg-sm-2 am-avg-lg-4" >
< li >
< div class = "li-content" >
< p class = "name" > 用户总量< / p >
2019-02-23 01:40:32 +00:00
< p class = "total animation-count-to" data-to = "{{$user.total_count}}" data-speed = "1500" > 0< / p >
2020-09-24 11:09:05 +00:00
< div class = "item am-margin-bottom-xs" >
< span > 上月< / span >
< span class = "animation-count-to" data-to = "{{$user.last_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
< span > 当月< / span >
< span class = "animation-count-to" data-to = "{{$user.same_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
2019-02-22 10:38:11 +00:00
< span > 昨日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$user.yesterday_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-09-24 11:09:05 +00:00
< div class = "item" >
2019-02-22 10:38:11 +00:00
< span > 今日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$user.today_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2019-02-24 15:34:14 +00:00
< i class = "am-icon-user am-icon-lg bg-icon" > < / i >
2019-02-22 10:38:11 +00:00
< / div >
< / li >
< li >
< div class = "li-content" >
< p class = "name" > 订单总量< / p >
2019-02-23 01:40:32 +00:00
< p class = "total animation-count-to" data-to = "{{$order_number.total_count}}" data-speed = "1500" > 0< / p >
2020-09-24 11:09:05 +00:00
< div class = "item am-margin-bottom-xs" >
< span > 上月< / span >
< span class = "animation-count-to" data-to = "{{$order_number.last_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
< span > 当月< / span >
< span class = "animation-count-to" data-to = "{{$order_number.same_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
2019-02-22 10:38:11 +00:00
< span > 昨日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_number.yesterday_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-09-24 11:09:05 +00:00
< div class = "item" >
2019-02-22 10:38:11 +00:00
< span > 今日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_number.today_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-08-15 04:05:18 +00:00
< i class = "am-icon-pie-chart am-icon-lg bg-icon" > < / i >
2019-02-22 10:38:11 +00:00
< / div >
< / li >
< li >
< div class = "li-content" >
< p class = "name" > 成交总量< / p >
2019-02-23 01:40:32 +00:00
< p class = "total animation-count-to" data-to = "{{$order_complete_number.total_count}}" data-speed = "1500" > 0< / p >
2020-09-24 11:09:05 +00:00
< div class = "item am-margin-bottom-xs" >
< span > 上月< / span >
< span class = "animation-count-to" data-to = "{{$order_complete_number.last_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
< span > 当月< / span >
< span class = "animation-count-to" data-to = "{{$order_complete_number.same_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
2019-02-22 10:38:11 +00:00
< span > 昨日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_complete_number.yesterday_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-09-24 11:09:05 +00:00
< div class = "item" >
2019-02-22 10:38:11 +00:00
< span > 今日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_complete_number.today_count}}" data-speed = "1500" > 0< / span >
2019-02-22 10:38:11 +00:00
< / div >
2019-02-24 15:55:59 +00:00
< i class = "am-icon-gg am-icon-lg bg-icon" > < / i >
2019-02-22 10:38:11 +00:00
< / div >
< / li >
< li >
< div class = "li-content" >
< p class = "name" > 收入总计< / p >
2019-02-23 01:40:32 +00:00
< p class = "total animation-count-to" data-to = "{{$order_complete_money.total_count}}" data-speed = "1500" data-decimals = "2" > 0.00< / p >
2020-09-24 11:09:05 +00:00
< div class = "item am-margin-bottom-xs" >
< span > 上月< / span >
< span class = "animation-count-to" data-to = "{{$order_complete_money.last_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
< span > 当月< / span >
< span class = "animation-count-to" data-to = "{{$order_complete_money.same_month_count}}" data-speed = "1500" > 0< / span >
< / div >
< div class = "item am-margin-bottom-xs" >
2019-02-22 10:38:11 +00:00
< span > 昨日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_complete_money.yesterday_count}}" data-speed = "1500" data-decimals = "2" > 0.00< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-09-24 11:09:05 +00:00
< div class = "item" >
2019-02-22 10:38:11 +00:00
< span > 今日< / span >
2019-02-23 01:40:32 +00:00
< span class = "animation-count-to" data-to = "{{$order_complete_money.today_count}}" data-speed = "1500" data-decimals = "2" > 0.00< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-08-15 04:05:18 +00:00
< i class = "am-icon-line-chart am-icon-lg bg-icon" > < / i >
2019-02-22 10:38:11 +00:00
< / div >
< / li >
< / ul >
< / div >
2018-12-28 10:58:37 +00:00
2020-09-08 15:36:30 +00:00
<!-- 近30日订单成交金额走势 -->
2021-04-20 10:38:23 +00:00
< div class = "block-container" >
2020-08-15 04:05:18 +00:00
< div class = "echarts-title" >
< span class = "icon" > < / span >
2020-09-08 15:36:30 +00:00
< span class = "title" > 近30日订单成交金额走势< / span >
2020-08-15 04:05:18 +00:00
< / div >
< div id = "echarts-order-profit" > < / div >
< / div >
2018-12-28 10:58:37 +00:00
2019-08-18 04:12:47 +00:00
<!-- 近30日订单交易走势 -->
2021-04-20 10:38:23 +00:00
< div class = "block-container" >
2019-02-22 10:38:11 +00:00
< div class = "echarts-title" >
< span class = "icon" > < / span >
2019-08-18 04:12:47 +00:00
< span class = "title" > 近30日订单交易走势< / span >
2019-02-22 10:38:11 +00:00
< / div >
2019-02-23 00:41:27 +00:00
< div id = "echarts-order-trading" > < / div >
2019-02-22 10:38:11 +00:00
< / div >
2018-12-28 10:58:37 +00:00
2019-02-22 10:38:11 +00:00
<!-- 组合 -->
2021-05-27 10:26:51 +00:00
< ul class = "am-avg-sm-1 am-avg-sm-2 am-avg-lg-2 block-combination-container-2 {{if $is_system_show_base eq 0}}am-padding-bottom-sm{{/if}}" >
2019-02-22 10:38:11 +00:00
< li >
2019-08-18 04:12:47 +00:00
<!-- 近30日热销商品 -->
2019-02-22 10:38:11 +00:00
< div class = "echarts-title" >
< span class = "icon" > < / span >
2019-08-18 04:12:47 +00:00
< span class = "title" > 近30日热销商品< / span >
2019-02-22 10:38:11 +00:00
< / div >
< div id = "echarts-goods-hot" > < / div >
< / li >
2018-12-28 10:58:37 +00:00
2019-02-22 10:38:11 +00:00
< li >
2020-09-08 15:36:30 +00:00
<!-- 近30日支付方式 -->
2019-02-22 10:38:11 +00:00
< div class = "echarts-title" >
< span class = "icon" > < / span >
2020-09-08 15:36:30 +00:00
< span class = "title" > 近30日支付方式< / span >
2019-02-22 10:38:11 +00:00
< / div >
2020-09-08 15:36:30 +00:00
< div id = "echarts-pay-type" > < / div >
2019-02-22 10:38:11 +00:00
< / li >
< / ul >
2018-12-28 10:58:37 +00:00
2019-02-22 10:38:11 +00:00
<!-- 系统信息 -->
2021-05-27 10:26:51 +00:00
{{if $is_system_show_base eq 1}}
< ul class = "am-avg-sm-1 am-avg-sm-2 am-avg-lg-2 block-combination-container-2 am-padding-bottom-sm" >
< li >
< div class = "echarts-title" >
< span class = "icon" > < / span >
< span class = "title" > 系统信息< / span >
< / div >
< dl class = "dl-content" >
< dt > 软件版本< / dt >
< dd > {{$data.ver}}< / dd >
2018-12-28 10:58:37 +00:00
2021-05-27 10:26:51 +00:00
< dt > 操作系统< / dt >
< dd > {{$data.os_ver}}< / dd >
2018-12-28 10:58:37 +00:00
2021-05-27 10:26:51 +00:00
< dt > PHP版本< / dt >
< dd > {{$data.php_ver}}< / dd >
2019-02-22 10:38:11 +00:00
2021-05-27 10:26:51 +00:00
< dt > MySQL版本< / dt >
< dd > {{$data.mysql_ver}}< / dd >
2019-02-22 10:38:11 +00:00
2021-05-27 10:26:51 +00:00
< dt > 服务器端信息< / dt >
< dd > {{$data.server_ver}}< / dd >
2019-02-22 10:38:11 +00:00
2021-05-27 10:26:51 +00:00
< dt > 当前域名< / dt >
< dd > {{$data.host}}< / dd >
< / dl >
< / li >
2019-02-22 10:38:11 +00:00
2021-05-27 10:26:51 +00:00
< li >
< div class = "echarts-title" >
< span class = "icon" > < / span >
< span class = "title" > 开发团队< / span >
< / div >
< dl class = "dl-content" >
< dt > 公司官网< / dt >
< dd >
< a href = "http://zongzhige.com/" target = "_blank" > 上海纵之格科技有限公司< / a >
< / dd >
2020-10-29 14:27:01 +00:00
2021-05-27 10:26:51 +00:00
< dt > 技术支持< / dt >
< dd >
< a href = "http://shopxo.net/" target = "_blank" > ShopXO企业级电商系统提供商< / a >
< / dd >
2020-10-29 14:27:01 +00:00
2021-07-27 16:55:51 +00:00
{{if !empty($site_store_links) and !empty($site_store_links['community_website'])}}
< dt > 交流社区< / dt >
< dd >
< a href = "{{$site_store_links.community_website}}" target = "_blank" > ShopXO交流社区< / a >
< / dd >
{{/if}}
2020-10-29 14:27:01 +00:00
2021-05-27 10:26:51 +00:00
< dt > 开源协议< / dt >
< dd >
2021-07-27 16:55:51 +00:00
< a href = "{{if !empty($site_store_links) and !empty($site_store_links['source_license'])}}{{$site_store_links.source_license}}{{else /}}https://opensource.org/licenses/mit-license.php{{/if}}" target = "_blank" > 查看开源协议< / a >
2021-05-27 10:26:51 +00:00
< / dd >
2019-02-22 10:38:11 +00:00
2021-07-27 16:55:51 +00:00
{{if !empty($site_store_links) and !empty($site_store_links['system_update_log'])}}
< dt > 更新日志< / dt >
< dd >
< a href = "{{$site_store_links.system_update_log}}" target = "_blank" > 查看更新日志< / a >
< / dd >
{{/if}}
2021-05-27 10:26:51 +00:00
< dt > 研发成员< / dt >
< dd >
< a href = "http://gong.gg/" target = "_blank" > 龚哥哥< / a >
< / dd >
< / dl >
< / li >
< / ul >
{{/if}}
2018-12-28 10:58:37 +00:00
< / div >
< / div >
<!-- right content end -->
2021-04-20 10:38:23 +00:00
<!-- 检查更新显示信息 -->
< div class = "am-popup popup-not-title" id = "inspect-upgrade-popup" >
< div class = "am-popup-inner" >
< span data-am-modal-close class = "am-close am-close-alt am-icon-times" > < / span >
< div class = "am-popup-bd" >
< div class = "upgrade-content" > < / div >
< div class = "upgrade-bottom am-text-right" >
< div class = "upgrade-bottom-content" >
< button type = "button" class = "am-btn am-btn-default am-radius am-btn-xs" data-am-modal-close > 取消< / button >
2021-04-24 05:02:01 +00:00
< button type = "button" class = "am-btn am-btn-success am-radius am-btn-xs am-margin-left-sm am-hide inspect-upgrade-confirm" data-url = "{{:MyUrl('admin/index/inspectupgradeconfirm')}}" > 立即更新< / button >
2021-04-20 10:38:23 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
2018-12-28 10:58:37 +00:00
<!-- footer start -->
{{include file="public/footer" /}}
2019-02-22 10:38:11 +00:00
<!-- footer end -->
< script type = "text/javascript" >
$(function()
{
2020-09-08 15:36:30 +00:00
// 近30日订单成交金额走势
2020-08-15 04:05:18 +00:00
var order_profit_chart = echarts.init(document.getElementById('echarts-order-profit'), 'macarons');
var option = {
tooltip : {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#6a7985'
}
}
},
legend: {
data: {{:json_encode($order_profit_chart.title_arr)}}
},
toolbox: {
show : {{if IsMobile()}}false{{else}}true{{/if}},
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
magicType : {show: true, type: ['line', 'bar', 'stack', 'tiled']},
restore : {show: true},
saveAsImage : {name:'近30日订单交易走势', show: true}
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis : [
{
type : 'category',
boundaryGap : false,
data : {{:json_encode($order_profit_chart.name_arr)}}
}
],
yAxis : [
{
type : 'value'
}
],
series : {{:json_encode($order_profit_chart.data)}}
};
order_profit_chart.setOption(option);
2019-08-18 04:12:47 +00:00
// 近30日订单交易走势
2019-02-23 01:52:13 +00:00
var order_trading_chart = echarts.init(document.getElementById('echarts-order-trading'), 'macarons');
2019-02-22 10:38:11 +00:00
var option = {
tooltip : {
2019-02-23 00:41:27 +00:00
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#6a7985'
}
}
2019-02-22 10:38:11 +00:00
},
legend: {
2019-02-23 00:41:27 +00:00
data: {{:json_encode($order_trading_trend.title_arr)}}
2019-02-22 10:38:11 +00:00
},
toolbox: {
2019-08-15 10:56:05 +00:00
show : {{if IsMobile()}}false{{else}}true{{/if}},
2019-02-22 10:38:11 +00:00
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
magicType : {show: true, type: ['line', 'bar', 'stack', 'tiled']},
restore : {show: true},
2019-08-18 04:12:47 +00:00
saveAsImage : {name:'近30日订单交易走势', show: true}
2019-02-22 10:38:11 +00:00
}
},
2019-02-23 00:41:27 +00:00
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
2019-02-22 10:38:11 +00:00
xAxis : [
{
type : 'category',
boundaryGap : false,
2019-02-23 00:41:27 +00:00
data : {{:json_encode($order_trading_trend.name_arr)}}
2019-02-22 10:38:11 +00:00
}
],
yAxis : [
{
type : 'value'
}
],
2019-02-23 00:41:27 +00:00
series : {{:json_encode($order_trading_trend.data)}}
2019-02-22 10:38:11 +00:00
};
2019-02-23 00:41:27 +00:00
order_trading_chart.setOption(option);
2019-02-22 10:38:11 +00:00
2019-08-18 04:12:47 +00:00
// 近30日热销商品
2019-02-23 01:52:13 +00:00
var goods_hot_chart = echarts.init(document.getElementById('echarts-goods-hot'), 'macarons');
2019-02-22 10:38:11 +00:00
var option = {
title : {
2019-02-23 02:24:36 +00:00
subtext: '仅显示前10条商品',
2019-02-22 10:38:11 +00:00
x:'center'
},
tooltip : {
trigger: 'item',
2019-02-23 00:41:27 +00:00
formatter: "{b} : {c} ({d}%)"
2019-02-22 10:38:11 +00:00
},
toolbox: {
2019-08-15 10:56:05 +00:00
show : {{if IsMobile()}}false{{else}}true{{/if}},
2019-02-22 10:38:11 +00:00
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
magicType : {
show: true,
type: ['pie', 'funnel'],
option: {
funnel: {
x: '25%',
width: '50%',
funnelAlign: 'left',
max: 1548
}
}
},
2019-02-23 00:41:27 +00:00
restore : {show: false},
2019-08-18 04:12:47 +00:00
saveAsImage : {name:'近30日热销商品', show: true}
2019-02-22 10:38:11 +00:00
}
},
calculable : true,
series : [
{
type:'pie',
radius : '55%',
center: ['50%', '60%'],
2019-02-23 00:41:27 +00:00
data: {{:json_encode($goods_hot_sale.data)}}
2019-02-22 10:38:11 +00:00
}
]
};
goods_hot_chart.setOption(option);
2020-09-08 15:36:30 +00:00
// 近30日支付方式
var order_pay_type_chart = echarts.init(document.getElementById('echarts-pay-type'), 'macarons');
2019-02-22 10:38:11 +00:00
var option = {
tooltip : {
2019-02-23 00:41:27 +00:00
trigger: 'axis'
2019-02-22 10:38:11 +00:00
},
legend: {
2020-09-08 15:36:30 +00:00
data: {{:json_encode($pay_type_number.title_arr)}}
2019-02-22 10:38:11 +00:00
},
toolbox: {
2019-08-15 10:56:05 +00:00
show : {{if IsMobile()}}false{{else}}true{{/if}},
2019-02-23 00:41:27 +00:00
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
magicType : {show: true, type: ['line', 'bar']},
restore : {show: false},
2020-09-08 15:36:30 +00:00
saveAsImage : {name:'近30日支付方式', show: true}
2019-02-22 10:38:11 +00:00
}
},
2019-02-23 00:41:27 +00:00
calculable : true,
2019-02-22 10:38:11 +00:00
xAxis : [
{
type : 'category',
boundaryGap : false,
2020-09-08 15:36:30 +00:00
data : {{:json_encode($pay_type_number.name_arr)}}
2019-02-22 10:38:11 +00:00
}
],
yAxis : [
{
type : 'value'
}
],
2020-09-08 15:36:30 +00:00
series : {{:json_encode($pay_type_number.data)}}
2019-02-22 10:38:11 +00:00
};
2019-02-23 00:41:27 +00:00
order_pay_type_chart.setOption(option);
2019-02-22 10:38:11 +00:00
// 浏览器大小改变则实时更新图表大小
window.onresize = function ()
{
order_pay_type_chart.resize();
goods_hot_chart.resize();
2020-08-15 04:05:18 +00:00
order_profit_chart.resize();
2019-02-22 10:38:11 +00:00
order_trading_chart.resize();
};
});
< / script >