Commit 3d74e859 authored by chenjiahao's avatar chenjiahao

元数据-统计概览-echarts自定义组件

parent bcdbf3ff
...@@ -164,6 +164,27 @@ ...@@ -164,6 +164,27 @@
max: 250, max: 250,
splitNumber: 5, splitNumber: 5,
}, },
toolbox: {
show: true,
feature: {
myRecent7Days: {
title: '最近7天',
icon: 'M0,0 L0,20 L20,20 L20,0 Z',
onclick: function () {},
},
myRecent15Days: {
title: '最近15天',
icon: 'M0,0 L0,20 L20,20 L20,0 Z',
onclick: function () {},
},
myRecentMonth: {
title: '最近1个月',
icon: 'M0,0 L0,20 L20,20 L20,0 Z',
onclick: function () {},
},
},
right: 20,
},
series: [ series: [
{ {
name: '数据表变更', name: '数据表变更',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment