后端返回接口数据如下:
要求:X轴为当月天数取日期,要求实现当返回数据中有当日时,显示数据
domesticOptions() {
return {
tooltip: {
trigger: 'axis',
formatter: function(obj) {
let str = '';
str = '<div style="font-size: 12px;"><p style="color:#fff;lineHeight:18px;height:18px;margin-bottom:10px;">' + obj[0].name + '</p>';
obj.map(item => {
const value = isNull(item.value, 2);
const subStr = '<div style=\'lineHeight:22px;height:24px;\'><div style=\'display:inline-block;width:5px;height:5px;margin-right:6px;background:' +
item.color + ';border-radius:50%;m