Authored by xwx

Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx

... ... @@ -2288,6 +2288,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
* @param resId
*/
renderActiveAlarms: function (tableId, resId) {
$('#'+tableId).prev().text('实时告警Top5')
var alarmlist = table.render({
elem: '#' + tableId
, url: common.domainName + '/api-web/home/alarm/alarmListPage'
... ...
... ... @@ -81,7 +81,7 @@ layui.define(['commonDetail','common', 'admin'], function (exports) {
$.each(response.map.y, function (i, v) {
var item = {
name: dataList.legend[i],
stack: 'Total',
// stack: 'Total',
type: 'line',
emphasis: {
focus: 'series'
... ...