在你对应的代码中去掉自定义的这部分即可(我的在cadmin statistics/groupbyuser中)
// _this.chart1.legend({
// custom: true,
// items: [
// {
// name: '服务器扫描总数',
// value: 'serverCounts',
// marker: { symbol: 'line', style: { stroke: 'RGB(58,126,255)', lineWidth: 2 } }
// },
// {
// name: '服务器发起扫描IP数量',
// value: 'serverIpCounts',
// marker: { symbol: 'line', style: { stroke: 'RGB(89,212,212)', lineWidth: 2 } }
// },
// {
// name: '服务器受到扫描数量',
// value: 'serverResponseCounts',
// marker: { symbol: 'line', style: { stroke: '#75CE48', lineWidth: 2 } }
// },
// {
// name: '扫描总数',
// value: 'totalCounts',
// marker: { symbol: 'line', style: { stroke: '#FFBC44', lineWidth: 2 } }
// },
// {
// name: '发起扫描IP数量',
// value: 'totalIpCounts',
// marker: { symbol: 'line', style: { stroke: '#F56C6C', lineWidth: 2 } }
// },
// ],
// });
// _this.chart1.removeInteraction('legend-filter'); // 自定义图例,移除默认的分类图例筛选交互